You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2016/08/05 17:04:28 UTC

svn commit: r1755365 - in /ignite/site/trunk: download.html includes/header.html

Author: ptupitsyn
Date: Fri Aug  5 17:04:28 2016
New Revision: 1755365

URL: http://svn.apache.org/viewvc?rev=1755365&view=rev
Log:
Add "Download from NuGet" section

Modified:
    ignite/site/trunk/download.html
    ignite/site/trunk/includes/header.html

Modified: ignite/site/trunk/download.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/download.html?rev=1755365&r1=1755364&r2=1755365&view=diff
==============================================================================
--- ignite/site/trunk/download.html (original)
+++ ignite/site/trunk/download.html Fri Aug  5 17:04:28 2016
@@ -203,6 +203,8 @@ under the License.
                                         <li class="divider"></li>
                                         <li><a href="/download.cgi#maven">Download from Maven</a></li>
                                         <li class="divider"></li>
+                                        <li><a href="/download.cgi#nuget">Download from NuGet</a></li>
+                                        <li class="divider"></li>
                                         <li><a href="/download.cgi#build-source">Build from Source</a></li>
                                         <li class="divider"></li>
                                         <li><a href="/download.cgi#git-repository">Git Repository</a></li>
@@ -909,6 +911,17 @@ under the License.
             dependencies.</p>
     </section><!-- maven downloads -->
 
+    <section id="nuget" class="page-section">
+        <h2>Download from NuGet</h2>
+        <p>
+            Ignite.NET is also distributed through NuGet.
+			There are multiple packages: <a href="https://www.nuget.org/packages?q=%22Apache+Ignite%22">nuget.org/packages?q="Apache Ignite"</a>
+        </p>
+		<p>
+			See <a href="https://apacheignite-net.readme.io/docs/getting-started-2#section-nuget">Getting Started</a> for more info.
+		</p>
+    </section><!-- NuGet downloads -->
+	
     <section id="build-source" class="page-section">
         <h2>Building the Binaries </h2>
         NOTE: JDK version should be 1.7.0-* or >= 1.8.0-u40.

Modified: ignite/site/trunk/includes/header.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/includes/header.html?rev=1755365&r1=1755364&r2=1755365&view=diff
==============================================================================
--- ignite/site/trunk/includes/header.html (original)
+++ ignite/site/trunk/includes/header.html Fri Aug  5 17:04:28 2016
@@ -136,6 +136,8 @@
                                         <li class="divider"></li>
                                         <li><a href="/download.cgi#maven">Download from Maven</a></li>
                                         <li class="divider"></li>
+                                        <li><a href="/download.cgi#nuget">Download from NuGet</a></li>
+                                        <li class="divider"></li>
                                         <li><a href="/download.cgi#build-source">Build from Source</a></li>
                                         <li class="divider"></li>
                                         <li><a href="/download.cgi#git-repository">Git Repository</a></li>