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 240c90e commit 967f69bCopy full SHA for 967f69b
appveyor.yml
@@ -1,6 +1,6 @@
1
image: Visual Studio 2015
2
3
-version: 83.4.2-CI{build}
+version: 84.3.10-CI{build}
4
5
clone_depth: 10
6
build.ps1
@@ -3,9 +3,9 @@
[Parameter(Position = 0)]
[string] $Target = "vs2015",
[Parameter(Position = 1)]
- [string] $Version = "83.4.2",
+ [string] $Version = "84.3.10",
7
[Parameter(Position = 2)]
8
- [string] $AssemblyVersion = "83.4.2"
+ [string] $AssemblyVersion = "84.3.10"
9
)
10
11
$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition
0 commit comments