Skip to content

Commit

Permalink
-Incremented version to 4.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed May 30, 2012
1 parent d8017e5 commit bc5058c
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.5</version>
<version>4.5.6</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 = "Json45r5.zip"
$zipFileName = "Json45r6.zip"
$majorVersion = "4.5"
$majorWithReleaseVersion = "4.5.5"
$majorWithReleaseVersion = "4.5.6"
$version = GetVersion $majorWithReleaseVersion
$signAssemblies = $false
$signKeyPath = "D:\Development\Releases\newtonsoft.snk"
Expand Down

0 comments on commit bc5058c

Please sign in to comment.