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
diff options
context:
space:
mode:
authorJames Newton-King <james@newtonking.com>2012-03-07 13:08:06 +0400
committerJames Newton-King <james@newtonking.com>2012-03-07 13:08:06 +0400
commitc7f52087690ea8e54e52366f1be2506cb313e45e (patch)
tree6df396f58fabda9d29bf071888184abc9556222a /Src/Newtonsoft.Json/Properties/AssemblyInfo.cs
parentf8a13d7aa3bdcf9b42e253962b377c1b989cf2a3 (diff)
-Added async serialize/deserialize methods to JsonConvert
-Fixed performance issue when deserializing deeply nested JSON to LINQ to JSON objects
Diffstat (limited to 'Src/Newtonsoft.Json/Properties/AssemblyInfo.cs')
-rw-r--r--Src/Newtonsoft.Json/Properties/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Newtonsoft.Json/Properties/AssemblyInfo.cs b/Src/Newtonsoft.Json/Properties/AssemblyInfo.cs
index 32ff8a2..73df4a0 100644
--- a/Src/Newtonsoft.Json/Properties/AssemblyInfo.cs
+++ b/Src/Newtonsoft.Json/Properties/AssemblyInfo.cs
@@ -85,7 +85,7 @@ using System.Security;
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.0.8.0")]
#if !PocketPC
-[assembly: AssemblyFileVersion("4.0.8.14704")]
+[assembly: AssemblyFileVersion("4.0.8.14707")]
#endif
[assembly: CLSCompliant(true)]