Summary
Gets or sets the path to the readme file in the package.
The file needs to be part of the package files.
- Namespace
- Cake
.Common .Tools .NuGet .Pack - Containing Type
- NuGetPackSettings
Syntax
public FilePath ReadMe { get; set; }
Value
| Type | Description |
|---|---|
| FilePath | The path to a file included in the package, relative to the root of the package. |
