AssemblyInfoSettingsExtensions.

AddMetadataAttribute(AssemblyInfoSettings, string, string) Method

Summary

Adds a meta data attribute to the AssemblyInfo settings.

Syntax

public static AssemblyInfoSettings AddMetadataAttribute(this AssemblyInfoSettings settings, string key, string value)

Parameters

Name Type Description
settings AssemblyInfoSettings The settings.
key string The key of the meta data attribute.
value string The value for the attribute.

Return Value

Type Description
AssemblyInfoSettings The same AssemblyInfoSettings instance so that multiple calls can be chained.