File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments