We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207d911 commit 5c49a31Copy full SHA for 5c49a31
1 file changed
HomeKitDotNet/HomeKitDotNet.csproj
@@ -32,14 +32,18 @@
32
</PropertyGroup>
33
34
<ItemGroup>
35
+ <None Include="logo.png">
36
+ <Pack>True</Pack>
37
+ <PackagePath>\</PackagePath>
38
+ </None>
39
<None Include="..\README.md">
40
<Pack>True</Pack>
41
<PackagePath>\</PackagePath>
42
</None>
43
</ItemGroup>
44
45
- <None Update="logo.png">
46
+ <None Update="..\logo.png">
47
48
49
0 commit comments