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

Changelog

Record Fields

Record FieldDescription
Description
Signature: string option

The description

Entries
Signature: ChangelogEntry list

The change log entries

Header
Signature: string

the header line

Unreleased
Signature: Unreleased option

The Unreleased section

Instance members

Instance memberDescription
x.LatestEntry
Signature: ChangelogEntry

the latest change log entry

x.PromoteUnreleased(version)
Signature: version:string -> Changelog
x.PromoteUnreleased(...)
Signature: (assemblyVersion:string * nugetVersion:string) -> Changelog

Static members

Static memberDescription
Changelog.New(...)
Signature: (header:string * description:string option * unreleased:Unreleased option * entries:ChangelogEntry list) -> Changelog