Skip to content

Commit 50a05e4

Browse files
committed
Bump version info to 2.0.1-alpha
1 parent 25bd198 commit 50a05e4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.0.0-alpha.{build}+{branch}
1+
version: 2.0.1-alpha.{build}+{branch}
22
init:
33
- git config --global core.autocrlf true
44
clone_depth: 1

version.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>2.0.0</VersionPrefix>
3+
<VersionPrefix>2.0.1</VersionPrefix>
4+
<VersionSuffix>alpha</VersionSuffix>
45
<PackageVersion Condition="'$(APPVEYOR_REPO_TAG)' == 'true' AND '$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
56

67
<BuildNumber Condition=" '$(BuildNumber)' == '' ">$(APPVEYOR_BUILD_NUMBER)</BuildNumber>

0 commit comments

Comments
 (0)