Skip to content

Commit cc0e1b7

Browse files
committed
(build) Switch to jsdeliver icon URLs
- Since rawgit has been closed down
1 parent 0baf6b3 commit cc0e1b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Source/GitReleaseManager.Cli/GitReleaseManager.Tool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<Description>Tool for creating and exporting releases for software applications hosted on GitHub.</Description>
1818
<Copyright>Copyright (c) 2015 - Present - GitTools Contributors</Copyright>
1919
<PackageLicenseUrl>http://www.opensource.org/licenses/mit-license.php</PackageLicenseUrl>
20-
<PackageIconUrl>https://cdn.rawgit.com/GitTools/GitReleaseManager/9c547452a10afaf83fce1b5833f4762487b017b7/Icons/package_icon.svg</PackageIconUrl>
20+
<PackageIconUrl>https://cdn.jsdelivr.net/gh/GitTools/GitReleaseManager@9c547452a10afaf83fce1b5833f4762487b017b7/Icons/package_icon.svg</PackageIconUrl>
2121
<PackageReleaseNotes>https://github.com/GitTools/GitReleaseManager/releases</PackageReleaseNotes>
2222
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2323
</PropertyGroup>

nuspec/chocolatey/GitReleaseManager.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/GitTools/GitReleaseManager/blob/develop/LICENSE</licenseUrl>
1010
<projectUrl>https://github.com/GitTools/GitReleaseManager</projectUrl>
11-
<iconUrl>http://cdn.rawgit.com/GitTools/GitReleaseManager/9c547452a10afaf83fce1b5833f4762487b017b7/Icons/package_icon.svg</iconUrl>
11+
<iconUrl>https://cdn.jsdelivr.net/gh/GitTools/GitReleaseManager@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>

nuspec/nuget/GitReleaseManager.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>gitreleasemanager</id>
@@ -8,7 +8,7 @@
88
<owners>gep13</owners>
99
<licenseUrl>https://github.com/GitTools/GitReleaseManager/blob/develop/LICENSE</licenseUrl>
1010
<projectUrl>https://github.com/GitTools/GitReleaseManager</projectUrl>
11-
<iconUrl>https://cdn.rawgit.com/GitTools/GitReleaseManager/9c547452a10afaf83fce1b5833f4762487b017b7/Icons/package_icon.svg</iconUrl>
11+
<iconUrl>https://cdn.jsdelivr.net/gh/GitTools/GitReleaseManager@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)