Skip to content

Commit c91c5c9

Browse files
committed
add nuget icon
1 parent fb7d805 commit c91c5c9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

GeometryDashAPI/GeometryDashAPI.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<LangVersion>latest</LangVersion>
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1515
<Nullable>enable</Nullable>
16+
<PackageIcon>logo.png</PackageIcon>
1617
</PropertyGroup>
1718

1819
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -31,6 +32,11 @@
3132
</ItemGroup>
3233

3334
<ItemGroup>
35+
<None Include="..\Images\logo.png">
36+
<Pack>True</Pack>
37+
<PackagePath></PackagePath>
38+
<Link>logo.png</Link>
39+
</None>
3440
<None Include="..\LICENSE">
3541
<Pack>True</Pack>
3642
<PackagePath></PackagePath>

Images/logo.png

5.67 KB
Loading

0 commit comments

Comments
 (0)