Info
Version: | 0.0.5 |
Author(s): | Christoph Hornung |
Last Update: | Wednesday, January 4, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ChristophHornung/BuildInfo |
NuGet Url: | https://www.nuget.org/packages/BuildInfo |
Install
Install-Package BuildInfo
dotnet add package BuildInfo
paket add BuildInfo
BuildInfo Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
The generated code contains only constants, so it can be used to construct your own assembly/file version attributes:
[assembly: AssemblyVersion("1.0.0." + ThisAssembly.BuildEnv.BuildId]
Inspired and best used with GitInfo.