Changelog.ChangelogEntry Type
The changelog entry info
Record fields
Record Field | Description |
Full Usage:
AssemblyVersion
Field type: string
|
|
|
|
|
|
Full Usage:
Description
Field type: string option
|
|
Full Usage:
IsYanked
Field type: bool
|
|
Full Usage:
NuGetVersion
Field type: string
|
|
|
|
Static members
Static member | Description |
Full Usage:
ChangelogEntry.New(assemblyVersion, nugetVersion, changes)
Parameters:
string
nugetVersion : string
changes : Change list
Returns: ChangelogEntry
|
|
Full Usage:
ChangelogEntry.New(assemblyVersion, nugetVersion, date, description, changes, isYanked)
Parameters:
string
nugetVersion : string
date : DateTime option
description : string option
changes : Change list
isYanked : bool
Returns: ChangelogEntry
|
|