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
NuGetVersion
Specifies which version of the NuGet package to install.
Union Cases
Union Case | Description |
Latest
Signature:
|
Pick the latest available version. |
LatestPreRelease
Signature:
|
Pick the latest available version, including pre-release versions. |
SemanticVersion(string)
Signature: string
|
Pick the given semantic version, such as "2.1.170-alpha". |