This is part of the Fake.Core.ReleaseNotes module.
Contains the parsed information of the release notes text file.
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 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
|
|