Skip to content

Commit b9cc313

Browse files
committed
updated nuget package icon url
1 parent 46b12a2 commit b9cc313

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

src/Ocelot.Cache.CacheManager/Ocelot.Cache.CacheManager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageId>Ocelot.Cache.CacheManager</PackageId>
1010
<PackageTags>API Gateway;.NET core</PackageTags>
1111
<PackageProjectUrl>https://github.com/ThreeMammals/Ocelot.Cache.CacheManager</PackageProjectUrl>
12-
<PackageProjectUrl>https://github.com/ThreeMammals/Ocelot.Cache.CacheManager</PackageProjectUrl>
12+
<PackageIconUrl>https://raw.githubusercontent.com/ThreeMammals/Ocelot/develop/images/ocelot_logo.png</PackageIconUrl>
1313
<RuntimeIdentifiers>win10-x64;osx.10.11-x64;osx.10.12-x64;win7-x64</RuntimeIdentifiers>
1414
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1515
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>

src/Ocelot.Tracing.Butterfly/Ocelot.Tracing.Butterfly.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageId>Ocelot.Tracing.Butterfly</PackageId>
1111
<PackageTags>API Gateway;.NET core; Butterfly; ButterflyAPM</PackageTags>
1212
<PackageProjectUrl>https://github.com/ThreeMammals/Ocelot</PackageProjectUrl>
13-
<PackageProjectUrl>https://github.com/ThreeMammals/Ocelot</PackageProjectUrl>
13+
<PackageIconUrl>https://raw.githubusercontent.com/ThreeMammals/Ocelot/develop/images/ocelot_logo.png</PackageIconUrl>
1414
<RuntimeIdentifiers>win10-x64;osx.10.11-x64;osx.10.12-x64;win7-x64</RuntimeIdentifiers>
1515
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1616
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>

src/Ocelot.Tracing.OpenTracing/Ocelot.Tracing.OpenTracing.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<Authors>Kjell-Åke Gafvelin</Authors>
77
<Description>This package provides OpenTracing support to Ocelot.</Description>
88
<PackageProjectUrl>https://github.com/ThreeMammals/Ocelot</PackageProjectUrl>
9+
<PackageIconUrl>https://raw.githubusercontent.com/ThreeMammals/Ocelot/develop/images/ocelot_logo.png</PackageIconUrl>
910
<PackageTags>API Gateway;.NET core; OpenTracing</PackageTags>
1011
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1112
</PropertyGroup>

src/Ocelot/Ocelot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageId>Ocelot</PackageId>
1010
<PackageTags>API Gateway;.NET core</PackageTags>
1111
<PackageProjectUrl>https://github.com/ThreeMammals/Ocelot</PackageProjectUrl>
12-
<PackageIconUrl>http://github.com/images/ocelot_logo.png</PackageIconUrl>
12+
<PackageIconUrl>https://raw.githubusercontent.com/ThreeMammals/Ocelot/develop/images/ocelot_logo.png</PackageIconUrl>
1313
<RuntimeIdentifiers>win10-x64;osx.10.11-x64;osx.10.12-x64;win7-x64</RuntimeIdentifiers>
1414
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1515
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>

0 commit comments

Comments
 (0)