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>2012-01-17 15:22:16 +0400
committerJamesNK <james@newtonking.com>2012-01-17 15:22:16 +0400
commit61db48c01d680a7214b9b1dc7147cc823aef74be (patch)
tree3e5cca9088f77d0d6b93dd50f882e4b077a96db5 /Src/Newtonsoft.Json.Tests
parent2941344044b1340d982a5f7c5edfd2b8882f7840 (diff)
-Removed unused utility methods
-Fixed various code warnings
Diffstat (limited to 'Src/Newtonsoft.Json.Tests')
-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 91e51fd..ff6fcb5 100644
--- a/Src/Newtonsoft.Json.Tests/Properties/AssemblyInfo.cs
+++ b/Src/Newtonsoft.Json.Tests/Properties/AssemblyInfo.cs
@@ -66,5 +66,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.0.5.0")]
#if !PocketPC
-[assembly: AssemblyFileVersion("4.0.5.14516")]
+[assembly: AssemblyFileVersion("4.0.5.14518")]
#endif