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:
authorJamesNK <james@newtonking.com>2011-05-28 04:46:38 +0400
committerJamesNK <james@newtonking.com>2011-05-28 04:46:38 +0400
commitb3cc3e88acbf7fae91ed2084a95b4cfebe35907e (patch)
tree8dae2d59a85514edacd5e5c2895426f2646fc8c9 /Src/Newtonsoft.Json.Tests/Properties/AssemblyInfo.cs
parentcc44f53c1a2df64b6d1125c891ba0b997fbe7c1d (diff)
-Rewrote LINQ to JSON internals to use lists and dictionaries rather than a linked list
-Moved JPropertyDescriptor to Newtonsoft.Json.Linq namespace
Diffstat (limited to 'Src/Newtonsoft.Json.Tests/Properties/AssemblyInfo.cs')
-rw-r--r--Src/Newtonsoft.Json.Tests/Properties/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Newtonsoft.Json.Tests/Properties/AssemblyInfo.cs b/Src/Newtonsoft.Json.Tests/Properties/AssemblyInfo.cs
index 1c4dd3e..d26198c 100644
--- a/Src/Newtonsoft.Json.Tests/Properties/AssemblyInfo.cs
+++ b/Src/Newtonsoft.Json.Tests/Properties/AssemblyInfo.cs
@@ -41,5 +41,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.0.2.0")]
#if !PocketPC
-[assembly: AssemblyFileVersion("4.0.2.13722")]
+[assembly: AssemblyFileVersion("4.0.2.13728")]
#endif