Skip to content

Commit

Permalink
Fix build badge and add link
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslevesque committed Feb 26, 2024
1 parent 63a2b61 commit 83ceb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Extensions.Hosting.AsyncInitialization

[![NuGet version](https://img.shields.io/nuget/v/Extensions.Hosting.AsyncInitialization.svg?logo=nuget)](https://www.nuget.org/packages/Extensions.Hosting.AsyncInitialization)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/thomaslevesque/dotnet-project-templates/build.yml?branch=master&logo=github)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/thomaslevesque/Extensions.Hosting.AsyncInitialization/build.yml?branch=master&logo=github)](https://github.com/thomaslevesque/Extensions.Hosting.AsyncInitialization/actions/workflows/build.yml)

A simple helper to perform async application initialization and teardown for the generic host in .NET 6.0 or higher (e.g. in ASP.NET Core apps).

Expand Down

0 comments on commit 83ceb76

Please sign in to comment.