Skip to content

Commit 511750a

Browse files
Release 5.4.0
1 parent b15bfb4 commit 511750a

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

NHibernate.Caches.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<PropertyGroup>
33
<VersionMajor Condition="'$(VersionMajor)' == ''">5</VersionMajor>
4-
<VersionMinor Condition="'$(VersionMinor)' == ''">3</VersionMinor>
5-
<VersionPatch Condition="'$(VersionPatch)' == ''">2</VersionPatch>
4+
<VersionMinor Condition="'$(VersionMinor)' == ''">4</VersionMinor>
5+
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
66
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
77

88
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 5.3.2.{build}
1+
version: 5.4.0.{build}
22
image: Visual Studio 2017
33
configuration:
44
- Debug

buildcommon.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

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

2323
<!-- named project configurations -->
2424
<target name="set-debug-project-configuration" description="Perform a 'debug' build">

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ It's recommended to research for a while before deciding which one is better for
2020

2121
## Notes
2222

23-
#### Build 5.4 for NHibernate 5.1.0
23+
#### Build 5.4.0 for NHibernate 5.1.0
24+
25+
NHibernate 5.1.0 is targeted by all cache providers.
2426

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

34+
* Improvement
35+
* #36 - Push symbols packages
36+
3237
* Task
3338
* #46 - Update NHibernate to 5.1.0
3439

0 commit comments

Comments
 (0)