File tree Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 1- version : 5.2.1 .{build}
1+ version : 5.2.2 .{build}
22image : Visual Studio 2017
33environment :
44 matrix :
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <VersionMajor Condition =" '$(VersionMajor)' == ''" >5</VersionMajor >
55 <VersionMinor Condition =" '$(VersionMinor)' == ''" >2</VersionMinor >
6- <VersionPatch Condition =" '$(VersionPatch)' == ''" >1 </VersionPatch >
6+ <VersionPatch Condition =" '$(VersionPatch)' == ''" >2 </VersionPatch >
77 <VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
88
99 <VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
Original file line number Diff line number Diff line change 1313
1414 <!-- This is used only for build folder -->
1515 <!-- TODO: Either remove or refactor to use NHibernate.props -->
16- <property name =" project.version" value =" 5.2.1 " overwrite =" false" />
17- <property name =" project.version.numeric" value =" 5.2.1 " overwrite =" false" />
16+ <property name =" project.version" value =" 5.2.2 " overwrite =" false" />
17+ <property name =" project.version.numeric" value =" 5.2.2 " overwrite =" false" />
1818
1919 <!-- properties used to connect to database for testing -->
2020 <include buildfile =" nhibernate-properties.xml" />
Original file line number Diff line number Diff line change 1+ Build 5.2.2
2+ =============================
3+
4+ Release notes - NHibernate - Version 5.2.2
5+
6+ 3 issues were resolved in this release.
7+
8+ ** Bug
9+
10+ * #1953 Query space invalidation doesn't work for bulk actions
11+ * #1269 NH-3069 - Cannot use Session.Lock with Version column on abstract base class
12+
13+ ** Task
14+
15+ * #1957 Release 5.2.2
116
217Build 5.2.1
318=============================
@@ -269,6 +284,15 @@ Release notes - NHibernate - Version 5.2.0
269284As part of releasing 5.2.0, a misnamed setting in 5.0.0 release notes has been fixed:
270285transaction.use_connection_on_system_events correct name is transaction.use_connection_on_system_prepare
271286
287+ Build 5.1.4
288+ =============================
289+
290+ Release notes - NHibernate - Version 5.1.4
291+
292+ ** Bug
293+
294+ * #1959 Backport Query space invalidation doesn't work for bulk actions
295+
272296Build 5.1.3
273297=============================
274298
You can’t perform that action at this time.
0 commit comments