Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
changelog + v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pomma89 committed Jun 24, 2017
1 parent 9980cc9 commit 671d0ed
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog for CodeProject.ObjectPool #

### v3.0.4 (2017-06-24) ###
### v3.1.0 (2017-06-24) ###

* Removed dependency on Thrower.
* Pooled objects can now specify a validation step (PR#4 by uliian).
* Removed CannotResetStateException class, not needed with new validation step.

### v3.0.3 (2017-04-08) ###
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Summary ##

* Latest release version: `v3.0.4`
* Latest release version: `v3.1.0`
* Build status on [AppVeyor](https://ci.appveyor.com): [![Build status](https://ci.appveyor.com/api/projects/status/r4qnqaqj9ri6cicn?svg=true)](https://ci.appveyor.com/project/pomma89/objectpool)
* [Doxygen](http://www.stack.nl/~dimitri/doxygen/index.html) documentation:
+ [HTML](http://pomma89.altervista.org/objectpool/doc/html/index.html)
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#---------------------------------#

# version format
version: 3.0.4.{build}
version: 3.1.0.{build}

# branches to build
branches:
Expand All @@ -25,7 +25,7 @@ branches:
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "3.0.4.{build}"
assembly_version: "3.1.0.{build}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"

Expand Down
2 changes: 1 addition & 1 deletion src/CodeProject.ObjectPool/CodeProject.ObjectPool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyName>CodeProject.ObjectPool</AssemblyName>
<AssemblyTitle>Generic and concurrent Object Pool</AssemblyTitle>
<VersionPrefix>3.0.4</VersionPrefix>
<VersionPrefix>3.1.0</VersionPrefix>
<TargetFrameworks>netstandard1.0;netstandard1.3;net35;net40;net45</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyOriginatorKeyFile>../../pomma89.snk</AssemblyOriginatorKeyFile>
Expand Down
2 changes: 1 addition & 1 deletion src/CodeProject.ObjectPool/doxyfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Generic and concurrent Object Pool"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 3.0.4
PROJECT_NUMBER = 3.1.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit 671d0ed

Please sign in to comment.