This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-client-csharp.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f36e9f  doc: update badge for nuget (#18)
5f36e9f is described below

commit 5f36e9ffeecc259bda8b6d204bd584f7cf2fb22b
Author: Zhan Lu <[email protected]>
AuthorDate: Tue Sep 3 14:13:16 2024 +0800

    doc: update badge for nuget (#18)
---
 README.md    | 4 +++-
 README_ZH.md | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index cb68491..7f46166 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,9 @@
 
 [![E2E 
Tests](https://github.com/apache/iotdb-client-csharp/actions/workflows/e2e.yml/badge.svg)](https://github.com/apache/iotdb-client-csharp/actions/workflows/e2e.yml)
 
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
-[![NuGet 
Badge](https://buildstats.info/nuget/Apache.IoTDB)](https://www.nuget.org/packages/Apache.IoTDB)
+![NuGet Version](https://img.shields.io/nuget/v/Apache.IoTDB)
+![NuGet Downloads](https://img.shields.io/nuget/dt/Apache.IoTDB)
+
 
 ## Overview
 
diff --git a/README_ZH.md b/README_ZH.md
index 718b578..440477c 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -23,7 +23,8 @@
 # Apache IoTDB C#语言客户端
 [![E2E 
Tests](https://github.com/apache/iotdb-client-csharp/actions/workflows/e2e.yml/badge.svg)](https://github.com/apache/iotdb-client-csharp/actions/workflows/e2e.yml)
 
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
-[![NuGet 
Badge](https://buildstats.info/nuget/Apache.IoTDB)](https://www.nuget.org/packages/Apache.IoTDB)
+![NuGet Version](https://img.shields.io/nuget/v/Apache.IoTDB)
+![NuGet Downloads](https://img.shields.io/nuget/dt/Apache.IoTDB)
 
 ## 概览
 

Reply via email to