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