Skip to content

Commit

Permalink
Release 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte committed Dec 10, 2018
1 parent 790b384 commit 160d66a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NHibernate.Caches.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<VersionMajor Condition="'$(VersionMajor)' == ''">5</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">4</VersionMinor>
<VersionMinor Condition="'$(VersionMinor)' == ''">5</VersionMinor>
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 5.4.0.{build}
version: 5.5.0.{build}
image: Visual Studio 2017
configuration:
- Debug
Expand Down
2 changes: 1 addition & 1 deletion buildcommon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<!-- This is used only for build folder -->
<!-- TODO: Either remove or refactor to use NHibernate.Caches.props -->
<property name="project.version" value="5.4.0" overwrite="false" />
<property name="project.version" value="5.5.0" overwrite="false" />

<!-- named project configurations -->
<target name="set-debug-project-configuration" description="Perform a 'debug' build">
Expand Down
18 changes: 18 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,24 @@ It's recommended to research for a while before deciding which one is better for

## Notes

#### Build 5.5.0 for NHibernate 5.2.0

NHibernate 5.2.0 is targeted by all cache providers.

* Bug
* #53 - Disable append-hashcode when library is not built for netFx
* #32 - Key computing for Memcached leaks hashers

* New feature
* #50 - Common cache serializer and json serializer
* #45 - Add Redis provider with batching support

* Improvement
* #52 - Cease using cryptographic hashes

* Task
* #56 - Upgrade to NH 5.2.0

#### Build 5.4.0 for NHibernate 5.1.0

NHibernate 5.1.0 is targeted by all cache providers.
Expand Down

0 comments on commit 160d66a

Please sign in to comment.