From 7c685c1354772db320b4d0d17d125200f043085f Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Wed, 7 Dec 2016 18:09:11 +0000 Subject: [PATCH] Add AssemblyInfo.cs to Microsoft.AspNetCore.NodeServices.Sockets package --- .../Properties/AssemblyInfo.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/Microsoft.AspNetCore.NodeServices.Sockets/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNetCore.NodeServices.Sockets/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.NodeServices.Sockets/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..de40788 --- /dev/null +++ b/src/Microsoft.AspNetCore.NodeServices.Sockets/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")]