Versions updated to 2.5.0-SNAPSHOT (including .NET and C++)
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f0dec14f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f0dec14f Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f0dec14f Branch: refs/heads/ignite-7573 Commit: f0dec14fd01f24672aad7d924ebdd57f82dcbc5c Parents: b9f5791 Author: Pavel Tupitsyn <[email protected]> Authored: Tue Jan 30 19:47:00 2018 +0300 Committer: Pavel Tupitsyn <[email protected]> Committed: Tue Jan 30 19:47:00 2018 +0300 ---------------------------------------------------------------------- modules/ignored-tests/pom.xml | 2 +- modules/platforms/cpp/common/configure.ac | 2 +- modules/platforms/cpp/configure.ac | 2 +- modules/platforms/cpp/configure.acrel | 2 +- modules/platforms/cpp/core-test/configure.ac | 2 +- modules/platforms/cpp/core/configure.ac | 2 +- modules/platforms/cpp/examples/configure.ac | 2 +- modules/platforms/cpp/ignite/configure.ac | 2 +- modules/platforms/cpp/odbc/install/ignite-odbc-amd64.wxs | 2 +- modules/platforms/cpp/odbc/install/ignite-odbc-x86.wxs | 2 +- .../Apache.Ignite.AspNet.Tests/Properties/AssemblyInfo.cs | 6 +++--- .../dotnet/Apache.Ignite.AspNet/Properties/AssemblyInfo.cs | 6 +++--- .../dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs | 6 +++--- .../Apache.Ignite.Core.Tests.NuGet/Properties/AssemblyInfo.cs | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- .../dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs | 6 +++--- .../dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- .../Apache.Ignite.EntityFramework/Properties/AssemblyInfo.cs | 6 +++--- .../dotnet/Apache.Ignite.Linq/Properties/AssemblyInfo.cs | 6 +++--- .../dotnet/Apache.Ignite.Log4Net/Properties/AssemblyInfo.cs | 6 +++--- .../dotnet/Apache.Ignite.NLog/Properties/AssemblyInfo.cs | 6 +++--- .../platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs | 6 +++--- 23 files changed, 49 insertions(+), 49 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/ignored-tests/pom.xml ---------------------------------------------------------------------- diff --git a/modules/ignored-tests/pom.xml b/modules/ignored-tests/pom.xml index 8e3993b..affa6fb 100644 --- a/modules/ignored-tests/pom.xml +++ b/modules/ignored-tests/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-ignored-tests</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/cpp/common/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/common/configure.ac b/modules/platforms/cpp/common/configure.ac index cf4f8cb..54403c8 100644 --- a/modules/platforms/cpp/common/configure.ac +++ b/modules/platforms/cpp/common/configure.ac @@ -19,7 +19,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([Apache Ignite JNI bridge for C++], [2.2.0.21810], [[email protected]], [ignite-common], [ignite.apache.org]) +AC_INIT([Apache Ignite JNI bridge for C++], [2.5.0.26265], [[email protected]], [ignite-common], [ignite.apache.org]) AC_CONFIG_SRCDIR(src) AC_CANONICAL_SYSTEM http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/cpp/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/configure.ac b/modules/platforms/cpp/configure.ac index ed3b51b..d7fae96 100644 --- a/modules/platforms/cpp/configure.ac +++ b/modules/platforms/cpp/configure.ac @@ -19,7 +19,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([Apache Ignite C++], [2.4.0.21810], [[email protected]], [ignite], [ignite.apache.org]) +AC_INIT([Apache Ignite C++], [2.5.0.26265], [[email protected]], [ignite], [ignite.apache.org]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/cpp/configure.acrel ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/configure.acrel b/modules/platforms/cpp/configure.acrel index 43ac20d..8d9479b 100644 --- a/modules/platforms/cpp/configure.acrel +++ b/modules/platforms/cpp/configure.acrel @@ -19,7 +19,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([Apache Ignite C++], [2.4.0.21810], [[email protected]], [ignite], [ignite.apache.org]) +AC_INIT([Apache Ignite C++], [2.5.0.26265], [[email protected]], [ignite], [ignite.apache.org]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/cpp/core-test/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/core-test/configure.ac b/modules/platforms/cpp/core-test/configure.ac index 1196239..60335d4 100644 --- a/modules/platforms/cpp/core-test/configure.ac +++ b/modules/platforms/cpp/core-test/configure.ac @@ -19,7 +19,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([Apache Ignite C++ Test], [2.2.0.21810], [[email protected]], [ignite], [ignite.apache.org]) +AC_INIT([Apache Ignite C++ Test], [2.5.0.26265], [[email protected]], [ignite], [ignite.apache.org]) AC_CONFIG_SRCDIR(src) AC_CANONICAL_SYSTEM http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/cpp/core/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/core/configure.ac b/modules/platforms/cpp/core/configure.ac index 0673193..f7b6131 100644 --- a/modules/platforms/cpp/core/configure.ac +++ b/modules/platforms/cpp/core/configure.ac @@ -19,7 +19,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([Apache Ignite C++], [2.2.0.21810], [[email protected]], [ignite], [ignite.apache.org]) +AC_INIT([Apache Ignite C++], [2.5.0.26265], [[email protected]], [ignite], [ignite.apache.org]) AC_CONFIG_SRCDIR(src) AC_CANONICAL_SYSTEM http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/cpp/examples/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/examples/configure.ac b/modules/platforms/cpp/examples/configure.ac index d8c3da2..7cef4ac 100644 --- a/modules/platforms/cpp/examples/configure.ac +++ b/modules/platforms/cpp/examples/configure.ac @@ -19,7 +19,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([Apache Ignite C++ Examples], [2.2.0.21810], [[email protected]], [ignite-examples], [ignite.apache.org]) +AC_INIT([Apache Ignite C++ Examples], [2.5.0.26265], [[email protected]], [ignite-examples], [ignite.apache.org]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/cpp/ignite/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/ignite/configure.ac b/modules/platforms/cpp/ignite/configure.ac index e3dfd3e..2e5fdc6 100644 --- a/modules/platforms/cpp/ignite/configure.ac +++ b/modules/platforms/cpp/ignite/configure.ac @@ -19,7 +19,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([Apache Ignite C++ Runner], [2.2.0.21810], [[email protected]], [ignite], [ignite.apache.org]) +AC_INIT([Apache Ignite C++ Runner], [2.5.0.26265], [[email protected]], [ignite], [ignite.apache.org]) AC_CONFIG_SRCDIR(src) AC_CANONICAL_SYSTEM http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/cpp/odbc/install/ignite-odbc-amd64.wxs ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/odbc/install/ignite-odbc-amd64.wxs b/modules/platforms/cpp/odbc/install/ignite-odbc-amd64.wxs index cf1e8f1..f28d0de 100644 --- a/modules/platforms/cpp/odbc/install/ignite-odbc-amd64.wxs +++ b/modules/platforms/cpp/odbc/install/ignite-odbc-amd64.wxs @@ -21,7 +21,7 @@ <Product Name='Apache Ignite ODBC 64-bit Driver' Manufacturer='The Apache Software Foundation' Id='F3E308E4-910C-4AF5-82DE-2ACF4D64830E' UpgradeCode='1D7AEFDF-6CD2-4FB5-88F2-811A89832D6D' - Language='1033' Codepage='1252' Version='2.4.0.21810'> + Language='1033' Codepage='1252' Version='2.5.0.26265'> <Package Id='*' Keywords='Installer' Description="Apache Ignite ODBC 64-bit Driver Installer" Comments='Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are trademarks of The Apache Software Foundation.' http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/cpp/odbc/install/ignite-odbc-x86.wxs ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/odbc/install/ignite-odbc-x86.wxs b/modules/platforms/cpp/odbc/install/ignite-odbc-x86.wxs index a5e0e40..8b66956 100644 --- a/modules/platforms/cpp/odbc/install/ignite-odbc-x86.wxs +++ b/modules/platforms/cpp/odbc/install/ignite-odbc-x86.wxs @@ -21,7 +21,7 @@ <Product Name='Apache Ignite ODBC 32-bit Driver' Manufacturer='The Apache Software Foundation' Id='D39CBABA-1E21-4701-AA5C-91EDA07B383B' UpgradeCode='743902A4-365C-424E-B226-5B2898A3941E' - Language='1033' Codepage='1252' Version='2.4.0.21810'> + Language='1033' Codepage='1252' Version='2.5.0.26265'> <Package Id='*' Keywords='Installer' Description="Apache Ignite ODBC 32-bit Driver Installer" Comments='Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are trademarks of The Apache Software Foundation.' http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/dotnet/Apache.Ignite.AspNet.Tests/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.AspNet.Tests/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.AspNet.Tests/Properties/AssemblyInfo.cs index 0914c5f..726da11 100644 --- a/modules/platforms/dotnet/Apache.Ignite.AspNet.Tests/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.AspNet.Tests/Properties/AssemblyInfo.cs @@ -35,8 +35,8 @@ using System.Runtime.InteropServices; [assembly: Guid("18ea4c71-a11d-4ab1-8042-418f7559d84f")] -[assembly: AssemblyVersion("2.4.0.25406")] -[assembly: AssemblyFileVersion("2.4.0.25406")] -[assembly: AssemblyInformationalVersion("2.4.0")] +[assembly: AssemblyVersion("2.5.0.26265")] +[assembly: AssemblyFileVersion("2.5.0.26265")] +[assembly: AssemblyInformationalVersion("2.5.0")] [assembly: CLSCompliant(true)] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/dotnet/Apache.Ignite.AspNet/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.AspNet/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.AspNet/Properties/AssemblyInfo.cs index 063f999..96b6d56 100644 --- a/modules/platforms/dotnet/Apache.Ignite.AspNet/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.AspNet/Properties/AssemblyInfo.cs @@ -33,9 +33,9 @@ using System.Runtime.InteropServices; [assembly: Guid("13ea96fc-cc83-4164-a7c0-4f30ed797460")] -[assembly: AssemblyVersion("2.4.0.25406")] -[assembly: AssemblyFileVersion("2.4.0.25406")] -[assembly: AssemblyInformationalVersion("2.4.0")] +[assembly: AssemblyVersion("2.5.0.26265")] +[assembly: AssemblyFileVersion("2.5.0.26265")] +[assembly: AssemblyInformationalVersion("2.5.0")] [assembly: CLSCompliant(true)] http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs index 512d248..1620f95 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Runtime.InteropServices; [assembly: Guid("8fae8395-7e91-411a-a78f-44d6d3fed0fc")] -[assembly: AssemblyVersion("2.4.0.25406")] -[assembly: AssemblyFileVersion("2.4.0.25406")] -[assembly: AssemblyInformationalVersion("2.4.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.5.0.26265")] +[assembly: AssemblyFileVersion("2.5.0.26265")] +[assembly: AssemblyInformationalVersion("2.5.0")] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Properties/AssemblyInfo.cs index c088101..bac4cb4 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Runtime.InteropServices; [assembly: ComVisible(false)] [assembly: Guid("134707f6-155d-47f6-9eb2-c67abbf3c009")] -[assembly: AssemblyVersion("2.4.0.25406")] -[assembly: AssemblyFileVersion("2.4.0.25406")] -[assembly: AssemblyInformationalVersion("2.4.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.5.0.26265")] +[assembly: AssemblyFileVersion("2.5.0.26265")] +[assembly: AssemblyInformationalVersion("2.5.0")] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs index 47e8270..4a24f77 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs @@ -45,6 +45,6 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.4.0.25406")] -[assembly: AssemblyFileVersion("2.4.0.25406")] -[assembly: AssemblyInformationalVersion("2.4.0")] +[assembly: AssemblyVersion("2.5.0.26265")] +[assembly: AssemblyFileVersion("2.5.0.26265")] +[assembly: AssemblyInformationalVersion("2.5.0")] http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs index 596f549..7b888f0 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Runtime.InteropServices; [assembly: Guid("de8dd5cc-7c7f-4a09-80d5-7086d9416a7b")] -[assembly: AssemblyVersion("2.4.0.25406")] -[assembly: AssemblyFileVersion("2.4.0.25406")] -[assembly: AssemblyInformationalVersion("2.4.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.5.0.26265")] +[assembly: AssemblyFileVersion("2.5.0.26265")] +[assembly: AssemblyInformationalVersion("2.5.0")] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs index 6379807..98ad8f6 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs @@ -33,9 +33,9 @@ using System.Runtime.InteropServices; [assembly: Guid("97db45a8-f922-456a-a819-7b3c6e5e03ba")] -[assembly: AssemblyVersion("2.4.0.25406")] -[assembly: AssemblyFileVersion("2.4.0.25406")] -[assembly: AssemblyInformationalVersion("2.4.0")] +[assembly: AssemblyVersion("2.5.0.26265")] +[assembly: AssemblyFileVersion("2.5.0.26265")] +[assembly: AssemblyInformationalVersion("2.5.0")] [assembly: CLSCompliant(true)] http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/dotnet/Apache.Ignite.EntityFramework.Tests/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.EntityFramework.Tests/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.EntityFramework.Tests/Properties/AssemblyInfo.cs index b5c88d6..3768d9c 100644 --- a/modules/platforms/dotnet/Apache.Ignite.EntityFramework.Tests/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.EntityFramework.Tests/Properties/AssemblyInfo.cs @@ -32,8 +32,8 @@ using System.Runtime.InteropServices; [assembly: Guid("cda5700e-78f3-4a9e-a9b0-704cbe94651c")] -[assembly: AssemblyVersion("2.4.0.25406")] -[assembly: AssemblyFileVersion("2.4.0.25406")] -[assembly: AssemblyInformationalVersion("2.4.0")] +[assembly: AssemblyVersion("2.5.0.26265")] +[assembly: AssemblyFileVersion("2.5.0.26265")] +[assembly: AssemblyInformationalVersion("2.5.0")] [assembly: CLSCompliant(true)] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/dotnet/Apache.Ignite.EntityFramework/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.EntityFramework/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.EntityFramework/Properties/AssemblyInfo.cs index 4f3f819..1b1159e 100644 --- a/modules/platforms/dotnet/Apache.Ignite.EntityFramework/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.EntityFramework/Properties/AssemblyInfo.cs @@ -32,9 +32,9 @@ using System.Runtime.InteropServices; [assembly: ComVisible(false)] [assembly: Guid("c558518a-c1a0-4224-aaa9-a8688474b4dc")] -[assembly: AssemblyVersion("2.4.0.25406")] -[assembly: AssemblyFileVersion("2.4.0.25406")] -[assembly: AssemblyInformationalVersion("2.4.0")] +[assembly: AssemblyVersion("2.5.0.26265")] +[assembly: AssemblyFileVersion("2.5.0.26265")] +[assembly: AssemblyInformationalVersion("2.5.0")] [assembly: CLSCompliant(true)] http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/dotnet/Apache.Ignite.Linq/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Linq/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.Linq/Properties/AssemblyInfo.cs index bd2382f..f8173d9 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Linq/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Linq/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("5b571661-17f4-4f29-8c7d-0edb38ca9b55")] -[assembly: AssemblyVersion("2.4.0.25406")] -[assembly: AssemblyFileVersion("2.4.0.25406")] -[assembly: AssemblyInformationalVersion("2.4.0")] +[assembly: AssemblyVersion("2.5.0.26265")] +[assembly: AssemblyFileVersion("2.5.0.26265")] +[assembly: AssemblyInformationalVersion("2.5.0")] [assembly: CLSCompliant(true)] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/dotnet/Apache.Ignite.Log4Net/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Log4Net/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.Log4Net/Properties/AssemblyInfo.cs index d6963ef..ac141cc 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Log4Net/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Log4Net/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("6f82d669-382e-4435-8092-68c4440146d8")] -[assembly: AssemblyVersion("2.4.0.25406")] -[assembly: AssemblyFileVersion("2.4.0.25406")] -[assembly: AssemblyInformationalVersion("2.4.0")] +[assembly: AssemblyVersion("2.5.0.26265")] +[assembly: AssemblyFileVersion("2.5.0.26265")] +[assembly: AssemblyInformationalVersion("2.5.0")] [assembly: CLSCompliant(true)] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/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 ae72611..b7e79b6 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("2.4.0.25406")] -[assembly: AssemblyFileVersion("2.4.0.25406")] -[assembly: AssemblyInformationalVersion("2.4.0")] +[assembly: AssemblyVersion("2.5.0.26265")] +[assembly: AssemblyFileVersion("2.5.0.26265")] +[assembly: AssemblyInformationalVersion("2.5.0")] [assembly: CLSCompliant(true)] http://git-wip-us.apache.org/repos/asf/ignite/blob/f0dec14f/modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs index 05646ab..48de959 100644 --- a/modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Runtime.InteropServices; [assembly: Guid("0f9702ec-da7d-4ce5-b4b7-73310c885355")] -[assembly: AssemblyVersion("2.4.0.25406")] -[assembly: AssemblyFileVersion("2.4.0.25406")] -[assembly: AssemblyInformationalVersion("2.4.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.5.0.26265")] +[assembly: AssemblyFileVersion("2.5.0.26265")] +[assembly: AssemblyInformationalVersion("2.5.0")] \ No newline at end of file
