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
SemVerInfo
Contains the version information.
Record Fields
Record Field | Description |
Build
Signature: string
|
The optional build no. |
BuildIdentifiers
Signature: Ident list
|
|
Major
Signature: int
|
MAJOR version when you make incompatible API changes. |
Minor
Signature: int
|
MINOR version when you add functionality in a backwards-compatible manner. |
Patch
Signature: int
|
PATCH version when you make backwards-compatible bug fixes. |
PreRelease
Signature: PreRelease option
|
The optional PreRelease version |