Skip to content

Commit 2e60d65

Browse files
Bump version to 5.1
1 parent 2f69f85 commit 2e60d65

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build-common/NHibernate.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<PropertyGroup>
33
<VersionMajor Condition="'$(VersionMajor)' == ''">5</VersionMajor>
4-
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
5-
<VersionPatch Condition="'$(VersionPatch)' == ''">3</VersionPatch>
4+
<VersionMinor Condition="'$(VersionMinor)' == ''">1</VersionMinor>
5+
<VersionPatch Condition="'$(VersionPatch)' == ''">0</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
@@ -13,8 +13,8 @@
1313

1414
<!-- This is used only for build folder -->
1515
<!-- TODO: Either remove or refactor to use NHibernate.props -->
16-
<property name="project.version" value="5.0.3" overwrite="false" />
17-
<property name="project.version.numeric" value="5.0.3" overwrite="false" />
16+
<property name="project.version" value="5.1.0" overwrite="false" />
17+
<property name="project.version.numeric" value="5.1.0" overwrite="false" />
1818

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

doc/reference/master.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<bookinfo>
3939
<title>NHibernate - Relational Persistence for Idiomatic .NET</title>
4040
<subtitle>NHibernate Reference Documentation</subtitle>
41-
<releaseinfo>5.0</releaseinfo>
41+
<releaseinfo>5.1</releaseinfo>
4242
</bookinfo>
4343

4444
<toc />

0 commit comments

Comments
 (0)