File tree Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 55 <NhVersion Condition =" '$(NhVersion)' == ''" >5.4</NhVersion >
66 <VersionPatch Condition =" '$(VersionPatch)' == ''" >2</VersionPatch >
77 <!-- 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 >
99 <LangVersion Condition =" '$(MSBuildProjectExtension)' != '.vbproj'" >9.0</LangVersion >
1010
1111 <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
226=============================
327
428Release notes - NHibernate - Version 5.4.1
529
6- 4 issues were resolved in this release.
30+ 5 issues were resolved in this release.
731
832** Bug
933
@@ -14,6 +38,7 @@ Release notes - NHibernate - Version 5.4.1
1438** Task
1539
1640 * #3232 Release 5.4.1
41+ * #3227 Merge 5.3.15 in 5.4.x
1742
1843As part of releasing 5.4.1, a missing 5.4.0 possible breaking change has been added, about
1944one-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