Skip to main content

ReleaseNotesFormat Enum

⚠️ Warning: This release format has been replaced by VelopackRelease

Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.942+a011233

Describes the requested release notes text format.

[Obsolete("This release format has been replaced by VelopackRelease")]
public enum ReleaseNotesFormat
{
Markdown = 0,
Html = 1
}

Inheritance: object → ValueType → Enum → ReleaseNotesFormat

Attributes: ObsoleteAttribute

Fields

NameDescription
HtmlRelease notes translated into HTML.
MarkdownThe original markdown release notes.

Documentation generated by MdDocs