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 504f5c1 commit 47e92b1Copy full SHA for 47e92b1
build-common/NHibernate.props
@@ -2,7 +2,7 @@
2
<Import Condition="Exists('NHibernate.dev.props')" Project="NHibernate.dev.props"/>
3
4
<PropertyGroup>
5
- <VersionPrefix Condition="'$(VersionPrefix)' == ''">5.3</VersionPrefix>
+ <VersionPrefix Condition="'$(VersionPrefix)' == ''">5.3.0</VersionPrefix>
6
<VersionSuffix Condition="'$(VersionSuffix)' == ''">dev</VersionSuffix>
7
<VersionSuffix Condition="'$(VersionSuffix)' != '' AND '$(BuildNumber)' != ''">$(VersionSuffix).$(BuildNumber)</VersionSuffix>
8
0 commit comments