Skip to content

Commit 64dcab9

Browse files
committed
Adding nuspec for JSONAPI.EntityFramework, adding icon files.
1 parent c6454f2 commit 64dcab9

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>$id$</id>
5+
<version>0.1.0.0</version>
6+
<title>$title$</title>
7+
<authors>S&apos;pht&apos;Kr</authors>
8+
<owners>S&apos;pht&apos;Kr</owners>
9+
<licenseUrl>https://jsonapi.codeplex.com/license</licenseUrl>
10+
<projectUrl>https://jsonapi.codeplex.com/</projectUrl>
11+
<iconUrl>https://download-codeplex.sec.s-msft.com/Download?ProjectName=jsonapi&amp;DownloadId=938876&amp;Build=20941</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>A toolkit for using WebAPI and (optionally) EntityFramework to quickly build REST services complying with the JSON API spec (jsonapi.org).</description>
14+
<releaseNotes>First release, v0.1a.</releaseNotes>
15+
<copyright>Copyright 2014</copyright>
16+
<tags>JSON WebAPI REST ember emberjs ember.js ember-data Entity Framework EF entity-framework</tags>
17+
</metadata>
18+
</package>

JSONAPI/JSONAPI.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package >
33
<metadata>
44
<id>$id$</id>
5-
<version>$version$</version>
5+
<version>0.1.0.0</version>
66
<title>$title$</title>
77
<authors>S&apos;pht&apos;Kr</authors>
88
<owners>S&apos;pht&apos;Kr</owners>
9-
<licenseUrl></licenseUrl>
10-
<projectUrl>https://jsonapi.codeplex.com/license</projectUrl>
11-
<iconUrl>https://download-codeplex.sec.s-msft.com/Download?ProjectName=jsonapi&DownloadId=938876&Build=20941</iconUrl>
9+
<licenseUrl>https://jsonapi.codeplex.com/license</licenseUrl>
10+
<projectUrl>https://jsonapi.codeplex.com/</projectUrl>
11+
<iconUrl>https://download-codeplex.sec.s-msft.com/Download?ProjectName=jsonapi&amp;DownloadId=938876&amp;Build=20941</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>$description$</description>
13+
<description>A toolkit for using WebAPI and (optionally) EntityFramework to quickly build REST services complying with the JSON API spec (jsonapi.org).</description>
1414
<releaseNotes>First release, v0.1a.</releaseNotes>
1515
<copyright>Copyright 2014</copyright>
1616
<tags>JSON WebAPI REST ember emberjs ember.js ember-data</tags>

JSONAPI/JSONAPI_NET_icon.xcf

53.6 KB
Binary file not shown.

JSONAPI/JSONAPI_NET_icon_512.png

21.2 KB
Loading

0 commit comments

Comments
 (0)