diff options
Diffstat (limited to 'source/packages/Newtonsoft.Json.8.0.2/Newtonsoft.Json.nuspec')
| -rw-r--r-- | source/packages/Newtonsoft.Json.8.0.2/Newtonsoft.Json.nuspec | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/source/packages/Newtonsoft.Json.8.0.2/Newtonsoft.Json.nuspec b/source/packages/Newtonsoft.Json.8.0.2/Newtonsoft.Json.nuspec new file mode 100644 index 0000000..3579fc5 --- /dev/null +++ b/source/packages/Newtonsoft.Json.8.0.2/Newtonsoft.Json.nuspec @@ -0,0 +1,17 @@ +<?xml version="1.0"?> +<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> + <metadata> + <id>Newtonsoft.Json</id> + <version>8.0.2</version> + <title>Json.NET</title> + <authors>James Newton-King</authors> + <owners>James Newton-King</owners> + <licenseUrl>https://raw.github.com/JamesNK/Newtonsoft.Json/master/LICENSE.md</licenseUrl> + <projectUrl>http://www.newtonsoft.com/json</projectUrl> + <iconUrl>http://www.newtonsoft.com/content/images/nugeticon.png</iconUrl> + <requireLicenseAcceptance>false</requireLicenseAcceptance> + <description>Json.NET is a popular high-performance JSON framework for .NET</description> + <language>en-US</language> + <tags>json</tags> + </metadata> +</package>
\ No newline at end of file |
