v2.0.0
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)