Skip to content

Commit 5d99f57

Browse files
committed
Bump version to 2.1.1-alpha
1 parent 7061bd4 commit 5d99f57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.1.0-rtm.{build}
1+
version: 2.1.1-alpha.{build}
22
init:
33
- git config --global core.autocrlf input
44
clone_depth: 1

version.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>2.1.0</VersionPrefix>
4-
<VersionSuffix>rtm</VersionSuffix>
3+
<VersionPrefix>2.1.1</VersionPrefix>
4+
<VersionSuffix>alpha</VersionSuffix>
55
<PackageVersion Condition="'$(APPVEYOR_REPO_TAG)' == 'true' AND '$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
66
<PackageVersion Condition="'$(APPVEYOR_REPO_TAG)' == 'true' AND '$(VersionSuffix)' == 'rtm'">$(VersionPrefix)</PackageVersion>
77

0 commit comments

Comments
 (0)