From 2c0fb950bc0ce35c4387eab8b6fad8b17c3f4116 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Mon, 4 Apr 2016 16:18:59 -0700 Subject: [PATCH] Add `AssemblyCompany`, `AssemblyCopyright` and `AssemblyProduct` attributes to the assembly. --- .../Properties/AssemblyInfo.cs | 5 ++++- src/Microsoft.AspNet.Razor.VSRC1/Properties/AssemblyInfo.cs | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNet.Razor.Runtime.VSRC1/Properties/AssemblyInfo.cs b/src/Microsoft.AspNet.Razor.Runtime.VSRC1/Properties/AssemblyInfo.cs index 1bbf723e7d..866f034f96 100644 --- a/src/Microsoft.AspNet.Razor.Runtime.VSRC1/Properties/AssemblyInfo.cs +++ b/src/Microsoft.AspNet.Razor.Runtime.VSRC1/Properties/AssemblyInfo.cs @@ -6,4 +6,7 @@ using System.Resources; using System.Runtime.CompilerServices; [assembly: AssemblyMetadata("Serviceable", "True")] -[assembly: NeutralResourcesLanguage("en-us")] \ No newline at end of file +[assembly: NeutralResourcesLanguage("en-us")] +[assembly: AssemblyCompany("Microsoft Corporation.")] +[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] +[assembly: AssemblyProduct("Microsoft ASP.NET Core")] \ No newline at end of file diff --git a/src/Microsoft.AspNet.Razor.VSRC1/Properties/AssemblyInfo.cs b/src/Microsoft.AspNet.Razor.VSRC1/Properties/AssemblyInfo.cs index 1bbf723e7d..866f034f96 100644 --- a/src/Microsoft.AspNet.Razor.VSRC1/Properties/AssemblyInfo.cs +++ b/src/Microsoft.AspNet.Razor.VSRC1/Properties/AssemblyInfo.cs @@ -6,4 +6,7 @@ using System.Resources; using System.Runtime.CompilerServices; [assembly: AssemblyMetadata("Serviceable", "True")] -[assembly: NeutralResourcesLanguage("en-us")] \ No newline at end of file +[assembly: NeutralResourcesLanguage("en-us")] +[assembly: AssemblyCompany("Microsoft Corporation.")] +[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] +[assembly: AssemblyProduct("Microsoft ASP.NET Core")] \ No newline at end of file