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
ReleaseNotes
Contains the parsed information of the release notes text file.
Record Fields
Record Field | Description |
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 member | Description |
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
|