Skip to content

Commit cddbac1

Browse files
Release 5.4.2 (nhibernate#3277)
1 parent ac14311 commit cddbac1

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

build-common/NHibernate.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

releasenotes.txt

+27-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,33 @@
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

428
Release 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

1843
As part of releasing 5.4.1, a missing 5.4.0 possible breaking change has been added, about
1944
one-to-one associations and optimistic locking. See 5.4.0 possible breaking changes.

0 commit comments

Comments
 (0)