Skip to content

Commit e0d6eac

Browse files
Release 5.0.8
1 parent 630b247 commit e0d6eac

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

build-common/NHibernate.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<VersionMajor Condition="'$(VersionMajor)' == ''">5</VersionMajor>
44
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
5-
<VersionPatch Condition="'$(VersionPatch)' == ''">7</VersionPatch>
5+
<VersionPatch Condition="'$(VersionPatch)' == ''">8</VersionPatch>
66
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
77

88
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>

build-common/common.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030

3131
<!-- This is used only for build folder -->
3232
<!-- TODO: Either remove or refactor to use NHibernate.props -->
33-
<property name="project.version" value="5.0.7" overwrite="false" />
34-
<property name="project.version.numeric" value="5.0.7" overwrite="false" />
33+
<property name="project.version" value="5.0.8" overwrite="false" />
34+
<property name="project.version.numeric" value="5.0.8" overwrite="false" />
3535

3636
<!-- properties used to connect to database for testing -->
3737
<include buildfile="nhibernate-properties.xml" />

releasenotes.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
Build 5.0.7
1+
Build 5.0.8
2+
=============================
3+
4+
Release notes - NHibernate - Version 5.0.8
5+
6+
** Bug
7+
* #2172 Using DependentTransaction fails
8+
9+
Build 5.0.7
210
=============================
311

412
Release notes - NHibernate - Version 5.0.7

0 commit comments

Comments
 (0)