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 fa31092 commit 456d989Copy full SHA for 456d989
src/progaudi.tarantool/progaudi.tarantool.csproj
@@ -1,8 +1,9 @@
1
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
2
-
3
<PropertyGroup>
4
- <Version>0.7.0</Version>
5
- <Version Condition=" '$(BuildNumber)' != '' ">0.7.$(BuildNumber).1-prerelease</Version>
+ <PatchLevelVersion Condition=" '$(BuildNumber)' == '' ">0</PatchLevelVersion>
+ <PatchLevelVersion Condition=" '$(BuildNumber)' != '' ">$(BuildNumber).1-prerelease</PatchLevelVersion>
+ <Version>0.7.$(PatchLevelVersion)</Version>
6
+
7
<Description>Tarantool low-level client Library</Description>
8
<TargetFrameworks>net46;netstandard1.4</TargetFrameworks>
9
<WarningsAsErrors>true</WarningsAsErrors>
0 commit comments