Search code examples
githubnugetbadgeshields.io

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?


Solution

  • 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