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.DotNet.NuGet.Version instead

NuGetVersion

Nested types and modules

TypeDescription
NuGetSearchItemResult
OBSOLETE

Use Fake.DotNet.NuGet.Version instead

NuGetSearchResponse
OBSOLETE

Use Fake.DotNet.NuGet.Version instead

NuGetSearchResult
OBSOLETE

Use Fake.DotNet.NuGet.Version instead

NuGetVersionArg
OBSOLETE

Use Fake.DotNet.NuGet.Version instead

Arguments for the next NuGet version number computing

NuGetVersionIncrement
OBSOLETE

Use Fake.DotNet.NuGet.Version instead

Functions and values

Function or valueDescription
getLastNuGetVersion server packageName
Signature: server:string -> packageName:string -> SemVerInfo option
Attributes:
[<Obsolete("Use Fake.DotNet.NuGet.Version instead")>]
OBSOLETE

Use Fake.DotNet.NuGet.Version instead

Retrieve current NuGet version number

IncMajor(v)
Signature: v:SemVerInfo -> SemVerInfo
Attributes:
[<Obsolete("Use Fake.DotNet.NuGet.Version instead")>]
OBSOLETE

Use Fake.DotNet.NuGet.Version instead

Increment major version

IncMinor(v)
Signature: v:SemVerInfo -> SemVerInfo
Attributes:
[<Obsolete("Use Fake.DotNet.NuGet.Version instead")>]
OBSOLETE

Use Fake.DotNet.NuGet.Version instead

Increment minor version

IncPatch(v)
Signature: v:SemVerInfo -> SemVerInfo
Attributes:
[<Obsolete("Use Fake.DotNet.NuGet.Version instead")>]
OBSOLETE

Use Fake.DotNet.NuGet.Version instead

Increment patch version

nextVersion(f)
Signature: f:(NuGetVersionArg -> NuGetVersionArg) -> string
Attributes:
[<Obsolete("Use Fake.DotNet.NuGet.Version instead")>]
OBSOLETE

Use Fake.DotNet.NuGet.Version instead

Compute next NuGet version number