Skip to content

Releases: dotnet/Nerdbank.GitVersioning

v3.0.28

09 Mar 17:37
732bfc1
Compare
Choose a tag to compare

Fixes

  • #404 WPF: Build fails in wpftmp.csproj when ThisAssembly is used

v3.0.26

09 Mar 17:35
2e79acd
Compare
Choose a tag to compare

Fixes

  • A commit from the future breaks nbgv cloud variables #384

v3.0.25

09 Aug 16:19
76872cb
Compare
Choose a tag to compare
  • Fix nbgv get-version to respect the PublicRelease environment variable #371

v2.3.186

09 Aug 16:19
203a5eb
Compare
Choose a tag to compare
  • Fix nbgv get-version to respect the PublicRelease environment variable #371

v3.0

04 Aug 21:37
07c4336
Compare
Choose a tag to compare

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

17 Dec 05:51
11022b0
Compare
Choose a tag to compare
  • #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

12 Nov 15:27
b88a742
Compare
Choose a tag to compare
  • 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

v2.2.13

25 Aug 19:38
3411f13
Compare
Choose a tag to compare
Merge pull request #218 from AArnott/fix217

Fixes failures on non-Windows platforms

v2.2.10

25 Aug 00:46
f919d71
Compare
Choose a tag to compare
Merge pull request #216 from AArnott/fix215

Workaround/fix for libgit2sharp custom marshal type cast failure

v2.2.7

23 Aug 16:22
dfd2c88
Compare
Choose a tag to compare

The NPM package now works on mac+linux as well, provided the .NET Core runtime has been installed.