Releases: dotnet/Nerdbank.GitVersioning
Releases · dotnet/Nerdbank.GitVersioning
v3.0.28
v3.0.26
v3.0.25
v2.3.186
v3.0
Potential breaking change: The 3.0 version introduced better support for version height calculation when 3 integers are specified in the version.json file. When upgrading from Nerdbank.GitVersioning 1.x or 2.x to 3.x, commit the upgrade then test your version number to verify that the version is larger than it was before and as you expect. Use the versionHeightOffset
property in your version.json
file to make any necessary adjustments.
v2.3
- #260 Remove the
g
prefix where git commit IDs appear except where required for NuGet package versions that do not opt into semver v2 - #196 Add
ThisAssembly.GitCommitId
property - #228 Fix Windows builds that have just net46 runtime installed (nothing newer)
- Add support for Fedora (#263), CentOS (#219), and others
- #250 #251 Improved error messages when invalid version.json files are encountered
- #249 Improve
nbgv
CLI tool usage docs - #248 Fix ps1 scripts included in nuget package
- #236 Use semver v2 for NPM package versions
- #149 Improve
ThisAssembly
code gen support for F# projects
A few minor fixes and enhancement
- Add a few properties for easier processing at the command line
- Remove names from regex capture groups in version.schema.json to fix errors that VS Code might report
- Pack additional copies of osx and linux libraries under MSBuildFull