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 50143ce commit 56a301aCopy full SHA for 56a301a
appveyor.yml
@@ -1,6 +1,6 @@
1
image: Visual Studio 2015
2
3
-version: 83.3.90-CI{build}
+version: 83.3.120-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 = "81.3.100",
+ [string] $Version = "83.3.120",
7
[Parameter(Position = 2)]
8
- [string] $AssemblyVersion = "83.3.90"
+ [string] $AssemblyVersion = "83.3.120"
9
)
10
11
$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition
0 commit comments