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 9375f36 commit 8c511a0Copy full SHA for 8c511a0
appveyor.yml
@@ -1,6 +1,6 @@
1
image: Visual Studio 2015
2
3
-version: 84.3.10-CI{build}
+version: 84.4.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 = "84.3.10",
+ [string] $Version = "84.4.10",
7
[Parameter(Position = 2)]
8
- [string] $AssemblyVersion = "84.3.10"
+ [string] $AssemblyVersion = "84.4.10"
9
)
10
11
$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition
0 commit comments