Changes:
Breaking changes:
- #701: Rename
GenerateAssemblyVersionInfo
msbuild target toGenerateAssemblyNBGVVersionInfo
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