Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

FAKE0001 Use the Fake.Core.ReleaseNotes module instead

ReleaseNotes

Contains the parsed information of the release notes text file.

Record Fields

Record FieldDescription
AssemblyVersion
Signature: string

The parsed version.

Date
Signature: DateTime option

Release date

Notes
Signature: string list
NugetVersion
Signature: string

The nuget package version.

SemVer
Signature: SemVerInfo

Semantic version

Static members

Static memberDescription
ReleaseNotes.New(...)
Signature: (assemblyVersion:string * nugetVersion:string * notes:string list) -> ReleaseNotes
Attributes:
[<Obsolete("FAKE0001 Use the Fake.Core.ReleaseNotes module instead")>]
OBSOLETE

FAKE0001 Use the Fake.Core.ReleaseNotes module instead

ReleaseNotes.New(...)
Signature: (assemblyVersion:string * nugetVersion:string * date:DateTime option * notes:string list) -> ReleaseNotes
Attributes:
[<Obsolete("FAKE0001 Use the Fake.Core.ReleaseNotes module instead")>]
OBSOLETE

FAKE0001 Use the Fake.Core.ReleaseNotes module instead