semver v2.3.0
·
129 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.