Skip to content

Commit 0e561ba

Browse files
authored
Merge pull request #3796 from alexaveldanez/image-urls-support
(#3795) Update image urls
2 parents 78ae38d + 8a65dbf commit 0e561ba

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

nuspec/chocolatey/chocolatey/chocolatey.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Chocolatey</title>
99
<authors>Chocolatey Software, Inc</authors>
1010
<projectUrl>https://github.com/chocolatey/choco</projectUrl>
11-
<iconUrl>https://chocolatey.org/assets/images/nupkg/chocolateyicon.png</iconUrl>
11+
<iconUrl>https://img.chocolatey.org/nupkg/chocolateyicon.png</iconUrl>
1212
<licenseUrl>https://raw.githubusercontent.com/chocolatey/choco/master/LICENSE</licenseUrl>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<copyright>2017-2023 Chocolatey Software, Inc, 2011-2017 RealDimensions Software, LLC</copyright>

nuspec/nuget/chocolatey.lib/chocolatey.lib.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Chocolatey Core [PREVIEW]</title>
88
<authors>Chocolatey Software, Inc</authors>
99
<projectUrl>https://github.com/chocolatey/choco</projectUrl>
10-
<iconUrl>https://chocolatey.org/assets/images/nupkg/chocolateyicon.png</iconUrl>
10+
<iconUrl>https://img.chocolatey.org/nupkg/chocolateyicon.png</iconUrl>
1111
<licenseUrl>https://raw.githubusercontent.com/chocolatey/choco/master/LICENSE</licenseUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<copyright>2017-2023 Chocolatey Software, Inc, 2011-2017 RealDimensions Software, LLC</copyright>

tests/pester-tests/commands/testpackages/chocolatey-dummy-package/1.0.0/chocolatey-dummy-package.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>chocolatey-dummy-package</title>
88
<authors>Chocolatey Software</authors>
99
<projectUrl>https://github.com/chocolatey</projectUrl>
10-
<iconUrl>https://chocolatey.org/assets/images/nupkg/chocolateyicon.png</iconUrl>
10+
<iconUrl>https://img.chocolatey.org/nupkg/chocolateyicon.png</iconUrl>
1111
<tags>chocolatey-dummy-package</tags>
1212
<summary>This is a purposely empty dummy package for testing choco push functionality</summary>
1313
<description>This is a purposely empty dummy package for testing choco push functionality</description>

tests/pester-tests/commands/testpackages/too-long-description/1.0.0/too-long-description.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>chocolatey-dummy-package</title>
88
<authors>Chocolatey Software</authors>
99
<projectUrl>https://github.com/chocolatey</projectUrl>
10-
<iconUrl>https://chocolatey.org/assets/images/nupkg/chocolateyicon.png</iconUrl>
10+
<iconUrl>https://img.chocolatey.org/nupkg/chocolateyicon.png</iconUrl>
1111
<tags>chocolatey-dummy-package</tags>
1212
<summary>This is a purposely empty dummy package for testing choco push functionality</summary>
1313
<description>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Nunc eget lorem dolor sed viverra ipsum nunc aliquet. Integer vitae justo eget magna fermentum iaculis. Non curabitur gravida arcu ac tortor dignissim convallis. Rhoncus dolor purus non enim praesent. Curabitur vitae nunc sed velit dignissim. Sapien pellentesque habitant morbi tristique senectus et netus. Purus gravida quis blandit turpis cursus. Ut tortor pretium viverra suspendisse potenti nullam. Amet est placerat in egestas erat. Senectus et netus et malesuada fames. Amet consectetur adipiscing elit pellentesque habitant morbi. Elementum nisi quis eleifend quam adipiscing. Arcu ac tortor dignissim convallis aenean et tortor at.

tests/pester-tests/commands/testpackages/too-long-title/1.0.0/too-long-title.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>chocolatey-dummy-packagechocolatey-dummy-packagechocolatey-dummy-packagechocolatey-dummy-packagechocolatey-dummy-packagechocolatey-dummy-packagechocolatey-dummy-packagechocolatey-dummy-packagechocolatey-dummy-packagechocolatey-dummy-packagechocolatey-dummy-packagechocolatey-dummy-package</title>
88
<authors>Chocolatey Software</authors>
99
<projectUrl>https://github.com/chocolatey</projectUrl>
10-
<iconUrl>https://chocolatey.org/assets/images/nupkg/chocolateyicon.png</iconUrl>
10+
<iconUrl>https://img.chocolatey.org/nupkg/chocolateyicon.png</iconUrl>
1111
<tags>chocolatey-dummy-package</tags>
1212
<summary>This is a purposely empty dummy package for testing choco push functionality</summary>
1313
<description>This is a purposely empty dummy package for testing choco push functionality</description>

0 commit comments

Comments
 (0)