Skip to content

Commit 5152e7e

Browse files
committed
NH-4000 - Set version 5.0.0
1 parent f0840d7 commit 5152e7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-common/NHibernate.props

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

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

build-common/common.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<!-- This is used only for build folder -->
3737
<!-- TODO: Either remove or refactor to use NHibernate.props -->
38-
<property name="project.version" value="5.0.0-Alpha1" overwrite="false" />
38+
<property name="project.version" value="5.0.0" overwrite="false" />
3939
<property name="project.version.numeric" value="5.0.0" overwrite="false" />
4040

4141
<!-- debug|release -->

0 commit comments

Comments
 (0)