Skip to content

Commit 81dcebd

Browse files
committed
- Check in updated .csproj file with logo reference removed.
- Add PR build badge - Add GitHub Sponsors badge
1 parent c46360c commit 81dcebd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

AsyncTaskOrchestratorGenerator/AsyncTaskOrchestratorGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Description>C# source generator for executing dependent async tasks optimally and easily.</Description>
1515
<Authors>Coding Flow</Authors>
1616
<RepositoryType>git</RepositoryType>
17-
<PackageIcon>nuget-package-logo.png</PackageIcon>
17+
<PackageIcon></PackageIcon>
1818
<PackageReleaseNotes></PackageReleaseNotes>
1919
</PropertyGroup>
2020

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# async-task-orchestrator-generator
22

3+
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/CodingFlow/async-task-orchestrator-generator/pull-request.yml)
4+
[![GitHub Sponsors](https://img.shields.io/github/sponsors/CodingFlow)](https://github.com/sponsors/CodingFlow)
5+
36
C# source generator for executing dependent async tasks optimally and easily.
47

58
Orchestrating multiple asynchronous operations in C# can be challenging,

0 commit comments

Comments
 (0)