Skip to content

Commit 9df9b43

Browse files
committed
Upgrade build version to 92.0.250
1 parent f27b489 commit 9df9b43

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 92.0.200-RCI{build}
1+
version: 92.0.250-RCI{build}
22

33
image:
44
- Visual Studio 2015

build.netcore.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
[Parameter(Position = 0)]
44
[string] $Target = "netcore31",
55
[Parameter(Position = 1)]
6-
[string] $Version = "92.0.200",
6+
[string] $Version = "92.0.250",
77
[Parameter(Position = 2)]
8-
[string] $AssemblyVersion = "92.0.200"
8+
[string] $AssemblyVersion = "92.0.250"
99
)
1010

1111
$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
[Parameter(Position = 0)]
44
[string] $Target = "vs2015",
55
[Parameter(Position = 1)]
6-
[string] $Version = "92.0.200",
6+
[string] $Version = "92.0.250",
77
[Parameter(Position = 2)]
8-
[string] $AssemblyVersion = "92.0.200"
8+
[string] $AssemblyVersion = "92.0.250"
99
)
1010

1111
$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition

0 commit comments

Comments
 (0)