Skip to content

Commit 585bead

Browse files
committed
Update build version to 87.1.131
1 parent 2ccb953 commit 585bead

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: 87.1.13-RCI{build}
1+
version: 87.1.131-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 = "87.1.13",
6+
[string] $Version = "87.1.131",
77
[Parameter(Position = 2)]
8-
[string] $AssemblyVersion = "87.1.13"
8+
[string] $AssemblyVersion = "87.1.131"
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 = "87.1.13",
6+
[string] $Version = "87.1.131",
77
[Parameter(Position = 2)]
8-
[string] $AssemblyVersion = "87.1.13"
8+
[string] $AssemblyVersion = "87.1.131"
99
)
1010

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

0 commit comments

Comments
 (0)