SemVerInfo Type
Contains the version information. For parsing use SemVer.parse
Note: If you use { version with Patch = myPath; Original = None }
to overwrite some parts of this
string make sure to overwrite Original
to None
in order to recalculate the version string.
For overwriting the PreRelease
part use:
{ Version with Original = None; PreRelease = PreRelease.TryParse "alpha.1" }
Record fields
Record Field | Description |
Full Usage:
Build
Field type: bigint
|
|
Full Usage:
BuildMetaData
Field type: string
|
|
Full Usage:
Major
Field type: uint32
|
|
Full Usage:
Minor
Field type: uint32
|
|
Full Usage:
Original
Field type: string option
|
|
Full Usage:
Patch
Field type: uint32
|
|
|
|
Instance members
Instance member | Description |
Full Usage:
this.AsString
Returns: string
|
|
|
|
|
|
Full Usage:
this.Normalize
Returns: string
|
|
Full Usage:
this.NormalizeToShorter
Returns: string
|
|