Skip to content

Commit

Permalink
add readme to package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
erinnmclaughlin committed Nov 6, 2023
1 parent 5dfd86c commit ac75bca
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@
<AssemblyVersion>0.1.0.0</AssemblyVersion>
<FileVersion>0.1.0.0</FileVersion>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>


Expand Down

0 comments on commit ac75bca

Please sign in to comment.