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

ChangeLogEntry

Record Fields

Record FieldDescription
AssemblyVersion
Signature: string

the parsed Version

Changes
Signature: Change list

The parsed list of changes

Date
Signature: DateTime option

Release DateTime

Description
Signature: string option

a descriptive text (after the header)

IsYanked
Signature: bool

True, if the entry was yanked

NuGetVersion
Signature: string

the NuGet package version

SemVer
Signature: SemVerInfo

Semantic version

Static members

Static memberDescription
ChangeLogEntry.New(...)
Signature: (assemblyVersion:string * nugetVersion:string * changes:Change list) -> ChangeLogEntry
ChangeLogEntry.New(...)
Signature: (assemblyVersion:string * nugetVersion:string * date:DateTime option * description:string option * changes:Change list * isYanked:bool) -> ChangeLogEntry