ReleaseNotes.ReleaseNotes Type
Contains the parsed information of the release notes text file.
Record fields
Record Field | Description |
Full Usage:
AssemblyVersion
Field type: string
|
|
|
|
Full Usage:
Notes
Field type: string list
|
|
Full Usage:
NugetVersion
Field type: string
|
|
|
|
Static members
Static member | Description |
Full Usage:
ReleaseNotes.New(assemblyVersion, nugetVersion, notes)
Parameters:
string
nugetVersion : string
notes : string list
Returns: ReleaseNotes
|
|
Full Usage:
ReleaseNotes.New(assemblyVersion, nugetVersion, date, notes)
Parameters:
string
nugetVersion : string
date : DateTime option
notes : string list
Returns: ReleaseNotes
|
|