FAKE - F# Make


NuGetVersion

Specifies which version of the NuGet package to install.

Union Cases

Union CaseDescription
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".

Fork me on GitHub