Skip to content

Commit

Permalink
Fix nuget badges
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Sep 23, 2024
1 parent a3790b1 commit 4f373f3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

This repository contains [Stashbox](https://github.com/z4kn4fein/stashbox) integrations for [ASP.NET Core](#aspnet-core), [.NET Generic Host](#net-generic-host) and simple [ServiceCollection](#servicecollection-based-applications) based applications.

| Package | Version |
|-----------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Stashbox.Extensions.DependencyInjection | [![NuGet Version](https://buildstats.info/nuget/Stashbox.Extensions.DependencyInjection)](https://www.nuget.org/packages/Stashbox.Extensions.DependencyInjection/) |
| Stashbox.Extensions.Hosting | [![NuGet Version](https://buildstats.info/nuget/Stashbox.Extensions.Hosting)](https://www.nuget.org/packages/Stashbox.Extensions.Hosting/) |
| Stashbox.AspNetCore.Hosting | [![NuGet Version](https://buildstats.info/nuget/Stashbox.AspNetCore.Hosting)](https://www.nuget.org/packages/Stashbox.AspNetCore.Hosting/) |
| Stashbox.AspNetCore.Multitenant | [![NuGet Version](https://buildstats.info/nuget/Stashbox.AspNetCore.Multitenant)](https://www.nuget.org/packages/Stashbox.AspNetCore.Multitenant/) |
| Stashbox.AspNetCore.Testing | [![NuGet Version](https://buildstats.info/nuget/Stashbox.AspNetCore.Testing)](https://www.nuget.org/packages/Stashbox.AspNetCore.Testing/) |
| Package | Version |
| ------- | ------- |
| Stashbox.Extensions.DependencyInjection | [![NuGet Version](https://img.shields.io/nuget/v/Stashbox.Extensions.DependencyInjection)](https://www.nuget.org/packages/Stashbox.Extensions.DependencyInjection/) |
| Stashbox.Extensions.Hosting | [![NuGet Version](https://img.shields.io/nuget/v/Stashbox.Extensions.Hosting)](https://www.nuget.org/packages/Stashbox.Extensions.Hosting/) |
| Stashbox.AspNetCore.Hosting | [![NuGet Version](https://img.shields.io/nuget/v/Stashbox.AspNetCore.Hosting)](https://www.nuget.org/packages/Stashbox.AspNetCore.Hosting/) |
| Stashbox.AspNetCore.Multitenant | [![NuGet Version](https://img.shields.io/nuget/v/Stashbox.AspNetCore.Multitenant)](https://www.nuget.org/packages/Stashbox.AspNetCore.Multitenant/) |
| Stashbox.AspNetCore.Testing | [![NuGet Version](https://img.shields.io/nuget/v/Stashbox.AspNetCore.Testing)](https://www.nuget.org/packages/Stashbox.AspNetCore.Testing/) |

### Options turned on by default:
- Automatic tracking and disposal of `IDisposable` and `IAsyncDisposable` services.
Expand Down

0 comments on commit 4f373f3

Please sign in to comment.