Skip to content

Commit e977429

Browse files
author
Oren (electricessence)
committed
Ready for new 1.0.0 release.
1 parent 0347416 commit e977429

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

source/Collection/ConcurrentBagObjectPool.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
using System;
22
using System.Collections.Concurrent;
3-
using System.Collections.Generic;
4-
using System.Text;
5-
using Open.Collections;
63

74
namespace Open.Disposable
85
{

source/ObjectPoolAutoTrimmer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Open.Threading;
1+
using Open.Threading.Tasks;
22
using System;
33

44
namespace Open.Disposable

source/Open.Disposable.ObjectPools.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp1.1</TargetFramework>
55
<RootNamespace>Open.Disposable</RootNamespace>
6-
<Description>A set of ObjectPools using Dataflow BufferBlocks to optimize throughput.
6+
<Description>A set of variations on ObjectPool implementations with differing underlying collections.
77

88
Part of the "Open" set of libraries.</Description>
99
<Authors>electricessence</Authors>
@@ -16,7 +16,7 @@ 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.1.2</Version>
19+
<Version>1.0.0</Version>
2020
<AssemblyVersion>1.1.0.0</AssemblyVersion>
2121
<FileVersion>1.1.0.0</FileVersion>
2222
</PropertyGroup>
@@ -26,9 +26,8 @@ Part of the "Open" set of libraries.</Description>
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="Open.Collections" Version="1.2.1" />
3029
<PackageReference Include="Open.Disposable" Version="1.0.4" />
31-
<PackageReference Include="Open.Threading" Version="1.1.5" />
30+
<PackageReference Include="Open.Threading.Tasks" Version="1.0.1" />
3231
</ItemGroup>
3332

3433
</Project>

0 commit comments

Comments
 (0)