File tree 2 files changed +26
-2
lines changed
2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 5
5
<NhVersion Condition =" '$(NhVersion)' == ''" >5.3</NhVersion >
6
6
<VersionPatch Condition =" '$(VersionPatch)' == ''" >10</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
10
10
<VersionPrefix Condition =" '$(VersionPrefix)' == ''" >$(NhVersion).$(VersionPatch)</VersionPrefix >
11
11
<VersionSuffix Condition =" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != ''" >$(VersionSuffix).$(BuildNumber)</VersionSuffix >
Original file line number Diff line number Diff line change 1
- Build 5.3.9
1
+ Build 5.3.10
2
+ =============================
3
+
4
+ Release notes - NHibernate - Version 5.3.10
5
+
6
+ 11 issues were resolved in this release.
7
+
8
+ ** Bug
9
+
10
+ * #2891 Fix nullable entity comparison with null and implicit/cross joins
11
+ * #2885 Do not serialize unnecessary members in SessionFactory
12
+ * #2882 Fix ArgumentNullException when provider is unable to open a connection
13
+ * #2871 If DbTransaction.Dispose throws an exception, the AdoTransaction is left in an inconsistent state
14
+ * #2860 Null reference when calling Trim() on interpolated string containing null property
15
+ * #2858 Casting to object and back to interface in Subquery causes incorrect SQL
16
+ * #2856 Distinct on Composite User Type property fails
17
+ * #2855 Error log from ReflectHelper.TypeFromAssembly() on Linq query
18
+ * #2611 One-to-zero-or-one relation not returning data when checking for null
19
+ * #1962 Failing Linq query on element index
20
+
21
+ ** Task
22
+
23
+ * #2915 Release 5.3.10
24
+
25
+ Build 5.3.9
2
26
=============================
3
27
4
28
Release notes - NHibernate - Version 5.3.9
You can’t perform that action at this time.
0 commit comments