We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2c1db commit 9c30d3aCopy full SHA for 9c30d3a
build-common/NHibernate.props
@@ -3,7 +3,7 @@
3
<Import Condition="Exists('NHibernate.dev.props')" Project="NHibernate.dev.props"/>
4
5
<PropertyGroup>
6
- <VersionPrefix Condition="'$(VersionPrefix)' == ''">5.3</VersionPrefix>
+ <VersionPrefix Condition="'$(VersionPrefix)' == ''">5.3.0</VersionPrefix>
7
<VersionSuffix Condition="'$(VersionSuffix)' == ''">dev</VersionSuffix>
8
<VersionSuffix Condition="'$(VersionSuffix)' != '' AND '$(BuildNumber)' != ''">$(VersionSuffix).$(BuildNumber)</VersionSuffix>
9
0 commit comments