Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
marklauter committed Jul 18, 2024
2 parents 23cba5b + 0113778 commit 022d92a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
[![Nuget](https://img.shields.io/badge/.NET-7.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
[![Nuget](https://img.shields.io/badge/.NET-8.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/8.0/)

<div>
<img src="https://github.com/marklauter/pool/blob/main/images/pool.svg" title="pool-logo" alt="pool-logo" height="128" />
##
![Pool Logo](https://raw.githubusercontent.com/marklauter/pool/main/images/pool.png "Pool Logo")

# Pool
`IPool<TPoolItem>` is an object pool that uses the lease/release pattern.
Expand Down Expand Up @@ -147,4 +147,3 @@ services.AddPool<IMailTransport>(configuration, options =>
- 18 MAY 2024 - refactored dependency injection extensions.
- 18 MAY 2024 - refactored to use ValueTask on LeaseAsync method.
- 16 JUL 2024 - better naming and cleaned up smtp sample project.
</div>

0 comments on commit 022d92a

Please sign in to comment.