SemVer Module
Parser which allows to deal with Semantic Versioning (SemVer). Make sure to read the documentation in the SemVerInfo record as well if you manually create versions.
Functions and values
Function or value | Description |
Full Usage:
SemVer.isValid version
Parameters:
string
-
The string version to check
Returns: bool
|
|
|
Parses the given version string into a SemVerInfo which can be printed using ToString() or compared according to the rules described in the SemVer docs.
Example
|