Skip to content

Commit

Permalink
Update version to 3.0.16-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Feb 3, 2024
1 parent 0cd4956 commit 3fa33c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Build/build.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
properties {
$zipFileName = "JsonSchema30r15.zip"
$zipFileName = "JsonSchema30r16.zip"
$majorVersion = "3.0"
$majorWithReleaseVersion = "3.0.15"
$majorWithReleaseVersion = "3.0.16"
$nugetPrerelease = $null
$version = GetVersion $majorWithReleaseVersion
$packageId = "Newtonsoft.Json.Schema"
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": 3,
"Release": 15,
"Prerelease": null,
"Release": 16,
"Prerelease": "beta1",
"Assembly": null
}

0 comments on commit 3fa33c3

Please sign in to comment.