From bb4b61c55ffc40dfaad067b4322c1e2b04cba03f Mon Sep 17 00:00:00 2001 From: Anton Kasyanov Date: Mon, 5 Feb 2018 01:31:55 +0200 Subject: [PATCH] Remove CLS compliance warnings --- Eve-O-Preview/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eve-O-Preview/Properties/AssemblyInfo.cs b/Eve-O-Preview/Properties/AssemblyInfo.cs index 79c7e60..0867608 100644 --- a/Eve-O-Preview/Properties/AssemblyInfo.cs +++ b/Eve-O-Preview/Properties/AssemblyInfo.cs @@ -15,4 +15,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("4.0.0.0")] [assembly: AssemblyFileVersion("4.0.0.0")] -[assembly: CLSCompliant(true)] \ No newline at end of file +[assembly: CLSCompliant(false)] \ No newline at end of file