Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 36566200B9C for ; Mon, 10 Oct 2016 18:00:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 35337160AF7; Mon, 10 Oct 2016 16:00:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9874C160B0B for ; Mon, 10 Oct 2016 18:00:30 +0200 (CEST) Received: (qmail 10721 invoked by uid 500); 10 Oct 2016 16:00:29 -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 10096 invoked by uid 99); 10 Oct 2016 16:00:29 -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; Mon, 10 Oct 2016 16:00:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4F199E07D9; Mon, 10 Oct 2016 16:00:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Date: Mon, 10 Oct 2016 16:00:57 -0000 Message-Id: <2d2218177b2f43089a3af039f71c3425@git.apache.org> In-Reply-To: <9e65cd9340084ae8b9d1078dcabd920a@git.apache.org> References: <9e65cd9340084ae8b9d1078dcabd920a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [30/34] ignite git commit: IGNITE-3279 .NET: NLog logger archived-at: Mon, 10 Oct 2016 16:00:32 -0000 IGNITE-3279 .NET: NLog logger Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/48b293db Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/48b293db Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/48b293db Branch: refs/heads/ignite-comm-opts2 Commit: 48b293db4d443b4d8739f709ff12f19aad008b84 Parents: 1c82cd0 Author: Pavel Tupitsyn Authored: Mon Oct 3 14:08:07 2016 +0300 Committer: Pavel Tupitsyn Committed: Mon Oct 3 14:08:07 2016 +0300 ---------------------------------------------------------------------- .../dotnet/Apache.Ignite.NLog/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/48b293db/modules/platforms/dotnet/Apache.Ignite.NLog/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.NLog/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.NLog/Properties/AssemblyInfo.cs index 6603836..baaa60d 100644 --- a/modules/platforms/dotnet/Apache.Ignite.NLog/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.NLog/Properties/AssemblyInfo.cs @@ -33,8 +33,8 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("c6b58e4a-a2e9-4554-ad02-68ce6da5cfb7")] -[assembly: AssemblyVersion("1.8.0.13244")] -[assembly: AssemblyFileVersion("1.8.0.13244")] +[assembly: AssemblyVersion("1.8.0.14218")] +[assembly: AssemblyFileVersion("1.8.0.14218")] [assembly: AssemblyInformationalVersion("1.8.0")] [assembly: CLSCompliant(true)]