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