From d65530a8dd6aba812305722c5a6a0fde20337b3d Mon Sep 17 00:00:00 2001 From: Christian Helle Date: Wed, 6 Sep 2023 09:02:52 +0200 Subject: [PATCH] Fix NuGet badges in README.md Fixed the NuGet package badge and added a NuGet download count badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40ece1f..cf3c6ea 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ ### Packages [![Github Version](https://img.shields.io/static/v1?logo=github&color=blue&label=github&message=latest)](https://github.com/orgs/atc-net/packages?repo_name=atc-cosmos) -[![NuGet Version](https://img.shields.io/nuget/v/Atc.Cosmos.Sql.Api.Repository.svg?logo=nuget)](https://www.nuget.org/profiles/atc-net) +[![NuGet Version](https://img.shields.io/nuget/v/Atc.Cosmos.svg?logo=nuget)](https://www.nuget.org/packages/Atc.Cosmos) +[![NuGet Downloads](https://img.shields.io/nuget/dt/Atc.Cosmos.svg?style=flat-square&label=downloads)](http://www.nuget.org/packages/Atc.Cosmos) ### Build Status ![Pre-Integration](https://github.com/atc-net/atc-cosmos/workflows/Pre-Integration/badge.svg)