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


is there possibility download count custom package on nuget.org in shields.io badge? nuget nice... there possibility so?

ok, got on own. way easy guess...

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

so example: nuget downloads


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -