Skip to content

Commit 456d989

Browse files
committed
Remove copy-paste from Version
1 parent fa31092 commit 456d989

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/progaudi.tarantool/progaudi.tarantool.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
2-
32
<PropertyGroup>
4-
<Version>0.7.0</Version>
5-
<Version Condition=" '$(BuildNumber)' != '' ">0.7.$(BuildNumber).1-prerelease</Version>
3+
<PatchLevelVersion Condition=" '$(BuildNumber)' == '' ">0</PatchLevelVersion>
4+
<PatchLevelVersion Condition=" '$(BuildNumber)' != '' ">$(BuildNumber).1-prerelease</PatchLevelVersion>
5+
<Version>0.7.$(PatchLevelVersion)</Version>
6+
67
<Description>Tarantool low-level client Library</Description>
78
<TargetFrameworks>net46;netstandard1.4</TargetFrameworks>
89
<WarningsAsErrors>true</WarningsAsErrors>

0 commit comments

Comments
 (0)