Skip to content

Commit

Permalink
Upgrade build.ps1 to use 3.2171.2069 (will have to rebuild 39.0.0 p…
Browse files Browse the repository at this point in the history
…ackages)
  • Loading branch information
amaitland committed Apr 8, 2015
1 parent d422676 commit 03e3500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ param(
[Parameter(Position = 0)]
[string] $Target = "nupkg",
[Parameter(Position = 1)]
[string] $Version = "39.0.0-pre03",
[string] $Version = "39.0.0",
[Parameter(Position = 2)]
[string] $AssemblyVersion = "39.0.0",
[Parameter(Position = 3)]
[string] $RedistVersion = "3.2171.1979"
[string] $RedistVersion = "3.2171.2069"
)

$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition
Expand Down

0 comments on commit 03e3500

Please sign in to comment.