Skip to content

Commit b3256e7

Browse files
Release 5.4.8 (#3507)
1 parent 16f71d2 commit b3256e7

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
@@ -5,7 +5,7 @@
55
<NhVersion Condition="'$(NhVersion)' == ''" >5.4</NhVersion>
66
<VersionPatch Condition="'$(VersionPatch)' == ''">8</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
<LangVersion Condition="'$(MSBuildProjectExtension)' != '.vbproj'">9.0</LangVersion>
1010

1111
<VersionPrefix Condition="'$(VersionPrefix)' == ''">$(NhVersion).$(VersionPatch)</VersionPrefix>

releasenotes.txt

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
Build 5.4.7
1+
Build 5.4.8
2+
=============================
3+
4+
Release notes - NHibernate - Version 5.4.8
5+
6+
2 issues were resolved in this release.
7+
8+
** Bug
9+
10+
* #3489 Inserting multiple associations of the same entity fails
11+
12+
** Task
13+
14+
* #3507 Release 5.4.8
15+
16+
17+
Build 5.4.7
218
=============================
319

420
Release notes - NHibernate - Version 5.4.7

0 commit comments

Comments
 (0)