AssemblyInfoAssemblyTrademark Property | MSBuild Extension Pack Help 4.0.12.0 |
The trademark information for the assembly.
Namespace: MSBuild.ExtensionPack.Framework
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
Remarks
To change the assembly trademark set this to the specific trademark text you want.
When using the MSBuild.ExtensionPack.VersionNumber.Targets file set this using the AssemblyTrademark property.
Examples
<AssemblyTrademark>Microsoft Corporation</AssemblyTrademark>
See Also