Skip to content

Commit 7962c2e

Browse files
author
Oren (electricessence)
committed
Updated project info.
1 parent 3c155a0 commit 7962c2e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

source/Open.Disposable.ObjectPools.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Part of the "Open" set of libraries.</Description>
1616
<RepositoryType>git</RepositoryType>
1717
<PackageTags>objectpool, dotnet, dotnetcore, cs, idisposable, threadsafe, thread-safe</PackageTags>
1818
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
19-
<Version>1.0.3</Version>
19+
<Version>1.0.4</Version>
2020
<AssemblyVersion>1.1.0.0</AssemblyVersion>
2121
<FileVersion>1.1.0.0</FileVersion>
22-
<PackageReleaseNotes>Added a Recycler class to allow for 'queuing' a recycle process instead of piling up tasks.</PackageReleaseNotes>
22+
<PackageReleaseNotes>Removed pools that are simply too slow for real world use and migrated to separate branch since they are simply not worth</PackageReleaseNotes>
2323
</PropertyGroup>
2424

2525
<ItemGroup>
@@ -29,7 +29,6 @@ Part of the "Open" set of libraries.</Description>
2929
<ItemGroup>
3030
<PackageReference Include="Open.Disposable" Version="1.0.4" />
3131
<PackageReference Include="Open.Threading.Tasks" Version="1.0.1" />
32-
<PackageReference Include="System.Threading.Tasks.Channels" Version="0.1.0-e171018-3" />
3332
</ItemGroup>
3433

3534
</Project>

0 commit comments

Comments
 (0)