| 1234567891011121314151617 | <?xml version="1.0"?><package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">  <metadata>    <id>Newtonsoft.Json</id>    <version>6.0.8</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>
 |