Summary
Gets or sets the package release notes.
- Namespace
- Cake
.Common .Tools .NuGet .Pack - Containing Type
- NuGetPackSettings
Syntax
public ICollection<string> ReleaseNotes { get; set; }
Value
Type | Description |
---|---|
ICollection |
The package release notes. |