CroMagVersion 0.3.5
An MSBuild project integration that makes it easy to keep version numbers synced across all projects in a solution based on a simple date scheme and user provided major / minor version numbers. Provides a single source of truth for versioning, and modifies it at build time as necessary to keep assembly metadata fresh.
Install-Package CroMagVersion -Version 0.3.5
dotnet add package CroMagVersion --version 0.3.5
<PackageReference Include="CroMagVersion" Version="0.3.5" />
paket add CroMagVersion --version 0.3.5
#r "nuget: CroMagVersion, 0.3.5"
Release Notes
* No more Win32Exception when hg.exe or git.exe not in PATH
* File generation is now provided through a T4 template instead of via
an imported MSBuild target. This was necessary to better support
package restore, and should be a transparent under-the-hood change.
* Includes MonoDevelops TextTransform.exe to codegen instead of relying
on anything that ships with Visual Studio
* Adds a new CROMAG variable that must be defined to generate versioning
code - by default this is enabled for any non-DEBUG builds
* Removed the dependency on an msbuild mercurial task
* Breaking change - no longer emits MSBuild variables $(VersionNumber)
$(Changeset) $(BuildVersion) or $(RevisionVersion)
* Minor bugfixes to handle project paths with spaces, and non-standard
Git and Mercurial locations on disk.
* Initial DEBUG builds would fail until a RELEASE build generated info
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CroMagVersion:
Package | Downloads |
---|---|
MafHostManager
Host Manager for MAF Plugins
|
GitHub repositories
This package is not used by any popular GitHub repositories.