[Refs #87: Static Analysis] Add neutral resources language

This commit is contained in:
baldurk
2014-10-05 16:35:51 +01:00
parent 8b0f05ca5e
commit a470213b4b
+3 -1
View File
@@ -26,6 +26,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Resources;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
@@ -61,4 +62,5 @@ using System.Runtime.InteropServices;
[assembly: AssemblyFileVersion("0.22.0.0")]
// this can be replaced with the git hash of the commit being built from e.g. in a script
[assembly: AssemblyInformationalVersion("NO_GIT_COMMIT_HASH_DEFINED")]
[assembly: AssemblyInformationalVersion("NO_GIT_COMMIT_HASH_DEFINED")]
[assembly: NeutralResourcesLanguageAttribute("en-GB")]