We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2786e14 commit 823b62fCopy full SHA for 823b62f
1 file changed
Problemize/Problemize.csproj
@@ -24,6 +24,7 @@
24
<PublishRepositoryUrl>true</PublishRepositoryUrl>
25
<Deterministic>true</Deterministic>
26
<EmbedUntrackedSources>true</EmbedUntrackedSources>
27
+ <PackageIcon>Problemize.png</PackageIcon>
28
</PropertyGroup>
29
30
<PropertyGroup>
@@ -34,6 +35,7 @@
34
35
<ItemGroup>
36
<None Include="..\README.md" Pack="true" PackagePath="\" />
37
<None Include="..\LICENSE" Pack="true" PackagePath="\" />
38
+ <None Include="..\logo\Problemize.png" Pack="true" PackagePath="\" />
39
</ItemGroup>
40
41
0 commit comments