Skip to content

Commit 5e9fc5c

Browse files
committed
(GH-43) Added iconUrl
- Now that icon is commited into repository, this rawgit cdn link can be used
1 parent 9c54745 commit 5e9fc5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Packaging/nuget/GitHubReleaseManager.Portable.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<owners>gep13</owners>
99
<licenseUrl>https://github.com/gep13/GitHubReleaseManager/blob/develop/LICENSE</licenseUrl>
1010
<projectUrl>https://github.com/gep13/GitHubReleaseManager</projectUrl>
11-
<iconUrl></iconUrl>
11+
<iconUrl>http://cdn.rawgit.com/gep13/GitHubReleaseManager/9c547452a10afaf83fce1b5833f4762487b017b7/Icons/package_icon.svg</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>Tool for creating and exporting releases for software applications hosted on Github</description>
1414
<summary>Tool for creating and exporting releases for software applications hosted on Github</summary>

Packaging/nuget/GitHubReleaseManager.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<owners>gep13</owners>
99
<licenseUrl>https://github.com/gep13/GitHubReleaseManager/blob/develop/LICENSE</licenseUrl>
1010
<projectUrl>https://github.com/gep13/GitHubReleaseManager</projectUrl>
11-
<iconUrl></iconUrl>
11+
<iconUrl>http://cdn.rawgit.com/gep13/GitHubReleaseManager/9c547452a10afaf83fce1b5833f4762487b017b7/Icons/package_icon.svg</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>Tool for creating and exporting releases for software applications hosted on Github</description>
1414
<summary>Tool for creating and exporting releases for software applications hosted on Github</summary>

0 commit comments

Comments
 (0)