Skip to content

Commit c79d612

Browse files
committed
Add links to nuget package on nuget.org to readme badges.
1 parent 3610bd9 commit c79d612

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Async Task Orchestrator Generator
22

3-
![NuGet Version](https://img.shields.io/nuget/v/AsyncTaskOrchestratorGenerator)
3+
[![NuGet Version](https://img.shields.io/nuget/v/AsyncTaskOrchestratorGenerator)](https://www.nuget.org/packages/AsyncTaskOrchestratorGenerator/)
44
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/CodingFlow/async-task-orchestrator-generator/pull-request.yml)
5-
![NuGet Downloads](https://img.shields.io/nuget/dt/AsyncTaskOrchestratorGenerator)
5+
[![NuGet Downloads](https://img.shields.io/nuget/dt/AsyncTaskOrchestratorGenerator)](https://www.nuget.org/packages/AsyncTaskOrchestratorGenerator/)
66
[![GitHub Sponsors](https://img.shields.io/github/sponsors/CodingFlow)](https://github.com/sponsors/CodingFlow)
77

88
C# source generator for executing dependent async tasks optimally and easily.

0 commit comments

Comments
 (0)