Sign in Sign up
nuget

ThisAssembly.Constants

This package generates a static `ThisAssembly.Constants` class with public constants for each Constant MSBuild item in the project. For example: <ItemGroup> <Constant Include="Foo.Bar" Value="Baz" /> </ItemGroup> Results in a corresponding `ThisAssembly.Constants.Foo.Bar` constant with the value `Baz`: Generated code: C#: partial class ThisAssembly { public static partial class Constants { public static partial class Foo { public const string Bar = "Baz"; } } }

nuget View on Nuget

Activity

Latest release
2w ago
Total releases
43
Cadence
~7 days
Last 12 months
8

Details

License
MIT
First release
Oct 23, 2020
Releases
Version Released
2.1.4 patch
2.1.3 patch
2.1.2 patch
2.1.1 patch
2.1.0 minor
2.1.0-rc.1 pre
2.1.0-rc pre
2.1.0-beta pre
2.0.14 patch
2.0.13 patch
2.0.12 patch
2.0.11 patch
2.0.10 patch
2.0.9 patch
2.0.8 patch
2.0.7 patch
2.0.6 patch
2.0.5 patch
2.0.4 patch
2.0.3 patch
2.0.2 major
1.4.3 patch
1.4.2 patch
1.4.1 patch
1.4.0 minor
1.1.3 patch
1.1.2 patch
1.1.1 patch
1.1.1-beta pre
1.1.0 minor
1.0.10 patch
1.0.9 patch
1.0.8 patch
1.0.7 patch
1.0.6 patch
1.0.5 patch
1.0.4 patch
1.0.3 patch
1.0.2 patch
1.0.1 patch
1.0.0 initial
1.0.0-rc.1 pre
1.0.0-rc pre