Skip to content

Commit

Permalink
Add a readme to Nuget package.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingOctocat committed Jul 22, 2023
1 parent be5295b commit 16e1c1a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
<Authors>CodingNinja</Authors>
<Title>$(AssemblyName)</Title>
<PackageTags>WpfObservableRangeCollection;ObservableRangeCollection;ObservableCollection;CollectionView;Wpf</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

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

</Project>

0 comments on commit 16e1c1a

Please sign in to comment.