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

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(entries)
Signature: (entries:ChangeLogEntry list) -> ChangeLog
ChangeLog.New(...)
Signature: (description:string option * unreleased:Unreleased option * entries:ChangeLogEntry list) -> ChangeLog
ChangeLog.New(...)
Signature: (header:string * description:string option * unreleased:Unreleased option * entries:ChangeLogEntry list) -> ChangeLog