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

ReleaseNotes.ReleaseNotes Type

Contains the parsed information of the release notes text file.

Record fields

Record Field Description

AssemblyVersion

Full Usage: AssemblyVersion

Field type: string

The parsed version

Field type: string

Date

Full Usage: Date

Field type: DateTime option

Release date

Field type: DateTime option

Notes

Full Usage: Notes

Field type: string list
Field type: string list

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

ReleaseNotes.New(assemblyVersion, nugetVersion, notes)

Full Usage: ReleaseNotes.New(assemblyVersion, nugetVersion, notes)

Parameters:
    assemblyVersion : string
    nugetVersion : string
    notes : string list

Returns: ReleaseNotes

Create an instance of Release notes with given data except release date

assemblyVersion : string
nugetVersion : string
notes : string list
Returns: ReleaseNotes

ReleaseNotes.New(assemblyVersion, nugetVersion, date, notes)

Full Usage: ReleaseNotes.New(assemblyVersion, nugetVersion, date, notes)

Parameters:
    assemblyVersion : string
    nugetVersion : string
    date : DateTime option
    notes : string list

Returns: ReleaseNotes

Create an instance of Release notes with given data

assemblyVersion : string
nugetVersion : string
date : DateTime option
notes : string list
Returns: ReleaseNotes