Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
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 |