Click or drag to resize
semver.tools Namespace
Library to create and compare semantic versions (semvers) and semantic version ranges, to check if a semver is part of a range, etc. Also supports NuGet style versions and ranges.
Classes
  Class Description
Public class SemanticVersion
Represents a Semantic Version, as described in http://semver.org/
Public class SemanticVersionTypeConverter
TypeConverter used to convert strings to SemanticVersions.
Public class VersionSpec
Represents a version specification, that is, a collection of one or more versions. Contains methods to parse a string with a version spec, check whether a version is included in a version spec, etc.
Interfaces
  Interface Description
Public interface IVersionSpec
Represents a version specification, that is, a collection of one or more versions.