Skip to content

Commit ff6f6e3

Browse files
author
TGP
committed
update nuget packages to reference ocelot logo from GitHub
1 parent 77c6c30 commit ff6f6e3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/Ocelot.Administration/Ocelot.Administration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageTags>API Gateway;.NET core</PackageTags>
1111
<PackageProjectUrl>https://github.com/ThreeMammals/Ocelot.Administration</PackageProjectUrl>
1212
<PackageProjectUrl>https://github.com/ThreeMammals/Ocelot.Administration</PackageProjectUrl>
13-
<PackageIconUrl>http://threemammals.com/images/ocelot_logo.png</PackageIconUrl>
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.Provider.Consul/Ocelot.Provider.Consul.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageTags>API Gateway;.NET core</PackageTags>
1111
<PackageProjectUrl>https://github.com/ThreeMammals/Ocelot.Provider.Consul</PackageProjectUrl>
1212
<PackageProjectUrl>https://github.com/ThreeMammals/Ocelot.Provider.Consul</PackageProjectUrl>
13-
<PackageIconUrl>http://threemammals.com/images/ocelot_logo.png</PackageIconUrl>
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.Provider.Eureka/Ocelot.Provider.Eureka.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageTags>API Gateway;.NET core</PackageTags>
1111
<PackageProjectUrl>https://github.com/ThreeMammals/Ocelot.Provider.Eureka</PackageProjectUrl>
1212
<PackageProjectUrl>https://github.com/ThreeMammals/Ocelot.Provider.Eureka</PackageProjectUrl>
13-
<PackageIconUrl>http://threemammals.com/images/ocelot_logo.png</PackageIconUrl>
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.Provider.Kubernetes/Ocelot.Provider.Kubernetes.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Product>Ocelot</Product>
77
<Description>Provides Ocelot extensions to use kubernetes</Description>
88
<PackageProjectUrl>https://github.com/ThreeMammals/Ocelot</PackageProjectUrl>
9-
<PackageIconUrl>http://threemammals.com/images/ocelot_logo.png</PackageIconUrl>
9+
<PackageIconUrl>https://raw.githubusercontent.com/ThreeMammals/Ocelot/develop/images/ocelot_logo.png</PackageIconUrl>
1010
<PackageReleaseNotes></PackageReleaseNotes>
1111
<AssemblyName>Ocelot.Provider.Kubernetes</AssemblyName>
1212
<PackageId>Ocelot.Provider.Kubernetes</PackageId>

src/Ocelot.Provider.Polly/Ocelot.Provider.Polly.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageTags>API Gateway;.NET core</PackageTags>
1111
<PackageProjectUrl>https://github.com/ThreeMammals/Ocelot.Provider.Polly</PackageProjectUrl>
1212
<PackageProjectUrl>https://github.com/ThreeMammals/Ocelot.Provider.Polly</PackageProjectUrl>
13-
<PackageIconUrl>http://threemammals.com/images/ocelot_logo.png</PackageIconUrl>
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>

0 commit comments

Comments
 (0)