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.Unreleased Type

Holds data for an unreleased changelog entry type

Record fields

Record Field Description

Changes

Full Usage: Changes

Field type: Change list

The parsed list of changes

Field type: Change list

Description

Full Usage: Description

Field type: string option

a descriptive text (after the header)

Field type: string option

Static members

Static member Description

Unreleased.New(description, changes)

Full Usage: Unreleased.New(description, changes)

Parameters:
    description : string option
    changes : Change list

Returns: Unreleased option

Create a new unreleased changelog entry

description : string option
changes : Change list
Returns: Unreleased option