AssemblyInfoSettingsExtensions.

AddCustomAttribute(AssemblyInfoSettings, string, string, string) Method

Summary

Adds a custom attribute to the AssemblyInfo settings.

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.