Skip to content

Commit b8d9abd

Browse files
Release 5.4.3 (nhibernate#3349)
1 parent 412e529 commit b8d9abd

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

build-common/NHibernate.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<NhVersion Condition="'$(NhVersion)' == ''" >5.4</NhVersion>
66
<VersionPatch Condition="'$(VersionPatch)' == ''">3</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

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
1-
Build 5.4.2
1+
Build 5.4.3
2+
=============================
3+
4+
Release notes - NHibernate - Version 5.4.3
5+
6+
11 issues were resolved in this release.
7+
8+
** Bug
9+
10+
* #3317 Issue with components list lazy loading with not lazy association
11+
* #3307 IsDirty performance hit since 5.4.0
12+
* #3295 C# 8/11 Static interface members support
13+
* #3291 Npgsql 6+ issues with null DateTime parameter types
14+
* #3290 Incorrect fetch of Many-to-Many relation
15+
* #3289 Fetching lazy loaded component causes n + 1 query when querying a subclass abstraction
16+
* #3288 NullReferenceException is thrown when using Fetch
17+
18+
** Task
19+
20+
* #3349 Release 5.4.3
21+
* #3348 Merge 5.3.18 in 5.4.x
22+
* #3318 Merge 5.3.17 in 5.4.x
23+
* #3302 Upgrade NUnit3TestAdapter to fix "Unknown framework version 7.0"
24+
25+
26+
Build 5.4.2
227
=============================
328

429
Release notes - NHibernate - Version 5.4.2

0 commit comments

Comments
 (0)