File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
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)' == ''" >3</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.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
2
27
=============================
3
28
4
29
Release notes - NHibernate - Version 5.4.2
You can’t perform that action at this time.
0 commit comments