Skip to content

Commit 03e3500

Browse files
committed
Upgrade build.ps1 to use 3.2171.2069 (will have to rebuild 39.0.0 packages)
1 parent d422676 commit 03e3500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ param(
33
[Parameter(Position = 0)]
44
[string] $Target = "nupkg",
55
[Parameter(Position = 1)]
6-
[string] $Version = "39.0.0-pre03",
6+
[string] $Version = "39.0.0",
77
[Parameter(Position = 2)]
88
[string] $AssemblyVersion = "39.0.0",
99
[Parameter(Position = 3)]
10-
[string] $RedistVersion = "3.2171.1979"
10+
[string] $RedistVersion = "3.2171.2069"
1111
)
1212

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

0 commit comments

Comments
 (0)