Skip to content

Commit

Permalink
Update from v0.1.0 to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Enderlook committed Dec 6, 2021
1 parent e733ef5 commit 3c60c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## v0.1.0
Initial release.

##
## v0.1.1
- Fix documentation
- Specify that `ObjectPool<T>.ApproximateCount()` must return `-1` if the operation is not supported.
- Specify that `ObjectPool<T>.Return(T obj)` must never fail silently if `obj` is `null`.
Expand Down
2 changes: 1 addition & 1 deletion Net Pools/Net Pools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Product>Enderlook.Pools</Product>
<RepositoryUrl>https://github.com/Enderlook/Net-Pools</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<LangVersion>10</LangVersion>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 3c60c7c

Please sign in to comment.