semver v2.3.0
·
133 commits
to master
since this release
A minor release to add semantic version ranges.
- Added
SemVersionRangeclass 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.