This is part of the Fake.Core.SemVer module.
PreReleaseSegment
Union Cases
Union Case | Description |
AlphaNumeric(string)
Signature: string
|
|
Numeric(bigint)
Signature: bigint
|
Instance members
Instance member | Description |
x.CompareTo(y)
Signature: y:PreReleaseSegment -> int
|
|
x.Equals(y)
Signature: y:PreReleaseSegment -> bool
|