Skip to content

Commit

Permalink
Update nuspec and bat files for new build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yortw committed May 8, 2016
1 parent ad0a42f commit 14b580f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/PoolSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>PoolSharp</id>
<version>1.0.0</version>
<version>2.0.0</version>
<title>PoolSharp</title>
<authors>Yortw</authors>
<owners>Troy Willmot</owners>
Expand All @@ -11,6 +11,7 @@
<description>PoolSharp is a simple, light weight, thread safe object pool.</description>
<summary />
<tags>object pool sharp winrt uwp net40 ios android xamarin portable</tags>
<releaseNotes>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. </releaseNotes>
</metadata>
<files>
<file src="PoolSharp.Android\bin\Release\PoolSharp.dll" target="lib\MonoAndroid\PoolSharp.dll" />
Expand Down
2 changes: 1 addition & 1 deletion src/PublishNugetPackage.cmd
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 14b580f

Please sign in to comment.