Skip to content

Commit f4a6eea

Browse files
michael-hawkerArlodotexe
authored andcommitted
Attempt to fix NuGet icon
Add License to NuGet package as well Checked, we currently have no third-party notices brought over from the main toolkit.
1 parent fce1780 commit f4a6eea

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Directory.Build.targets

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
1111
<PackageTags Condition="'$(PackageTags)' == ''">$(CommonTags)</PackageTags>
1212
</PropertyGroup>
1313

14-
<!-- TODO: Include these in the shared space -->
15-
<!--<ItemGroup Condition="$(IsPackable)">
16-
<None Include="$(RepositoryDirectory)nuget.png" Pack="true" PackagePath="\Icon.png" />
14+
<ItemGroup Condition="$(IsPackable)">
15+
<None Include="$(RepositoryDirectory)Icon.png" Pack="true" PackagePath="\" />
1716
<None Include="$(RepositoryDirectory)License.md" Pack="true" PackagePath="\" />
18-
<None Include="$(RepositoryDirectory)ThirdPartyNotices.txt" Pack="true" PackagePath="\" />
19-
</ItemGroup>-->
17+
<!--<None Include="$(RepositoryDirectory)ThirdPartyNotices.txt" Pack="true" PackagePath="\" />-->
18+
</ItemGroup>
2019

2120
<ItemGroup>
2221
<SlnGenSolutionItem Include="$(MSBuildThisFileDirectory).editorconfig" />

Icon.png

32.8 KB
Loading

Windows.Toolkit.Common.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<PackageProjectUrl>https://github.com/CommunityToolkit/Windows</PackageProjectUrl>
1111
<PackageReleaseNotes>https://github.com/CommunityToolkit/Windows/releases</PackageReleaseNotes>
1212
<PackageIcon>Icon.png</PackageIcon>
13-
<PackageIconUrl>https://raw.githubusercontent.com/CommunityToolkit/Windows/main/nuget.png</PackageIconUrl>
1413
<!-- TODO: Remove when closing https://github.com/CommunityToolkit/Labs-Windows/issues/256 -->
1514
<NoWarn>$(NoWarn);NU1505;NU1504</NoWarn>
1615
</PropertyGroup>

0 commit comments

Comments
 (0)