File tree 2 files changed +28
-3
lines changed
2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 5
5
<NhVersion Condition =" '$(NhVersion)' == ''" >5.4</NhVersion >
6
6
<VersionPatch Condition =" '$(VersionPatch)' == ''" >2</VersionPatch >
7
7
<!-- Clear VersionSuffix for making release and set it to dev for making development builds -->
8
- <VersionSuffix Condition =" '$(VersionSuffix)' == ''" >dev </VersionSuffix >
8
+ <VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
9
9
<LangVersion Condition =" '$(MSBuildProjectExtension)' != '.vbproj'" >9.0</LangVersion >
10
10
11
11
<VersionPrefix Condition =" '$(VersionPrefix)' == ''" >$(NhVersion).$(VersionPatch)</VersionPrefix >
Original file line number Diff line number Diff line change 1
- Build 5.4.1
1
+ Build 5.4.2
2
+ =============================
3
+
4
+ Release notes - NHibernate - Version 5.4.2
5
+
6
+ 6 issues were resolved in this release.
7
+
8
+ ** Bug
9
+
10
+ * #3274 Improve LINQ Contains subquery parameter detection
11
+ * #3271 LINQ subqueries wrongly altered by SelectClauseVisitor
12
+ * #3263 Wrong alias in Where clause if using Fetch and scalar Select
13
+ * #3239 Incorrect SQL generated fetching many-to-many with subclasses
14
+
15
+ ** New Feature
16
+
17
+ * #3251 MappingByCode: Support backfield property access
18
+
19
+ ** Task
20
+
21
+ * #3281 Merge 5.3.16 in 5.4.x
22
+ * #3277 Release 5.4.2
23
+
24
+
25
+ Build 5.4.1
2
26
=============================
3
27
4
28
Release notes - NHibernate - Version 5.4.1
5
29
6
- 4 issues were resolved in this release.
30
+ 5 issues were resolved in this release.
7
31
8
32
** Bug
9
33
@@ -14,6 +38,7 @@ Release notes - NHibernate - Version 5.4.1
14
38
** Task
15
39
16
40
* #3232 Release 5.4.1
41
+ * #3227 Merge 5.3.15 in 5.4.x
17
42
18
43
As part of releasing 5.4.1, a missing 5.4.0 possible breaking change has been added, about
19
44
one-to-one associations and optimistic locking. See 5.4.0 possible breaking changes.
You can’t perform that action at this time.
0 commit comments