Skip to content

Commit 9613ffe

Browse files
Release 5.4.7 (#3459)
1 parent 37f80d9 commit 9613ffe

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-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.4</NhVersion>
6-
<VersionPatch Condition="'$(VersionPatch)' == ''">6</VersionPatch>
6+
<VersionPatch Condition="'$(VersionPatch)' == ''">7</VersionPatch>
77
<!-- Clear VersionSuffix for making release and set it to dev for making development builds -->
88
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
99
<LangVersion Condition="'$(MSBuildProjectExtension)' != '.vbproj'">9.0</LangVersion>

releasenotes.txt

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
Build 5.4.6
1+
Build 5.4.7
2+
=============================
3+
4+
Release notes - NHibernate - Version 5.4.7
5+
6+
3 issues were resolved in this release.
7+
8+
** Task
9+
10+
* #3459 Release 5.4.7
11+
* #3458 Merge 5.3.20 into 5.4.x
12+
* #3453 Migrate appveyor build to MySql 8
13+
14+
15+
Build 5.4.6
216
=============================
317

418
Release notes - NHibernate - Version 5.4.6

0 commit comments

Comments
 (0)