This is part of the Fake.Core.ReleaseNotes module.
Record Field | Description |
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 member | Description |
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
|
|