Skip to content

Commit 9c30d3a

Browse files
authored
Update VersionPrefix to 5.3.0
1 parent 1f2c1db commit 9c30d3a

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

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

0 commit comments

Comments
 (0)