Skip to content

Commit 2ebfcc3

Browse files
committed
.nuspec file tweaks, and ignore actual built packages.
1 parent 64dcab9 commit 2ebfcc3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

JSONAPI.EntityFramework/JSONAPI.EntityFramework.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<metadata>
44
<id>$id$</id>
55
<version>0.1.0.0</version>
6-
<title>$title$</title>
6+
<title>JSONAPI.NET Entity Framework Integration</title>
77
<authors>S&apos;pht&apos;Kr</authors>
88
<owners>S&apos;pht&apos;Kr</owners>
99
<licenseUrl>https://jsonapi.codeplex.com/license</licenseUrl>
1010
<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>
11+
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=jsonapi&amp;DownloadId=939025</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<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>

JSONAPI/JSONAPI.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<metadata>
44
<id>$id$</id>
55
<version>0.1.0.0</version>
6-
<title>$title$</title>
6+
<title>JSONAPI.NET</title>
77
<authors>S&apos;pht&apos;Kr</authors>
88
<owners>S&apos;pht&apos;Kr</owners>
99
<licenseUrl>https://jsonapi.codeplex.com/license</licenseUrl>
1010
<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>
11+
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=jsonapi&amp;DownloadId=939025</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<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>

0 commit comments

Comments
 (0)