Summary
Gets or sets the package release notes.
- Namespace
- Cake
.Common .Tools .Chocolatey .Pack - Containing Type
- Chocolatey
Pack Settings
Syntax
public ICollection<string> ReleaseNotes { get; set; }
Remarks
Markdown format is allowed for this property.
Value
Type | Description |
---|---|
ICollection |
The package release notes. |