Repository: ignite
Updated Branches:
  refs/heads/master b2aeaff54 -> af03d8413


.NET: Update product description in documentation and NuGet package


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

Branch: refs/heads/master
Commit: af03d8413defc992501ffc7246427df6a46c6840
Parents: b2aeaff
Author: Pavel Tupitsyn <ptupit...@apache.org>
Authored: Mon Aug 13 11:33:21 2018 +0300
Committer: Pavel Tupitsyn <ptupit...@apache.org>
Committed: Mon Aug 13 11:33:21 2018 +0300

----------------------------------------------------------------------
 .../dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec      | 2 +-
 modules/platforms/dotnet/Apache.Ignite.Core/Package-Info.cs  | 8 ++++----
 modules/platforms/dotnet/docfx/index.md                      | 8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/af03d841/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 3bfb9a1..d5a0c68 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec
+++ b/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec
@@ -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 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 is a memory-centric distributed database, caching, and 
processing platform for transactional, analytical, and streaming workloads, 
delivering in-memory speeds at petabyte scale.
 Supports .NET 4+ and .NET Core 2.0+.
             
 More info: https://apacheignite-net.readme.io/

http://git-wip-us.apache.org/repos/asf/ignite/blob/af03d841/modules/platforms/dotnet/Apache.Ignite.Core/Package-Info.cs
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Package-Info.cs 
b/modules/platforms/dotnet/Apache.Ignite.Core/Package-Info.cs
index a3cfea7..3c39b79 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core/Package-Info.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Core/Package-Info.cs
@@ -26,11 +26,11 @@ namespace Apache.Ignite.Core
 
     /**
 
-    \mainpage Apache Ignite.NET In-Memory Data Fabric
+    \mainpage Apache Ignite.NET
 
-    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-based technologies.
+    Apache Ignite is a memory-centric distributed database, caching,
+       and processing platform for transactional, analytical,
+       and streaming workloads, delivering in-memory speeds at petabyte scale.
 
     */
 }

http://git-wip-us.apache.org/repos/asf/ignite/blob/af03d841/modules/platforms/dotnet/docfx/index.md
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/docfx/index.md 
b/modules/platforms/dotnet/docfx/index.md
index 4472cff..48985a1 100644
--- a/modules/platforms/dotnet/docfx/index.md
+++ b/modules/platforms/dotnet/docfx/index.md
@@ -1,10 +1,10 @@
-# Apache Ignite.NET In-Memory Data Fabric
+# Apache Ignite.NET
 
 <img src="https://ignite.apache.org/images/logo3.png"; hspace="20" /><img 
src="https://ptupitsyn.github.io/images/net-framework.png"; hspace="20" />
 
-Apache Ignite In-Memory Data Fabric is designed to deliver uncompromised 
performance for a wide set of in-memory computing use cases from 
-[high performance computing](https://ignite.apache.org/features.html), to the 
industry most advanced [data grid](https://ignite.apache.org/features.html), 
-highly available [service grid](https://ignite.apache.org/features.html), and 
[streaming](https://ignite.apache.org/features.html).
+Apache Ignite is a 
[memory-centric](https://ignite.apache.org/arch/memorycentric.html) distributed 
database, 
+[caching](https://ignite.apache.org/features/datagrid.html), and processing 
platform for transactional, analytical, 
+and streaming workloads, delivering in-memory speeds at petabyte scale.
 
 * [API Documentation](api/)
 * [Gettting Started](https://apacheignite-net.readme.io/docs/getting-started)
\ No newline at end of file

Reply via email to