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