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 4b1a3d1 commit 2b9009bCopy full SHA for 2b9009b
build-common/NHibernate.props
@@ -3,9 +3,9 @@
3
4
<PropertyGroup>
5
<NhVersion Condition="'$(NhVersion)' == ''" >5.5</NhVersion>
6
- <VersionPatch Condition="'$(VersionPatch)' == ''">3</VersionPatch>
+ <VersionPatch Condition="'$(VersionPatch)' == ''">4</VersionPatch>
7
<!-- Clear VersionSuffix for making release and set it to dev for making development builds -->
8
- <VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
+ <VersionSuffix Condition="'$(VersionSuffix)' == ''">dev</VersionSuffix>
9
<LangVersion Condition="'$(MSBuildProjectExtension)' != '.vbproj'">9.0</LangVersion>
10
11
<VersionPrefix Condition="'$(VersionPrefix)' == ''">$(NhVersion).$(VersionPatch)</VersionPrefix>
0 commit comments