File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 <PackageTags >dependency graph queue topological</PackageTags >
2525 <PackageReleaseNotes >$(PackageProjectUrl)/blob/main/CHANGES.md</PackageReleaseNotes >
2626 <PackageIcon >icon.png</PackageIcon >
27+ <PackageReadmeFile >README.md</PackageReadmeFile >
2728 <RepositoryType >git</RepositoryType >
2829 <RepositoryUrl >$(PackageProjectUrl).git</RepositoryUrl >
2930 </PropertyGroup >
Original file line number Diff line number Diff line change 1212 -->
1313
1414 <ItemGroup Condition =" '$(IsPackable)' == 'true'" >
15- <None Include =" ..\icon.png" Link =" Properties\icon.png"
15+ <None Include =" ..\icon.png" LinkBase =" Properties"
16+ Pack =" true" PackagePath =" " CopyToOutputDirectory =" Never" />
17+ <None Include =" ..\LICENSE.txt" LinkBase =" Properties"
18+ Pack =" true" PackagePath =" " CopyToOutputDirectory =" Never" />
19+ <None Include =" ..\README.md" LinkBase =" Properties"
1620 Pack =" true" PackagePath =" " CopyToOutputDirectory =" Never" />
17- <None Include =" ..\LICENSE.txt" Link =" Properties\LICENSE.txt"
18- Pack =" true" PackagePath =" $(PackageLicenseFile)" CopyToOutputDirectory =" Never" />
1921 </ItemGroup >
2022
2123 <!-- Visibility -->
You can’t perform that action at this time.
0 commit comments