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 bbea53f commit 9ae7bb7Copy full SHA for 9ae7bb7
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 4.0.{build}
+version: 4.1.{build}
2
os: Visual Studio 2017
3
clone_depth: 2
4
configuration: Release
@@ -54,7 +54,7 @@ deploy:
54
draft: true
55
on:
56
appveyor_repo_tag: true
57
-
+
58
notifications:
59
- provider: Slack
60
auth_token:
build/version.props
@@ -1,7 +1,7 @@
<!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. -->
<Project>
<PropertyGroup>
- <VersionPrefix>4.0.0</VersionPrefix>
+ <VersionPrefix>4.1.0</VersionPrefix>
5
<VersionSuffix>dev</VersionSuffix>
6
</PropertyGroup>
7
</Project>
0 commit comments