Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit 23628e2

Browse files
committed
Set the NeutralResourcesLanguage for the assembly
1 parent 3c3e90e commit 23628e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AsyncUsageAnalyzers/AsyncUsageAnalyzers/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Reflection;
3+
using System.Resources;
34
using System.Runtime.InteropServices;
45

56
// General Information about an assembly is controlled through the following
@@ -14,6 +15,7 @@
1415
[assembly: AssemblyTrademark("")]
1516
[assembly: AssemblyCulture("")]
1617
[assembly: CLSCompliant(false)]
18+
[assembly: NeutralResourcesLanguage("en-US")]
1719

1820
// Setting ComVisible to false makes the types in this assembly not visible
1921
// to COM components. If you need to access a type in this assembly from

0 commit comments

Comments
 (0)