Skip to content

Releases: dotnet/Nerdbank.GitVersioning

v3.4.240

23 Sep 11:51
5496648
Compare
Choose a tag to compare

Changes:

Fixes:

  • #588: nbgv install broken
  • #658: Version height calculated differently in 3.4 with new git backend

Others:

  • #659: Count merge commits in path filtered height if any parent changed it
  • #660: Fix nbgv dependencies
  • #644: Apply is null pattern and analyzer

This list of changes was auto generated.

v3.5.34-alpha

16 Sep 17:46
d469bc9
Compare
Choose a tag to compare
v3.5.34-alpha Pre-release
Pre-release

Changes:

Fixes:

  • #615: Versions after v3.3.37 doesn't work on Windows 7
  • #637: Inconsistent file version generation between big and little endian CPU architectures
  • #648: Fixes build with msbuild -graph -isolate switches

Enhancements:

  • #653: Add Cake alias for the "cloud" command
  • #598: Add SpaceAutomation cloud build support

Others:

  • #657: Retarget the nbgv tool against netcoreapp3.1 now that netcoreapp2.1 is out of service
  • #650: Document considerations for building inside a container
See More
  • #649: Drop .NET Core 2.1 SDK support
  • #638: Always generate commit ID component of version as big endian
  • #611: Fix spelling error
  • #608: Add cake-addin tag to Cake.GitVersioning NuGet package
  • #599: Abort prepare-release command when version on current branch is not incremented

This list of changes was auto generated.

v3.4.231

28 Jul 16:55
fa7c948
Compare
Choose a tag to compare

Changes:

Fixes:

  • #634: Fix bugs with > 2 GB pack files

This list of changes was auto generated.

v3.4.228

27 Jul 16:40
f90c41c
Compare
Choose a tag to compare

Changes:

Fixes

  • #584: IOException when building from mapping pack files into memory

Other work:

  • #632: Run 32-bit tests
  • #633: Update libgit2sharp to 0.27.0-preview-0102

This list of changes was auto generated.

v3.4.220

25 Jun 13:33
a6fa0fa
Compare
Choose a tag to compare

Changes:

Fixes:

  • #615: Versions after v3.3.37 doesn't work on Windows 7
  • #619: GitException thrown in ZLibStream

This list of changes was auto generated.

v3.4.216

13 Jun 13:33
1902982
Compare
Choose a tag to compare

Changes:

Fixes:

  • #602: Regression: Nerdbank.GitVersioning.GitException: The commit 0000000000000000000000000000000000000000 was not found in this repository.

Others:

  • #613: Fix resolving HEAD reference if it's a packed ref
  • #614: Switch tests from 7z to zip and enable test
  • #125: Unstable test: Submodule_RecognizedWithCorrectVersion

This list of changes was auto generated.

v3.4.205

31 May 18:04
443d422
Compare
Choose a tag to compare

Changes:

Fixes:

  • #587: v3.4 regressed version height calculation involving path filters

Others:

  • #593: Add 3rdPartyNotices to package
  • #606: Path filters: Recurse into directories if child entries may be included by filters

This list of changes was auto generated.

v3.4.203

24 May 20:52
8c11e8d
Compare
Choose a tag to compare

Changes:

Fixes:

  • #589: FileNotFoundException for System.Memory when using Visual Studio Build Tools 2017

Others:

  • #600: Don't require a trailing \n character at the end of the alternates file
  • #596: Improve alternate parsing
  • #597: Don't load git packs if the .pack file is missing

This list of changes was auto generated.

v3.4.194

07 Apr 21:39
8126d95
Compare
Choose a tag to compare

Changes:

Fixes:

  • #578: Regression - 3.4.190 no longer works with submodule
  • #580: Regression - 3.4.190 fails to parse version.json file

Others:

  • #582: Fix discovery of git directories within submodules
  • #581: Avoid writing garbage bytes to read blobs in managed git engine

This list of changes was auto generated.

v3.4.190

06 Apr 21:03
Compare
Choose a tag to compare

Changes:

Important: The 3.4 release replaces libgit2sharp with a managed git implementation for most operations, allowing use with all linux distros for which a .NET runtime exists. Learn more about this and switching back to the libgit2sharp implementation in our 3.4.142-alpha release notes.

Fixes:

  • #573: Regression: projectDirectory cannot be an empty string

Enhancements:

  • #567: Update to System.CommandLine v2

Others:

  • #562: Require signed dependency packages
  • #576: Bump y18n from 3.2.1 to 3.2.2 in /src/nerdbank-gitversioning.npm
  • #575: Updated Cake.Core
  • #574: Produce absolute path per api doc when reading version file
  • #559: Auto-completions do not work

This list of changes was auto generated.