diff options
| author | Carver Harrison <[email protected]> | 2016-07-24 14:56:02 -0700 |
|---|---|---|
| committer | Carver Harrison <[email protected]> | 2016-07-24 14:56:02 -0700 |
| commit | 321ddfc66a0a366efa64506c0c33316ca57f251d (patch) | |
| tree | dea2f19fd5a33246e305a3de333a1e29574322b0 /source/packages/Newtonsoft.Json.8.0.2/Newtonsoft.Json.nuspec | |
| parent | bf7a488011c09be39bdb4980c2bb020cb1fdb71a (diff) | |
| download | shiftos-c--321ddfc66a0a366efa64506c0c33316ca57f251d.tar.gz shiftos-c--321ddfc66a0a366efa64506c0c33316ca57f251d.tar.bz2 shiftos-c--321ddfc66a0a366efa64506c0c33316ca57f251d.zip | |
HOLY **** THATS A LOT OFF ADDIITIONS
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 |
