Skip to content

Commit

Permalink
Updated to reflect release of 37.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Mar 17, 2015
1 parent e7442c2 commit df5d8f8
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,9 +3,9 @@ param(
[Parameter(Position = 0)]
[string] $Target = "nupkg",
[Parameter(Position = 1)]
[string] $Version = "37.0.0-pre01",
[string] $Version = "37.0.1",
[Parameter(Position = 2)]
[string] $AssemlyVersion = "37.0.0",
[string] $AssemlyVersion = "37.0.1",
[Parameter(Position = 3)]
[string] $RedistVersion = "3.2062.1898"
)
Expand Down

0 comments on commit df5d8f8

Please sign in to comment.