Summary
Sets the package release notes.
- Namespace
- Cake
.Common .Tools .MSBuild - Containing Type
- M
S Build Settings Extensions
Syntax
public static MSBuildSettings SetPackageReleaseNotes(this MSBuildSettings settings, string packageReleaseNotes)
Parameters
Name | Type | Description |
---|---|---|
settings | MSBuildSettings | The settings. |
packageReleaseNotes | string | The package release notes. |
Return Value
Type | Description |
---|---|
MSBuildSettings | The same MSBuildSettings instance so that multiple calls can be chained. |