Skip to content

Commit f7849dc

Browse files
committed
Add package README.
1 parent d83cba1 commit f7849dc

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
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>

Directory.Build.targets

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
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 -->

0 commit comments

Comments
 (0)