Skip to content

Commit

Permalink
-Increment version to 3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Mar 23, 2018
1 parent d714eff commit 0668f4a
Showing 1 changed file with 2 additions and 2 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 = "JsonSchema30r9.zip"
$zipFileName = "JsonSchema30r10.zip"
$majorVersion = "3.0"
$majorWithReleaseVersion = "3.0.9"
$majorWithReleaseVersion = "3.0.10"
$nugetPrerelease = $null
$version = GetVersion $majorWithReleaseVersion
$packageId = "Newtonsoft.Json.Schema"
Expand Down

0 comments on commit 0668f4a

Please sign in to comment.