Summary
Adds a custom attribute to the AssemblyInfo settings.
- Namespace
- Cake
.Common .Solution .Project .Properties - Containing Type
- Assembly
Info Settings Extensions
Syntax
public static AssemblyInfoSettings AddCustomAttribute(this AssemblyInfoSettings settings, string name, string namespace, string value)
Parameters
Name | Type | Description |
---|---|---|
settings | AssemblyInfoSettings | The settings. |
name | string | The name of the custom attribute. |
namespace | string | The namespace for the custom attribute. |
value | string | The value for the attribute. |
Return Value
Type | Description |
---|---|
AssemblyInfoSettings | The same AssemblyInfoSettings instance so that multiple calls can be chained. |