File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 12
12
</PropertyGroup >
13
13
14
14
<ItemGroup Condition =" $(IsPackable)" >
15
- <None Include =" $(RepositoryDirectory)Icon .png" Pack =" true" PackagePath =" \" />
15
+ <None Include =" $(RepositoryDirectory)icon .png" Pack =" true" PackagePath =" \" />
16
16
<None Include =" $(RepositoryDirectory)License.md" Pack =" true" PackagePath =" \" />
17
17
<!-- <None Include="$(RepositoryDirectory)ThirdPartyNotices.txt" Pack="true" PackagePath="\" />-->
18
18
</ItemGroup >
Original file line number Diff line number Diff line change 9
9
<Copyright >(c) .NET Foundation and Contributors. All rights reserved.</Copyright >
10
10
<PackageProjectUrl >https://github.com/CommunityToolkit/Windows</PackageProjectUrl >
11
11
<PackageReleaseNotes >https://github.com/CommunityToolkit/Windows/releases</PackageReleaseNotes >
12
- <PackageIcon >Icon.png</PackageIcon >
12
+ <PackageIcon >icon.png</PackageIcon >
13
+ <PackageIconUrl >https://github.com/CommunityToolkit/Windows/blob/main/icon.png</PackageIconUrl >
13
14
<!-- TODO: Remove when closing https://github.com/CommunityToolkit/Labs-Windows/issues/256 -->
14
15
<NoWarn >$(NoWarn);NU1505;NU1504</NoWarn >
15
16
</PropertyGroup >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments