You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by co...@apache.org on 2015/10/24 01:28:29 UTC

[16/23] ignite git commit: .Net: fix InternalsVisibleTo

.Net: fix InternalsVisibleTo


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

Branch: refs/heads/ignite-1701
Commit: f49deb28121c718207bbc9b92acf4fdb8103012c
Parents: 707aacc
Author: ptupitsyn <pt...@gridgain.com>
Authored: Wed Oct 21 12:37:57 2015 +0300
Committer: ptupitsyn <pt...@gridgain.com>
Committed: Wed Oct 21 12:37:57 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/f49deb28/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 7395cc1..448e195 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,9 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyFileVersion("1.4.1.1")]
 
 [assembly: CLSCompliant(true)]
-[assembly: InternalsVisibleTo("Apache.Ignite")]
-
 #if !EXCLUDE_TESTS
 
+[assembly: InternalsVisibleTo("Apache.Ignite")]
 [assembly: InternalsVisibleTo("Apache.Ignite.Core.Tests")]
 
 #endif
\ No newline at end of file