File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <VersionMajor Condition =" '$(VersionMajor)' == ''" >5</VersionMajor >
4- <VersionMinor Condition =" '$(VersionMinor)' == ''" >4 </VersionMinor >
4+ <VersionMinor Condition =" '$(VersionMinor)' == ''" >5 </VersionMinor >
55 <VersionPatch Condition =" '$(VersionPatch)' == ''" >0</VersionPatch >
66 <VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
77
Original file line number Diff line number Diff line change 1- version : 5.4 .0.{build}
1+ version : 5.5 .0.{build}
22image : Visual Studio 2017
33configuration :
44- Debug
Original file line number Diff line number Diff line change 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.4 .0" overwrite =" false" />
21+ <property name =" project.version" value =" 5.5 .0" overwrite =" false" />
2222
2323 <!-- named project configurations -->
2424 <target name =" set-debug-project-configuration" description =" Perform a 'debug' build" >
Original file line number Diff line number Diff line change @@ -20,6 +20,24 @@ It's recommended to research for a while before deciding which one is better for
2020
2121## Notes
2222
23+ #### Build 5.5.0 for NHibernate 5.2.0
24+
25+ NHibernate 5.2.0 is targeted by all cache providers.
26+
27+ * Bug
28+ * #53 - Disable append-hashcode when library is not built for netFx
29+ * #32 - Key computing for Memcached leaks hashers
30+
31+ * New feature
32+ * #50 - Common cache serializer and json serializer
33+ * #45 - Add Redis provider with batching support
34+
35+ * Improvement
36+ * #52 - Cease using cryptographic hashes
37+
38+ * Task
39+ * #56 - Upgrade to NH 5.2.0
40+
2341#### Build 5.4.0 for NHibernate 5.1.0
2442
2543NHibernate 5.1.0 is targeted by all cache providers.
You can’t perform that action at this time.
0 commit comments