Skip to content

Commit a041a1a

Browse files
committed
Update build script to reference correct package
1 parent b0dfb60 commit a041a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ param(
77
[Parameter(Position = 2)]
88
[string] $AssemblyVersion = "49.0.0",
99
[Parameter(Position = 3)]
10-
[string] $RedistVersion = "3.2623.1396"
10+
[string] $RedistVersion = "3.2623.1401"
1111
)
1212

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

0 commit comments

Comments
 (0)