From 98af679b0bfc0c1862f6102a270976cf5d778a1a Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 10 Sep 2015 18:45:23 -0700 Subject: [PATCH] Adding NeutralResourcesLanguageAttribute --- .../Properties/AssemblyInfo.cs | 4 +++- .../Properties/AssemblyInfo.cs | 2 ++ .../Properties/AssemblyInfo.cs | 4 +++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNet.WebSockets.Client/Properties/AssemblyInfo.cs b/src/Microsoft.AspNet.WebSockets.Client/Properties/AssemblyInfo.cs index 025a94598c..b2437d9ad6 100644 --- a/src/Microsoft.AspNet.WebSockets.Client/Properties/AssemblyInfo.cs +++ b/src/Microsoft.AspNet.WebSockets.Client/Properties/AssemblyInfo.cs @@ -2,5 +2,7 @@ // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Reflection; +using System.Resources; -[assembly: AssemblyMetadata("Serviceable", "True")] \ No newline at end of file +[assembly: AssemblyMetadata("Serviceable", "True")] +[assembly: NeutralResourcesLanguage("en-us")] \ No newline at end of file diff --git a/src/Microsoft.AspNet.WebSockets.Protocol/Properties/AssemblyInfo.cs b/src/Microsoft.AspNet.WebSockets.Protocol/Properties/AssemblyInfo.cs index f2450e304f..1a71cec2c5 100644 --- a/src/Microsoft.AspNet.WebSockets.Protocol/Properties/AssemblyInfo.cs +++ b/src/Microsoft.AspNet.WebSockets.Protocol/Properties/AssemblyInfo.cs @@ -1,4 +1,5 @@ using System.Reflection; +using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -35,3 +36,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyMetadata("Serviceable", "True")] +[assembly: NeutralResourcesLanguage("en-us")] diff --git a/src/Microsoft.AspNet.WebSockets.Server/Properties/AssemblyInfo.cs b/src/Microsoft.AspNet.WebSockets.Server/Properties/AssemblyInfo.cs index 025a94598c..b2437d9ad6 100644 --- a/src/Microsoft.AspNet.WebSockets.Server/Properties/AssemblyInfo.cs +++ b/src/Microsoft.AspNet.WebSockets.Server/Properties/AssemblyInfo.cs @@ -2,5 +2,7 @@ // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Reflection; +using System.Resources; -[assembly: AssemblyMetadata("Serviceable", "True")] \ No newline at end of file +[assembly: AssemblyMetadata("Serviceable", "True")] +[assembly: NeutralResourcesLanguage("en-us")] \ No newline at end of file