Skip to content

Commit 2452db8

Browse files
Release 5.3.10 (nhibernate#2915)
Co-authored-by: Roman Artiukhin <[email protected]>
1 parent f19d40d commit 2452db8

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
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.3</NhVersion>
66
<VersionPatch Condition="'$(VersionPatch)' == ''">10</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>

releasenotes.txt

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
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
226
=============================
327

428
Release notes - NHibernate - Version 5.3.9

0 commit comments

Comments
 (0)