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

Open Fake.Core instead (FAKE0001 - package: Fake.Core.ReleaseNotes, module: Changelog, type: Change)

Change

Union Cases

Union CaseDescription
Added(string)
Signature: string

for new features

Changed(string)
Signature: string

for changes in existing functionality

Custom(string,string)
Signature: string * string

Custom entry (Header, Description)

Deprecated(string)
Signature: string

for once-stable features removed in upcoming releases

Fixed(string)
Signature: string

for any bug fixes

Removed(string)
Signature: string

for deprecated features removed in this release

Security(string)
Signature: string

to invite users to upgrade in case of vulnerabilities

Static members

Static memberDescription
Change.New(header, line)
Signature: (header:string * line:string) -> Change
Attributes:
[<Obsolete("Open Fake.Core instead (FAKE0001 - package: Fake.Core.ReleaseNotes, module: Changelog, type: Change, member: New)")>]
OBSOLETE

Open Fake.Core instead (FAKE0001 - package: Fake.Core.ReleaseNotes, module: Changelog, type: Change, member: New)