We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e35c03 commit 6859260Copy full SHA for 6859260
img/logo-128.png
6.77 KB
src/Libs/Directory.Build.props
@@ -6,6 +6,7 @@
6
<VersionPrefix>0.0.3</VersionPrefix>
7
<PackageReadmeFile>NugetReadme.md</PackageReadmeFile>
8
<PackageTags>gobject;gir;binding;gnome;</PackageTags>
9
+ <PackageIcon>logo-128.png</PackageIcon>
10
</PropertyGroup>
11
12
<PropertyGroup Condition="$(GenerateDocumentationFile) == 'True'">
@@ -15,5 +16,6 @@
15
16
17
<ItemGroup>
18
<None Include="../../NugetReadme.md" Pack="true" PackagePath="/"/>
19
+ <None Include="../../../img/logo-128.png" Pack="true" PackagePath="/"/>
20
</ItemGroup>
21
</Project>
0 commit comments