Skip to content

Commit 6859260

Browse files
committed
Add icon to nuget packages
1 parent 0e35c03 commit 6859260

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

img/logo-128.png

6.77 KB
Loading

src/Libs/Directory.Build.props

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<VersionPrefix>0.0.3</VersionPrefix>
77
<PackageReadmeFile>NugetReadme.md</PackageReadmeFile>
88
<PackageTags>gobject;gir;binding;gnome;</PackageTags>
9+
<PackageIcon>logo-128.png</PackageIcon>
910
</PropertyGroup>
1011

1112
<PropertyGroup Condition="$(GenerateDocumentationFile) == 'True'">
@@ -15,5 +16,6 @@
1516

1617
<ItemGroup>
1718
<None Include="../../NugetReadme.md" Pack="true" PackagePath="/"/>
19+
<None Include="../../../img/logo-128.png" Pack="true" PackagePath="/"/>
1820
</ItemGroup>
1921
</Project>

0 commit comments

Comments
 (0)