Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Commit 2c0fb95

Browse files
author
N. Taylor Mullen
committed
Add AssemblyCompany, AssemblyCopyright and AssemblyProduct attributes to the assembly.
1 parent 197d6a5 commit 2c0fb95

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/Microsoft.AspNet.Razor.Runtime.VSRC1/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
using System.Runtime.CompilerServices;
77

88
[assembly: AssemblyMetadata("Serviceable", "True")]
9-
[assembly: NeutralResourcesLanguage("en-us")]
9+
[assembly: NeutralResourcesLanguage("en-us")]
10+
[assembly: AssemblyCompany("Microsoft Corporation.")]
11+
[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
12+
[assembly: AssemblyProduct("Microsoft ASP.NET Core")]

src/Microsoft.AspNet.Razor.VSRC1/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
using System.Runtime.CompilerServices;
77

88
[assembly: AssemblyMetadata("Serviceable", "True")]
9-
[assembly: NeutralResourcesLanguage("en-us")]
9+
[assembly: NeutralResourcesLanguage("en-us")]
10+
[assembly: AssemblyCompany("Microsoft Corporation.")]
11+
[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
12+
[assembly: AssemblyProduct("Microsoft ASP.NET Core")]

0 commit comments

Comments
 (0)