From 6792474d77ad9266f8b4fe14faa950f25a942003 Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Mon, 23 May 2016 13:52:40 -0700 Subject: [PATCH] Add Assembly metadata --- .../Properties/AssemblyInfo.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/Microsoft.AspNet.Identity.CoreCompat/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Identity.CoreCompat/Properties/AssemblyInfo.cs b/src/Microsoft.AspNet.Identity.CoreCompat/Properties/AssemblyInfo.cs new file mode 100644 index 0000000000..1a8b56c5a1 --- /dev/null +++ b/src/Microsoft.AspNet.Identity.CoreCompat/Properties/AssemblyInfo.cs @@ -0,0 +1,12 @@ +// Copyright (c) .NET Foundation. All rights reserved. +// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. + +using System.Reflection; +using System.Resources; +using System.Runtime.CompilerServices; + +[assembly: AssemblyMetadata("Serviceable", "True")] +[assembly: NeutralResourcesLanguage("en-us")] +[assembly: AssemblyCompany("Microsoft Corporation.")] +[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] +[assembly: AssemblyProduct("Microsoft ASP.NET Core")]