DotNetMSBuildSettingsExtensions.

SetPackageReleaseNotes(DotNetMSBuildSettings, string) Method

Summary

Sets the package release notes.

Syntax

public static DotNetMSBuildSettings SetPackageReleaseNotes(this DotNetMSBuildSettings settings, string packageReleaseNotes)

Parameters

Name Type Description
settings DotNetMSBuildSettings The settings.
packageReleaseNotes string The package release notes.

Return Value

Type Description
DotNetMSBuildSettings The same DotNetMSBuildSettings instance so that multiple calls can be chained.