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

ReleaseNotes

Contains the parsed information of the release notes text file.

Record Fields

Record FieldDescription
AssemblyVersion
Signature: string

The parsed version.

Date
Signature: DateTime option

Release date

Notes
Signature: string list
NugetVersion
Signature: string

The nuget package version.

SemVer
Signature: SemVerInfo

Semantic version

Static members

Static memberDescription
ReleaseNotes.New(...)
Signature: (assemblyVersion:string * nugetVersion:string * notes:string list) -> ReleaseNotes
ReleaseNotes.New(...)
Signature: (assemblyVersion:string * nugetVersion:string * date:DateTime option * notes:string list) -> ReleaseNotes