Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/Newtonsoft.Json.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorJamesNK <james@newtonking.com>2012-01-24 13:12:32 +0400
committerJamesNK <james@newtonking.com>2012-01-24 13:12:32 +0400
commit3d43fc9c4f7b4ccba48718e03be831becff1a7a6 (patch)
treec1d9d2dedea14258126dc66707d7fd134cc855af /Build
parentb82d26028d5e8ddf202d02f72f7c7ba49713ec35 (diff)
-Increment version to 4.0.7
-Fixed circular reference error when serializing nullable structs -Fixed JsonReader.ReadAsXXX methods not converting string values
Diffstat (limited to 'Build')
-rw-r--r--Build/Newtonsoft.Json.nuspec2
-rw-r--r--Build/build.ps14
2 files changed, 3 insertions, 3 deletions
diff --git a/Build/Newtonsoft.Json.nuspec b/Build/Newtonsoft.Json.nuspec
index 3e83f33..d8b232e 100644
--- a/Build/Newtonsoft.Json.nuspec
+++ b/Build/Newtonsoft.Json.nuspec
@@ -3,7 +3,7 @@
<metadata>
<id>Newtonsoft.Json</id>
<title>Json.NET</title>
- <version>4.0.6</version>
+ <version>4.0.7</version>
<authors>James Newton-King</authors>
<description>Json.NET is a popular high-performance JSON framework for .NET</description>
<language>en-US</language>
diff --git a/Build/build.ps1 b/Build/build.ps1
index cbaa0b5..3a9bee0 100644
--- a/Build/build.ps1
+++ b/Build/build.ps1
@@ -1,6 +1,6 @@
properties {
- $zipFileName = "Json40r6.zip"
- $majorVersion = "4.0.6"
+ $zipFileName = "Json40r7.zip"
+ $majorVersion = "4.0.7"
$version = GetVersion $majorVersion
$signAssemblies = $false
$signKeyPath = "D:\Development\Releases\newtonsoft.snk"