Skip to content

Commit 1a9d439

Browse files
Fix icon
1 parent c05a253 commit 1a9d439

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/Exercism.Tests/Exercism.Tests.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@
1010
<Company>Exercism</Company>
1111
<PackageTags>Exercism;Testing</PackageTags>
1212
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
13-
<PackageIcon>https://raw.githubusercontent.com/exercism/website-icons/main/exercism/logo-bordered.png</PackageIcon>
13+
<PackageIcon>icon.png</PackageIcon>
1414
<RepositoryUrl>https://github.com/exercism/dotnet-tests</RepositoryUrl>
1515
<IncludeSymbols>true</IncludeSymbols>
1616
<IncludeSource>true</IncludeSource>
1717
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1818
</PropertyGroup>
1919

20+
<ItemGroup>
21+
<None Include="images\icon.png" Pack="true" PackagePath="" />
22+
</ItemGroup>
23+
2024
</Project>

src/Exercism.Tests/images/icon.png

2.05 KB
Loading

0 commit comments

Comments
 (0)