Skip to content

Commit 47e92b1

Browse files
committed
Update VersionPrefix to 5.3.0
1 parent 504f5c1 commit 47e92b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
<Import Condition="Exists('NHibernate.dev.props')" Project="NHibernate.dev.props"/>
33

44
<PropertyGroup>
5-
<VersionPrefix Condition="'$(VersionPrefix)' == ''">5.3</VersionPrefix>
5+
<VersionPrefix Condition="'$(VersionPrefix)' == ''">5.3.0</VersionPrefix>
66
<VersionSuffix Condition="'$(VersionSuffix)' == ''">dev</VersionSuffix>
77
<VersionSuffix Condition="'$(VersionSuffix)' != '' AND '$(BuildNumber)' != ''">$(VersionSuffix).$(BuildNumber)</VersionSuffix>
88

0 commit comments

Comments
 (0)