Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit e149b27

Browse files
committed
Added Company, Copyright and Product attributes to AssemblyInfo
1 parent cd7ad1c commit e149b27

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/dotnet-razor-tooling/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@
55
using System.Resources;
66

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

0 commit comments

Comments
 (0)