File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<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 >
6
6
<VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
7
7
8
8
<VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
Original file line number Diff line number Diff line change 1
- version : 5.3.2 .{build}
1
+ version : 5.4.0 .{build}
2
2
image : Visual Studio 2017
3
3
configuration :
4
4
- Debug
Original file line number Diff line number Diff line change 18
18
19
19
<!-- This is used only for build folder -->
20
20
<!-- 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" />
22
22
23
23
<!-- named project configurations -->
24
24
<target name =" set-debug-project-configuration" description =" Perform a 'debug' build" >
Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ It's recommended to research for a while before deciding which one is better for
20
20
21
21
## Notes
22
22
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.
24
26
25
27
* Bug
26
28
* #48 - Avoid undue cache misses
@@ -29,6 +31,9 @@ It's recommended to research for a while before deciding which one is better for
29
31
* #47 - Add an option for appending hashcode to key
30
32
* #38 - Add a Core RtMemoryCache
31
33
34
+ * Improvement
35
+ * #36 - Push symbols packages
36
+
32
37
* Task
33
38
* #46 - Update NHibernate to 5.1.0
34
39
You can’t perform that action at this time.
0 commit comments