Skip to content

Commit

Permalink
-Increment version to 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Apr 14, 2013
1 parent 1ed1e84 commit d53fe4e
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>5.0.2</version>
<version>5.0.3</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 = "Json50r2.zip"
$zipFileName = "Json50r3.zip"
$majorVersion = "4.5"
$majorWithReleaseVersion = "5.0.2"
$majorWithReleaseVersion = "5.0.3"
$version = GetVersion $majorWithReleaseVersion
$signAssemblies = $false
$signKeyPath = "D:\Development\Releases\newtonsoft.snk"
Expand Down

0 comments on commit d53fe4e

Please sign in to comment.