Skip to content

Commit 697ef18

Browse files
committed
update
1 parent ace79dd commit 697ef18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/LightObjectPool.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
<PropertyGroup>
44
<TargetFrameworks>net40;net45;net46;netstandard2.0;netstandard2.1</TargetFrameworks>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<PackageTags>object, pool</PackageTags>
6+
<PackageTags>object, pool, fast, simple</PackageTags>
77
<Description>Simple, light weight, thread safe object pool</Description>
8+
<PackageProjectUrl>https://github.com/justinamiller/LightObjectPool</PackageProjectUrl>
89
</PropertyGroup>
910

1011
</Project>

0 commit comments

Comments
 (0)