Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Async Task Orchestrator Generator

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

C# source generator for executing dependent async tasks optimally and easily.
Expand Down
Loading