Skip to content

ChangelogVersion

type ChangelogVersion =
    {
        Version: string
        Date: string option
        IsUnreleased: bool
        Heading: string
        Body: string
    }
AssemblyNacara.Plugin.Changelog

One released (or unreleased) version of a changelog.

Fields

Version: string

Version number, or Unreleased.

Date: string option
IsUnreleased: bool

Whether this entry is the unreleased section.

Heading: string

The heading line as the file wrote it, brackets, dashes and all.

Body: string

Markdown body of the version, headings included.