We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0a664 commit 9302ad4Copy full SHA for 9302ad4
build-common/NHibernate.props
@@ -3,9 +3,9 @@
3
4
<PropertyGroup>
5
<NhVersion Condition="'$(NhVersion)' == ''" >5.4</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