Skip to content

Commit bebf249

Browse files
Add AssemblyInfo files to core packages
1 parent 834301e commit bebf249

File tree

4 files changed

+48
-0
lines changed

4 files changed

+48
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
4+
usingSystem.Reflection;
5+
usingSystem.Resources;
6+
usingSystem.Runtime.CompilerServices;
7+
8+
[assembly:AssemblyMetadata("Serviceable","True")]
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")]
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
4+
usingSystem.Reflection;
5+
usingSystem.Resources;
6+
usingSystem.Runtime.CompilerServices;
7+
8+
[assembly:AssemblyMetadata("Serviceable","True")]
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")]
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
4+
usingSystem.Reflection;
5+
usingSystem.Resources;
6+
usingSystem.Runtime.CompilerServices;
7+
8+
[assembly:AssemblyMetadata("Serviceable","True")]
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")]
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
4+
usingSystem.Reflection;
5+
usingSystem.Resources;
6+
usingSystem.Runtime.CompilerServices;
7+
8+
[assembly:AssemblyMetadata("Serviceable","True")]
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)