Skip to content

semver v2.3.0

Latest
Compare
Choose a tag to compare
@WalkerCodeRanger WalkerCodeRanger released this 21 Feb 01:15
· 85 commits to master since this release

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.