Compares this version with another version.
the other version to compare with
a negative number if this version is less than the other, zero if they are equal, or a positive number if this version is greater
Checks if this version equals another object.
the object to compare with
true if the objects are equal, false otherwise
Returns a string representation of this version.
the version string
Returns a new instance of a SemanticVersion with the build information cleared.
a new instance of a SemanticVersion.
Returns a new instance of a SemanticVersion with prerelease information cleared.
a new instance of a SemanticVersion.
StaticparseParses a semantic version string into the individual components.
a semantic version number in string form.
an instance of a SemanticVersion containing the individual components.
A standard representation of a semantic version number.