File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed
Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 55 <NhVersion Condition =" '$(NhVersion)' == ''" >5.3</NhVersion >
66 <VersionPatch Condition =" '$(VersionPatch)' == ''" >9</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
1010 <VersionPrefix Condition =" '$(VersionPrefix)' == ''" >$(NhVersion).$(VersionPatch)</VersionPrefix >
1111 <VersionSuffix Condition =" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != ''" >$(VersionSuffix).$(BuildNumber)</VersionSuffix >
Original file line number Diff line number Diff line change 1- Build 5.3.8
1+ Build 5.3.9
2+ =============================
3+
4+ Release notes - NHibernate - Version 5.3.9
5+
6+ 11 issues were resolved in this release.
7+
8+ ** Bug
9+
10+ * #2835 Fix ExecuteWorkInIsolation ignores MultiTenancy configuration
11+ * #2811 Remove session finalizer
12+ * #2805 Model not mapped Exception
13+ * #2802 ArgumentException on session Flush
14+ * #2792 Arithmetic operations adding casts to SQLite that cause incorrect results
15+ * #2791 Custom Equality Fails
16+ * #2772 LINQ query returns NULL instead of expected result
17+
18+ ** Test
19+
20+ * #2841 Fix possible test failure for SqlServer 2019
21+ * #2814 Fix intermittent Firebird test errors
22+ * #2812 Replace Travis CI with GitHub Actions
23+
24+ ** Task
25+
26+ * #2837 Release 5.3.9
27+
28+ Build 5.3.8
229=============================
330
431Release notes - NHibernate - Version 5.3.8
You can’t perform that action at this time.
0 commit comments