Added Company, Copyright and Product attributes to AssemblyInfo

This commit is contained in:
Ajay Bhargav Baaskaran 2016-03-03 17:33:04 -08:00
parent 36adff25e4
commit 553e2e3c01
1 changed files with 3 additions and 0 deletions

View File

@ -6,3 +6,6 @@ using System.Resources;
[assembly: AssemblyMetadata("Serviceable", "True")]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: AssemblyCompany("Microsoft Corporation.")]
[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
[assembly: AssemblyProduct("Microsoft ASP.NET Core")]