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 25bd198 commit 50a05e4Copy full SHA for 50a05e4
.appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 2.0.0-alpha.{build}+{branch}
+version: 2.0.1-alpha.{build}+{branch}
2
init:
3
- git config --global core.autocrlf true
4
clone_depth: 1
version.props
@@ -1,6 +1,7 @@
<Project>
<PropertyGroup>
- <VersionPrefix>2.0.0</VersionPrefix>
+ <VersionPrefix>2.0.1</VersionPrefix>
+ <VersionSuffix>alpha</VersionSuffix>
5
<PackageVersion Condition="'$(APPVEYOR_REPO_TAG)' == 'true' AND '$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
6
7
<BuildNumber Condition=" '$(BuildNumber)' == '' ">$(APPVEYOR_BUILD_NUMBER)</BuildNumber>
0 commit comments