Skip to content

Commit

Permalink
-Increment version to 4.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Oct 7, 2012
1 parent ebb48f6 commit 0e4611e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build/Newtonsoft.Json.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Newtonsoft.Json</id>
<version>4.5.9</version>
<version>4.5.10</version>
<title>Json.NET</title>
<description>Json.NET is a popular high-performance JSON framework for .NET</description>
<authors>James Newton-King</authors>
Expand Down
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 = "Json45r9.zip"
$zipFileName = "Json45r10.zip"
$majorVersion = "4.5"
$majorWithReleaseVersion = "4.5.9"
$majorWithReleaseVersion = "4.5.10"
$version = GetVersion $majorWithReleaseVersion
$signAssemblies = $false
$signKeyPath = "D:\Development\Releases\newtonsoft.snk"
Expand Down

0 comments on commit 0e4611e

Please sign in to comment.