Skip to content

Commit

Permalink
Update version to 12.0.1 (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Sep 12, 2018
1 parent 47fc304 commit d5d338b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Build/build.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
properties {
$zipFileName = "Json110r3.zip"
$majorVersion = "11.0"
$majorWithReleaseVersion = "11.0.3"
$zipFileName = "Json120r1.zip"
$majorVersion = "12.0"
$majorWithReleaseVersion = "12.0.1"
$nugetPrerelease = "beta1"
$version = GetVersion $majorWithReleaseVersion
$packageId = "Newtonsoft.Json"
Expand All @@ -13,7 +13,7 @@
$treatWarningsAsErrors = $false
$workingName = if ($workingName) {$workingName} else {"Working"}
$netCliChannel = "2.0"
$netCliVersion = "2.1.301"
$netCliVersion = "2.1.402"
$nugetUrl = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"

$baseDir = resolve-path ..
Expand Down
2 changes: 1 addition & 1 deletion Src/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projects": [ "src" ],
"sdk": {
"version": "2.1.301"
"version": "2.1.402"
}
}

0 comments on commit d5d338b

Please sign in to comment.