Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
OBSOLETE
FAKE0001 Use the Fake.Core.SemVer module instead
SemVerHelper
Contains helpers which allow to deal with Semantic Versioning (SemVer).
Nested types and modules
Type | Description |
Ident |
OBSOLETEFAKE0001 Use the Fake.Core.SemVer module instead |
PreRelease |
OBSOLETEFAKE0001 Use the Fake.Core.SemVer module instead |
SemVerInfo |
OBSOLETEFAKE0001 Use the Fake.Core.SemVer module instead Contains the version information. |
Functions and values
Function or value | Description | ||
identRE
Signature: Regex
Attributes: [<Obsolete("FAKE0001 Use the Fake.Core.SemVer module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Core.SemVer module instead |
||
isValidSemVer(input)
Signature: input:string -> bool
Attributes: [<Obsolete("FAKE0001 Use the Fake.Core.SemVer module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Core.SemVer module instead Returns true if input appears to be a parsable semver string |
||
parse(version)
Signature: version:string -> SemVerInfo
Attributes: [<Obsolete("FAKE0001 Use the Fake.Core.SemVer module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Core.SemVer module instead 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. Sample
|
||
parseIdent(s)
Signature: s:string -> Ident
Attributes: [<Obsolete("FAKE0001 Use the Fake.Core.SemVer module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Core.SemVer module instead |