Skip to content

semver v2.3.0

Choose a tag to compare

@WalkerCodeRanger WalkerCodeRanger released this 21 Feb 01:15
· 133 commits to master since this release

A minor release to add semantic version ranges.

  • Added SemVersionRange class and related classes for creating, parsing, and manipulating semantic version ranges. Supports an npm like range syntax as well as the actual npm syntax.
  • Marked obsolete methods with EditorBrowsable(EditorBrowsableState.Never) so that they would not appear in auto-complete.