Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Closes #2: Updated JSON.NET version to 5.0 Release 8 [SPRNETREST-33]
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaia committed Jan 19, 2014
1 parent 1a53958 commit e67563b
Show file tree
Hide file tree
Showing 14 changed files with 2,638 additions and 286 deletions.
3 changes: 2 additions & 1 deletion lib/Versions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Rhino.Mocks 3.6
NUnit 2.5.10
Common.Logging 2.0
Json.NET 4.5 Release 10
Json.NET 5.0 Release 8
Json.NET 4.5 Release 11 for Windows Phone 7
Json.NET 3.5 Release 8 for Silverlight 3.0 & Compact Framework 3.5
Binary file modified lib/net/2.0/Newtonsoft.Json.dll
Binary file not shown.
Binary file modified lib/net/2.0/Newtonsoft.Json.pdb
Binary file not shown.
878 changes: 783 additions & 95 deletions lib/net/2.0/Newtonsoft.Json.xml

Large diffs are not rendered by default.

Binary file modified lib/net/3.5/Newtonsoft.Json.dll
Binary file not shown.
Binary file modified lib/net/3.5/Newtonsoft.Json.pdb
Binary file not shown.
835 changes: 762 additions & 73 deletions lib/net/3.5/Newtonsoft.Json.xml

Large diffs are not rendered by default.

Binary file modified lib/net/4.0/Newtonsoft.Json.dll
Binary file not shown.
Binary file modified lib/net/4.0/Newtonsoft.Json.pdb
Binary file not shown.
949 changes: 835 additions & 114 deletions lib/net/4.0/Newtonsoft.Json.xml

Large diffs are not rendered by default.

Binary file modified lib/wp/7.0/Newtonsoft.Json.dll
Binary file not shown.
Binary file modified lib/wp/7.0/Newtonsoft.Json.pdb
Binary file not shown.
257 changes: 255 additions & 2 deletions lib/wp/7.0/Newtonsoft.Json.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup/NuGet/src/Spring.Http.Converters.NJson.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<tags>Spring REST HTTP JSON</tags>
<dependencies>
<dependency id="Spring.Rest" version="[1.1.1]" />
<dependency id="Newtonsoft.Json" version="[4.5.10]" />
<dependency id="Newtonsoft.Json" version="5.0.8" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit e67563b

Please sign in to comment.