Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a possibility to get the download count from nuget.org in a shields.io badge?

Is there a possibility to get the download count from a custom package on nuget.org in a shields.io badge? Something like NuGet would be nice... Is there a possibility to do so?

like image 614
FranzHuber23 Avatar asked Sep 01 '25 04:09

FranzHuber23


1 Answers

Ok, i got it on my own. Was way too easy I guess...

[![NuGet Downloads](https://img.shields.io/nuget/dt/['Your project id here'].svg)]
(https://www.nuget.org/packages/['Your project id here']/)

So for example: NuGet Downloads

like image 110
FranzHuber23 Avatar answered Sep 05 '25 05:09

FranzHuber23