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 7061bd4 commit 5d99f57Copy full SHA for 5d99f57
.appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 2.1.0-rtm.{build}
+version: 2.1.1-alpha.{build}
2
init:
3
- git config --global core.autocrlf input
4
clone_depth: 1
version.props
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
- <VersionPrefix>2.1.0</VersionPrefix>
- <VersionSuffix>rtm</VersionSuffix>
+ <VersionPrefix>2.1.1</VersionPrefix>
+ <VersionSuffix>alpha</VersionSuffix>
5
<PackageVersion Condition="'$(APPVEYOR_REPO_TAG)' == 'true' AND '$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
6
<PackageVersion Condition="'$(APPVEYOR_REPO_TAG)' == 'true' AND '$(VersionSuffix)' == 'rtm'">$(VersionPrefix)</PackageVersion>
7
0 commit comments