Skip to content

semver v2.0.5

Compare
Choose a tag to compare
@WalkerCodeRanger WalkerCodeRanger released this 27 Oct 18:14
· 536 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