semver v2.0.5
WalkerCodeRanger
released this
27 Oct 18:14
·
550 commits
to master
since this release
A patch release to improve documentation, performance, test coverage, and development environment.
- Improved API documentation and readme
- Improved performance of
TryParse
,ToString
,<=
, and>=
- Use invariant culture for parsing
- Now publishing symbols package (#50)
- Use SemVer in the
AssemblyInformationalVersion
(#43)
Development environment improvements:
- Many more unit tests
- New build and deploy process
- Set up
Microsoft.CodeAnalysis.FxCopAnalyzers
and fix warnings - Upgraded project to VS 2019