Summary
Gets or sets the meta data attribute(s) that should be added to the assembly info file.
- Namespace
- Cake
.Common .Solution .Project .Properties - Containing Type
- AssemblyInfoSettings
Syntax
public ICollection<AssemblyInfoMetadataAttribute> MetaDataAttributes { get; set; }
Value
Type | Description |
---|---|
ICollection |
The meta data. |