FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Changelog.ChangelogEntry Type

The changelog entry info

Record fields

Record Field Description

AssemblyVersion

Full Usage: AssemblyVersion

Field type: string

the parsed Version

Field type: string

Changes

Full Usage: Changes

Field type: Change list

The parsed list of changes

Field type: Change list

Date

Full Usage: Date

Field type: DateTime option

Release DateTime

Field type: DateTime option

Description

Full Usage: Description

Field type: string option

a descriptive text (after the header)

Field type: string option

IsYanked

Full Usage: IsYanked

Field type: bool

True, if the entry was yanked

Field type: bool

NuGetVersion

Full Usage: NuGetVersion

Field type: string

the NuGet package version

Field type: string

SemVer

Full Usage: SemVer

Field type: SemVerInfo

Semantic version

Field type: SemVerInfo

Static members

Static member Description

ChangelogEntry.New(assemblyVersion, nugetVersion, changes)

Full Usage: ChangelogEntry.New(assemblyVersion, nugetVersion, changes)

Parameters:
    assemblyVersion : string
    nugetVersion : string
    changes : Change list

Returns: ChangelogEntry
assemblyVersion : string
nugetVersion : string
changes : Change list
Returns: ChangelogEntry

ChangelogEntry.New(assemblyVersion, nugetVersion, date, description, changes, isYanked)

Full Usage: ChangelogEntry.New(assemblyVersion, nugetVersion, date, description, changes, isYanked)

Parameters:
    assemblyVersion : string
    nugetVersion : string
    date : DateTime option
    description : string option
    changes : Change list
    isYanked : bool

Returns: ChangelogEntry

Create a new changelog entry from given info including changes on that entry

assemblyVersion : string
nugetVersion : string
date : DateTime option
description : string option
changes : Change list
isYanked : bool
Returns: ChangelogEntry