You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2016/03/18 02:50:09 UTC

[15/50] [abbrv] ignite git commit: .NET: Fix NuGet package name to 'Apache.Ignite' instead of 'Apache.Ignite.NET'

.NET: Fix NuGet package name to 'Apache.Ignite' instead of 'Apache.Ignite.NET'


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

Branch: refs/heads/ignite-2407
Commit: 648b10c8cf0372dce552b8ff1506884044f86312
Parents: 70abaa3
Author: Pavel Tupitsyn <pt...@gridgain.com>
Authored: Thu Mar 10 12:39:38 2016 +0300
Committer: Pavel Tupitsyn <pt...@gridgain.com>
Committed: Thu Mar 10 12:39:38 2016 +0300

----------------------------------------------------------------------
 .../Apache.Ignite.Core.Tests.NuGet/install-package.cmd   | 11 +++++++++--
 .../dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec  |  6 +++---
 .../Apache.Ignite.Core/NuGet/LINQPad/ComputeExample.linq |  2 +-
 .../Apache.Ignite.Core/NuGet/LINQPad/PutGetExample.linq  |  2 +-
 .../Apache.Ignite.Core/NuGet/LINQPad/QueryExample.linq   |  2 +-
 5 files changed, 15 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/648b10c8/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd
index e1b57a8..5af7607 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd
@@ -1,3 +1,10 @@
+rem Install NuGet package to a 'pkg' folder no matter what version it is
+
 rmdir pkg /S /Q
-nuget install Apache.Ignite.NET
-move Apache.Ignite.NET* pkg
\ No newline at end of file
+rmdir tmp1 /S /Q
+mkdir tmp1
+cd tmp1
+nuget install Apache.Ignite
+cd ..
+move tmp1\Apache.Ignite.* pkg
+rmdir tmp1 /S /Q
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/ignite/blob/648b10c8/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec b/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec
index 54a4a9e..ff3ce34 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec
+++ b/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec
@@ -29,8 +29,8 @@ Creating NuGet package:
 
 <package >
     <metadata>
-        <id>Apache.Ignite.NET</id>
-        <title>Apache Ignite.NET x64</title>
+        <id>Apache.Ignite</id>
+        <title>Apache Ignite x64</title>
         <!-- -->
         <version>$version$</version>
         <authors>Apache Ignite</authors>
@@ -40,7 +40,7 @@ Creating NuGet package:
         <iconUrl>https://ignite.apache.org/images/logo_ignite_32_32.png</iconUrl>
         <requireLicenseAcceptance>false</requireLicenseAcceptance>
         <description>
-Apache Ignite.NET In-Memory Data Fabric is a high-performance, integrated and distributed in-memory platform for computing and transacting on large-scale data sets in real-time, orders of magnitude faster than possible with traditional disk-based or flash technologies.
+Apache Ignite In-Memory Data Fabric is a high-performance, integrated and distributed in-memory platform for computing and transacting on large-scale data sets in real-time, orders of magnitude faster than possible with traditional disk-based or flash technologies.
             
 More info: https://apacheignite-net.readme.io/
             

http://git-wip-us.apache.org/repos/asf/ignite/blob/648b10c8/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/LINQPad/ComputeExample.linq
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/LINQPad/ComputeExample.linq b/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/LINQPad/ComputeExample.linq
index 194858c..921af3e 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/LINQPad/ComputeExample.linq
+++ b/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/LINQPad/ComputeExample.linq
@@ -1,5 +1,5 @@
 <Query Kind="Program">
-  <NuGetReference>Apache.Ignite.NET</NuGetReference>
+  <NuGetReference>Apache.Ignite</NuGetReference>
   <Namespace>Apache.Ignite.Core</Namespace>
   <Namespace>Apache.Ignite.Core.Binary</Namespace>
   <Namespace>Apache.Ignite.Core.Cache.Configuration</Namespace>

http://git-wip-us.apache.org/repos/asf/ignite/blob/648b10c8/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/LINQPad/PutGetExample.linq
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/LINQPad/PutGetExample.linq b/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/LINQPad/PutGetExample.linq
index 0569da6..2995f01 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/LINQPad/PutGetExample.linq
+++ b/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/LINQPad/PutGetExample.linq
@@ -1,5 +1,5 @@
 <Query Kind="Program">
-    <NuGetReference>Apache.Ignite.NET</NuGetReference>
+    <NuGetReference>Apache.Ignite</NuGetReference>
     <Namespace>Apache.Ignite.Core</Namespace>
     <Namespace>Apache.Ignite.Core.Binary</Namespace>
 </Query>

http://git-wip-us.apache.org/repos/asf/ignite/blob/648b10c8/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/LINQPad/QueryExample.linq
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/LINQPad/QueryExample.linq b/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/LINQPad/QueryExample.linq
index b13e1e9..5a37f36 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/LINQPad/QueryExample.linq
+++ b/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/LINQPad/QueryExample.linq
@@ -1,5 +1,5 @@
 <Query Kind="Program">
-  <NuGetReference>Apache.Ignite.NET</NuGetReference>
+  <NuGetReference>Apache.Ignite</NuGetReference>
   <Namespace>Apache.Ignite.Core</Namespace>
   <Namespace>Apache.Ignite.Core.Binary</Namespace>
   <Namespace>Apache.Ignite.Core.Cache.Configuration</Namespace>