We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3252feb commit 169e95dCopy full SHA for 169e95d
1 file changed
src/WGet.NET/WGet.NET.csproj
@@ -23,6 +23,7 @@
23
<PackageId>WGet.NET</PackageId>
24
<Product>WGet.NET</Product>
25
<PackageReadmeFile>README.md</PackageReadmeFile>
26
+ <PackageIcon>Package_Icon.png</PackageIcon>
27
</PropertyGroup>
28
29
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -34,6 +35,10 @@
34
35
<Pack>True</Pack>
36
<PackagePath></PackagePath>
37
</None>
38
+ <None Include="..\..\nuget\Package_Icon.png">
39
+ <Pack>True</Pack>
40
+ <PackagePath>\</PackagePath>
41
+ </None>
42
<None Include="..\..\README.md">
43
44
<PackagePath>\</PackagePath>
0 commit comments