Skip to content

Commit

Permalink
Trim 'v' from version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Falco20019 authored May 28, 2018
1 parent 779a183 commit 637a1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
<VersionSuffix Condition="'$(APPVEYOR_BUILD_NUMBER)' != ''">ci$([System.Int32]::Parse($(APPVEYOR_BUILD_NUMBER)).ToString('D4'))</VersionSuffix>

<!-- Overwrite everything if there's an AppVeyor tag -->
<Version Condition="'$(APPVEYOR_REPO_TAG_NAME)' != ''">$(APPVEYOR_REPO_TAG_NAME)</Version>
<Version Condition="'$(APPVEYOR_REPO_TAG_NAME)' != ''">$(APPVEYOR_REPO_TAG_NAME.TrimStart('v'))</Version>
</PropertyGroup>
</Project>

0 comments on commit 637a1f1

Please sign in to comment.