diff --git a/SierraLib.Analytics/Properties/AssemblyInfo.cs b/SierraLib.Analytics/Properties/AssemblyInfo.cs index b6306cb..9072cd6 100644 --- a/SierraLib.Analytics/Properties/AssemblyInfo.cs +++ b/SierraLib.Analytics/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -36,6 +36,4 @@ [assembly: AssemblyFileVersion("1.1.0")] [assembly: AssemblyInformationalVersion("1.1.0")] -#if DEBUG [assembly: InternalsVisibleTo("SierraLib.Analytics.Test")] -#endif