forked from JSONAPIdotNET/JSONAPI.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJSONAPI.nuspec
More file actions
20 lines (20 loc) · 981 Bytes
/
JSONAPI.nuspec
File metadata and controls
20 lines (20 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>JSONAPI.NET</title>
<authors>S'pht'Kr</authors>
<owners>S'pht'Kr</owners>
<licenseUrl>https://github.com/SphtKr/JSONAPI.NET/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/SphtKr/JSONAPI.NET</projectUrl>
<iconUrl>https://raw.githubusercontent.com/SphtKr/JSONAPI.NET/master/JSONAPI/JSONAPI_NET_icon_512.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A toolkit for using WebAPI to quickly build REST services complying with the JSON API spec (jsonapi.org).</description>
<releaseNotes>
Bugfix: Issue #1, an unexpected property key in the resource object would cause the parser to hang.
</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>JSON WebAPI REST ember emberjs ember.js ember-data</tags>
</metadata>
</package>