ReleaseNotesAliases Class

Summary

Contains functionality related to release notes.
Namespace
Cake.Common
Base Types
  • object
graph BT Type-->Base0["object"] Type["ReleaseNotesAliases"] class Type type-node

Syntax

[CakeAliasCategory("Release Notes")]
public static class ReleaseNotesAliases

Attributes

Type Description
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Methods

Name Value Summary
ParseAllReleaseNotes(ICakeContext, FilePath) IReadOnlyList<ReleaseNotes>
Parses all release notes.
static
ParseReleaseNotes(ICakeContext, FilePath) ReleaseNotes
Parses the latest release notes.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin