diff --git a/src/PoolSharp.nuspec b/src/PoolSharp.nuspec index 0f5d829..4c6e1a4 100644 --- a/src/PoolSharp.nuspec +++ b/src/PoolSharp.nuspec @@ -2,7 +2,7 @@ PoolSharp - 1.0.0 + 2.0.0 PoolSharp Yortw Troy Willmot @@ -11,6 +11,7 @@ PoolSharp is a simple, light weight, thread safe object pool. object pool sharp winrt uwp net40 ios android xamarin portable + Breaking change: New ErrorOnIncorrectUsage property on PoolPolicy can be used to enable duplicate add detection (old behaviour) but is off by default because it hurts performance and allocations. Should only be enabled on debug/test builds when looking for problems. diff --git a/src/PublishNugetPackage.cmd b/src/PublishNugetPackage.cmd index 4d7f1c2..990a213 100644 --- a/src/PublishNugetPackage.cmd +++ b/src/PublishNugetPackage.cmd @@ -1,5 +1,5 @@ @echo off echo Press any key to publish pause -"..\.nuget\NuGet.exe" push PoolSharp.1.0.0.nupkg +"..\.nuget\NuGet.exe" push PoolSharp.2.0.0.nupkg pause \ No newline at end of file