This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 9992d4b .NET: Fix logos and NuGet link in README.md
9992d4b is described below
commit 9992d4b3638f9d47aa8162f5afd8e898894c3231
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Tue Oct 20 20:07:22 2020 +0300
.NET: Fix logos and NuGet link in README.md
* Fix NuGet link to point to Ignite packages
* Remove old .NET logo
* Fix Ignite logo
---
modules/platforms/dotnet/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/platforms/dotnet/README.md
b/modules/platforms/dotnet/README.md
index 319ccb5..ad9435b 100644
--- a/modules/platforms/dotnet/README.md
+++ b/modules/platforms/dotnet/README.md
@@ -1,8 +1,8 @@
# Apache Ignite.NET SDK
-<a href="https://ignite.apache.org/"><img
src="https://ignite.apache.org/images/logo3.png" hspace="20"/></a><img
src="https://ptupitsyn.github.io/images/net-framework.png" hspace="20" />
+<a href="https://ignite.apache.org/"><img
src="https://ignite.apache.org/images/ignite_logo_full.svg" hspace="20"
width="300px" /></a>
-<a href="https://www.nuget.org/packages?q=GridGain.Ignite"><img
src="https://img.shields.io/nuget/v/GridGain.Ignite.svg" /></a>
+<a href="https://www.nuget.org/packages?q=Apache.Ignite"><img
src="https://img.shields.io/nuget/v/Apache.Ignite.svg" /></a>
## Getting Started