Skip to content

Commit 4992260

Browse files
committed
changed package icon
1 parent 433a17e commit 4992260

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Dotnet.Script.Core/Dotnet.Script.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AssemblyName>Dotnet.Script.Core</AssemblyName>
99
<PackageId>Dotnet.Script.Core</PackageId>
1010
<PackageTags>script;csx;csharp;roslyn</PackageTags>
11-
<PackageIconUrl>https://raw.githubusercontent.com/filipw/Strathweb.TypedRouting.AspNetCore/master/strathweb.png</PackageIconUrl>
11+
<PackageIconUrl>https://avatars.githubusercontent.com/u/113979420</PackageIconUrl>
1212
<PackageProjectUrl>https://github.com/dotnet-script/dotnet-script</PackageProjectUrl>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<RepositoryType>git</RepositoryType>

src/Dotnet.Script.DependencyModel.Nuget/Dotnet.Script.DependencyModel.NuGet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
55
<PackageLicenseExpression>MIT</PackageLicenseExpression>
66
<PackageProjectUrl>https://github.com/dotnet-script/dotnet-script</PackageProjectUrl>
7-
<PackageIconUrl>https://raw.githubusercontent.com/filipw/Strathweb.TypedRouting.AspNetCore/master/strathweb.png</PackageIconUrl>
7+
<PackageIconUrl>https://avatars.githubusercontent.com/u/113979420</PackageIconUrl>
88
<RepositoryUrl>https://github.com/dotnet-script/dotnet-script.git</RepositoryUrl>
99
<RepositoryType>git</RepositoryType>
1010
<PackageTags>script;csx;csharp;roslyn;nuget</PackageTags>

src/Dotnet.Script.DependencyModel/Dotnet.Script.DependencyModel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Description>Provides runtime and compilation dependency resolution for dotnet-script based scripts.</Description>
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>
99
<PackageProjectUrl>https://github.com/dotnet-script/dotnet-script</PackageProjectUrl>
10-
<PackageIconUrl>https://raw.githubusercontent.com/filipw/Strathweb.TypedRouting.AspNetCore/master/strathweb.png</PackageIconUrl>
10+
<PackageIconUrl>https://avatars.githubusercontent.com/u/113979420</PackageIconUrl>
1111
<RepositoryUrl>https://github.com/dotnet-script/dotnet-script.git</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<PackageTags>script;csx;csharp;roslyn;omnisharp</PackageTags>

src/Dotnet.Script/Dotnet.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AssemblyName>dotnet-script</AssemblyName>
1010
<OutputType>Exe</OutputType>
1111
<PackageTags>dotnet;cli;script;csx;csharp;roslyn</PackageTags>
12-
<PackageIconUrl>https://raw.githubusercontent.com/filipw/Strathweb.TypedRouting.AspNetCore/master/strathweb.png</PackageIconUrl>
12+
<PackageIconUrl>https://avatars.githubusercontent.com/u/113979420</PackageIconUrl>
1313
<PackageProjectUrl>https://github.com/dotnet-script/dotnet-script</PackageProjectUrl>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)