Skip to content

v2.0.0

Compare
Choose a tag to compare
@nover nover released this 04 Nov 07:18
· 76 commits to master since this release
336ecee

This is a new major release of the tool bringing in many improvements, and one breaking change. Thanks to @eduherminio for reporting issues and testing the pre-release versions.

All new usages introduced are documented in the readme.

new features

  • add support for pre-release handling, including build-meta and prefixes (see #38, #39, #41, #42, #43, #44)
  • add dotnet 5.0 target to allow usage on dotnet 5.0 build images (see #62)

breaking change

  • break handling of version numbers. The previous version number matcher was not strictly semver 2.0, it is now due to pre-release handling. This will probably affect very few people.

bugfixes

  • fix whitespace preservation when patching csproj files (see #45 & #53)
  • fix typo in exception message (see #55)

improvements

  • add sonar cloud scanning to our builds to improve overall quality (see #50, #52)
  • increase test coverage (see #54)