Skip to content

Commit

Permalink
Added download counter to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldaviva authored Dec 8, 2024
1 parent 8e6821e commit 122ee75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<img src="https://raw.githubusercontent.com/Aldaviva/ThrottleDebounce/master/ThrottleDebounce/icon.jpg" height="23" alt="ThrottleDebounce icon" /> ThrottleDebounce
===

[![Nuget](https://img.shields.io/nuget/v/ThrottleDebounce?logo=nuget)](https://www.nuget.org/packages/ThrottleDebounce/) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Aldaviva/ThrottleDebounce/dotnetpackage.yml?branch=master&logo=github)](https://github.com/Aldaviva/ThrottleDebounce/actions/workflows/dotnetpackage.yml) [![Coveralls](https://img.shields.io/coveralls/github/Aldaviva/ThrottleDebounce?logo=coveralls)](https://coveralls.io/github/Aldaviva/ThrottleDebounce?branch=master)
[![Package Version](https://img.shields.io/nuget/v/ThrottleDebounce?logo=nuget&label=version)](https://www.nuget.org/packages/ThrottleDebounce/) [![NuGet Gallery Downloads](https://img.shields.io/nuget/dt/ThrottleDebounce?logo=nuget&color=blue
)](https://www.nuget.org/packages/ThrottleDebounce/) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Aldaviva/ThrottleDebounce/dotnetpackage.yml?branch=master&logo=github)](https://github.com/Aldaviva/ThrottleDebounce/actions/workflows/dotnetpackage.yml) [![Coveralls](https://img.shields.io/coveralls/github/Aldaviva/ThrottleDebounce?logo=coveralls)](https://coveralls.io/github/Aldaviva/ThrottleDebounce?branch=master)

*Rate-limit your actions and funcs by throttling and debouncing them. Retry when an exception is thrown.*

Expand Down

0 comments on commit 122ee75

Please sign in to comment.