Skip to content

Commit

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

<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
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.3.2.{build}
version: 5.4.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.3.2" overwrite="false" />
<property name="project.version" value="5.4.0" overwrite="false" />

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

## Notes

#### Build 5.4 for NHibernate 5.1.0
#### Build 5.4.0 for NHibernate 5.1.0

NHibernate 5.1.0 is targeted by all cache providers.

* Bug
* #48 - Avoid undue cache misses
Expand All @@ -29,6 +31,9 @@ It's recommended to research for a while before deciding which one is better for
* #47 - Add an option for appending hashcode to key
* #38 - Add a Core RtMemoryCache

* Improvement
* #36 - Push symbols packages

* Task
* #46 - Update NHibernate to 5.1.0

Expand Down

0 comments on commit 511750a

Please sign in to comment.