Skip to content

Commit 4dac4ca

Browse files
Release 5.3.19 (#3405)
1 parent 737e2c8 commit 4dac4ca

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

build-common/NHibernate.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<PropertyGroup>
55
<NhVersion Condition="'$(NhVersion)' == ''" >5.3</NhVersion>
6-
<VersionPatch Condition="'$(VersionPatch)' == ''">18</VersionPatch>
6+
<VersionPatch Condition="'$(VersionPatch)' == ''">19</VersionPatch>
77
<!-- Clear VersionSuffix for making release and set it to dev for making development builds -->
88
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
99

releasenotes.txt

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
Build 5.3.18
1+
Build 5.3.19
2+
=============================
3+
4+
Release notes - NHibernate - Version 5.3.19
5+
6+
2 issues were resolved in this release.
7+
8+
** Bug
9+
10+
* #3397 GenerateSchemaCreationScript creates many identical dialect instances
11+
12+
** Task
13+
14+
* #3405 Release 5.3.19
15+
16+
17+
Build 5.3.18
218
=============================
319

420
Release notes - NHibernate - Version 5.3.18

0 commit comments

Comments
 (0)