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.
39.0.0
1 parent d422676 commit 03e3500Copy full SHA for 03e3500
build.ps1
@@ -3,11 +3,11 @@ param(
3
[Parameter(Position = 0)]
4
[string] $Target = "nupkg",
5
[Parameter(Position = 1)]
6
- [string] $Version = "39.0.0-pre03",
+ [string] $Version = "39.0.0",
7
[Parameter(Position = 2)]
8
[string] $AssemblyVersion = "39.0.0",
9
[Parameter(Position = 3)]
10
- [string] $RedistVersion = "3.2171.1979"
+ [string] $RedistVersion = "3.2171.2069"
11
)
12
13
$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition
0 commit comments