FAKE - F# Make


ReleaseNotes

Contains the parsed information of the release notes text file.

Record Fields

Record FieldDescription
AssemblyVersion
Signature: string

The parsed version.

Notes
Signature: string list
NugetVersion
Signature: string

The nuget package version.

SemVer
Signature: SemVerInfo

Semantic version

Instance members

Instance memberDescription
ToString()
Signature: unit -> string

Static members

Static memberDescription
New(...)
Signature: (assemblyVersion:string * nugetVersion:string * notes:string list) -> ReleaseNotes
Fork me on GitHub