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
Use Fake.Core.SemVer instead
VerInfo
Contains the version information.
Record Fields
Record Field | Description |
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. |