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-02-11 11:00:18 +0400
committerJamesNK <james@newtonking.com>2012-02-11 11:00:18 +0400
commit7b908df64d2fe74597d3ee5f634ebcc33ffff144 (patch)
tree21bc47c5c405344eb6bd7159873c8193397e0045 /Build
parent2dd26baa770528f30331e0a07e7f639b3e78c1a8 (diff)
-Fixed JsonValidatingReader.ReadAsBytes throwing exception
-Minor NuGet spec updates
Diffstat (limited to 'Build')
-rw-r--r--Build/Newtonsoft.Json.nuspec7
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/Newtonsoft.Json.nuspec b/Build/Newtonsoft.Json.nuspec
index 3495d31..53e2f34 100644
--- a/Build/Newtonsoft.Json.nuspec
+++ b/Build/Newtonsoft.Json.nuspec
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
-<package>
+<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Newtonsoft.Json</id>
- <title>Json.NET</title>
<version>4.0.8</version>
- <authors>James Newton-King</authors>
+ <title>Json.NET</title>
<description>Json.NET is a popular high-performance JSON framework for .NET</description>
+ <authors>James Newton-King</authors>
<language>en-US</language>
<projectUrl>http://james.newtonking.com/projects/json-net.aspx</projectUrl>
+ <licenseUrl>http://json.codeplex.com/license</licenseUrl>
<tags>json</tags>
</metadata>
</package> \ No newline at end of file