Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8625718CF3 for ; Thu, 22 Oct 2015 13:01:31 +0000 (UTC) Received: (qmail 60656 invoked by uid 500); 22 Oct 2015 13:01:18 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 60576 invoked by uid 500); 22 Oct 2015 13:01:18 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 59778 invoked by uid 99); 22 Oct 2015 13:01:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Oct 2015 13:01:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 52A2CE391A; Thu, 22 Oct 2015 13:01:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dmagda@apache.org To: commits@ignite.apache.org Date: Thu, 22 Oct 2015 13:01:47 -0000 Message-Id: <256433abd2f74e9db28ec02918607904@git.apache.org> In-Reply-To: <56a8549fb27642b7a3cdbb30a47b9dfe@git.apache.org> References: <56a8549fb27642b7a3cdbb30a47b9dfe@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [31/42] 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-1272 Commit: f49deb28121c718207bbc9b92acf4fdb8103012c Parents: 707aacc Author: ptupitsyn Authored: Wed Oct 21 12:37:57 2015 +0300 Committer: ptupitsyn 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