Skip to content

Commit

Permalink
Update version to 13.0.1 (JamesNK#2463)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Jan 31, 2021
1 parent 7e77bbe commit 5a35c77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Build/build.ps1
@@ -1,7 +1,7 @@
properties {
$zipFileName = "Json120r3.zip"
$majorVersion = "12.0"
$majorWithReleaseVersion = "12.0.3"
$zipFileName = "Json130r3.zip"
$majorVersion = "13.0"
$majorWithReleaseVersion = "13.0.1"
$nugetPrerelease = $null
$version = GetVersion $majorWithReleaseVersion
$packageId = "Newtonsoft.Json"
Expand Down

0 comments on commit 5a35c77

Please sign in to comment.