Skip to content

v3.5.73-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@AArnott AArnott released this 06 Jan 19:56
9e303c9

Changes:

Breaking changes:

  • #701: Rename GenerateAssemblyVersionInfo msbuild target to GenerateAssemblyNBGVVersionInfo

Fixes:

  • #698: Conflicting target names with Microsoft.XmlSerializer.Generator
  • #682: Fixes nbgv get-commits to require version matching
  • #693: Fixed typo in ParentEnumerator.MoveNext and added corresponding tests
  • #688: Implement all targets to avoid msbuild p2p problems
  • #692: Add Publish target
  • #697: Fix path calculation to OSX native libgit2 binaries

Enhancements:

  • #712: Allow a way for consumers to supply their own targets to the private P2P target
  • #707: Honor AssemblyVersion as explicitly set in version.json
  • #704: Update schema to encourage 3-4 component assembly versions as well
  • #696: Build with the .NET 6.0 SDK, update packages
  • #700: Suppress CA2243 in generated AssemblyInfo file
  • #711: Make nbgv install smarter