4

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?

FranzHuber23
  • 3,311
  • 5
  • 24
  • 63

1 Answers1

9

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

FranzHuber23
  • 3,311
  • 5
  • 24
  • 63