You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
682 B

10 years ago
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  3. <metadata>
  4. <id>Newtonsoft.Json</id>
  5. <version>6.0.1</version>
  6. <title>Json.NET</title>
  7. <authors>James Newton-King</authors>
  8. <owners>James Newton-King</owners>
  9. <licenseUrl>https://raw.github.com/JamesNK/Newtonsoft.Json/master/LICENSE.md</licenseUrl>
  10. <projectUrl>http://james.newtonking.com/json</projectUrl>
  11. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  12. <description>Json.NET is a popular high-performance JSON framework for .NET</description>
  13. <language>en-US</language>
  14. <tags>json</tags>
  15. </metadata>
  16. </package>