Skip to content

Commit 51af690

Browse files
Release 5.3.12
1 parent e99cf43 commit 51af690

File tree

2 files changed

+25
-2
lines changed

2 files changed

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

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1-
Build 5.3.11
1+
Build 5.3.12
2+
=============================
3+
4+
Release notes - NHibernate - Version 5.3.12
5+
6+
3 issues were resolved in this release.
7+
8+
** Bug
9+
10+
* #3029 InvalidOperationException on proxies with explicit implementation of a generic method
11+
12+
** Improvement
13+
14+
* #3043 Improve exception for query on delayed id
15+
16+
** Test
17+
18+
* #3035 Support tests in VS 2022
19+
20+
** Task
21+
22+
* #3044 Release 5.3.12
23+
24+
Build 5.3.11
225
=============================
326

427
Release notes - NHibernate - Version 5.3.11

0 commit comments

Comments
 (0)