Skip to content

Commit 38081a8

Browse files
committed
update version.props and appveyor config
1 parent a8b2cb8 commit 38081a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: Visual Studio 2017
1+
image: Visual Studio 2019
22
pull_requests:
33
do_not_increment_build_number: true
44
skip_branch_with_pr: true

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
33
<VersionPrefix>1.1.8</VersionPrefix>
4-
<VersionSuffix>0</VersionSuffix>
4+
<VersionSuffix>CI</VersionSuffix>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)