ReleaseNotes.

ReleaseNotes(Version, IEnumerable<string>, string) Constructor

Summary

Initializes a new instance of the ReleaseNotes class.
Namespace
Cake.Common
Containing Type
ReleaseNotes

Syntax

public ReleaseNotes(Version version, IEnumerable<string> notes, string rawVersionLine)

Parameters

Name Type Description
version Version The version.
notes IEnumerable<string> The notes.
rawVersionLine string The raw text of the version line.

Return Value

Type Description
void