Skip to content

Commit

Permalink
Add AssemblyCompany, AssemblyCopyright and AssemblyProduct attributes…
Browse files Browse the repository at this point in the history
… to the assembly.
  • Loading branch information
NTaylorMullen committed Apr 4, 2016
1 parent 1b55627 commit 2d0cfa0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
using System.Resources;

[assembly: AssemblyMetadata("Serviceable", "True")]
[assembly: NeutralResourcesLanguage("en-us")]
[assembly: NeutralResourcesLanguage("en-us")]
[assembly: AssemblyCompany("Microsoft Corporation.")]
[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
[assembly: AssemblyProduct("Microsoft .NET Extensions")]

0 comments on commit 2d0cfa0

Please sign in to comment.