Skip to content

Commit

Permalink
Update to 13.0.3-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Feb 6, 2023
1 parent 5702581 commit 4949c66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build/build.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
properties {
$zipFileName = "Json130r3.zip"
$majorVersion = "13.0"
$majorWithReleaseVersion = "13.0.2"
$majorWithReleaseVersion = "13.0.3"

This comment has been minimized.

Copy link
@JimmyyHilmmyyyy
$nugetPrerelease = $null
$version = GetVersion $majorWithReleaseVersion
$packageId = "Newtonsoft.Json"
Expand Down
4 changes: 2 additions & 2 deletions Build/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Major": 13,
"Release": 2,
"Prerelease": null,
"Release": 3,

This comment has been minimized.

Copy link
@JimmyyHilmmyyyy

This comment has been minimized.

Copy link
@JimmyyHilmmyyyy
"Prerelease": "beta1",

This comment has been minimized.

Copy link
@JimmyyHilmmyyyy
"Assembly": null
}

0 comments on commit 4949c66

Please sign in to comment.