Repository: ignite
Updated Branches:
  refs/heads/ignite-gg-10760 96ddd1bad -> 33ee61caf


IGNITE-1435 Platform .Net: Make it possible to sign core assembly with msbuild


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3e694599
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3e694599
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3e694599

Branch: refs/heads/ignite-gg-10760
Commit: 3e694599b59ca2d941f76c2ffe8b103888c41e9f
Parents: 1ff4a52
Author: ptupitsyn <ptupit...@gridgain.com>
Authored: Fri Sep 11 17:50:07 2015 +0300
Committer: ptupitsyn <ptupit...@gridgain.com>
Committed: Fri Sep 11 17:50:07 2015 +0300

----------------------------------------------------------------------
 .../main/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/3e694599/modules/platform/src/main/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git 
a/modules/platform/src/main/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs
 
b/modules/platform/src/main/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs
index 5f2c018..26385e3 100644
--- 
a/modules/platform/src/main/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs
+++ 
b/modules/platform/src/main/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs
@@ -37,10 +37,10 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyFileVersion("1.4.0")]
 
 [assembly: CLSCompliant(true)]
-[assembly: InternalsVisibleTo("Apache.Ignite")]
 
-#if !EXCLUDE_TESTS
+#if !EXCLUDE_INTERNALS_VISIBLE_TO
 
+[assembly: InternalsVisibleTo("Apache.Ignite")]
 [assembly: InternalsVisibleTo("Apache.Ignite.Core.Tests")]
 
 #endif
\ No newline at end of file

Reply via email to