Skip to content

Commit

Permalink
Update README reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mclift committed Oct 10, 2022
1 parent 0239d45 commit 2967747
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/UnicornHatHdDotnet/UnicornHatHdDotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@
<Description>A .NET Library to drive the Pimoroni Unicorn HAT HD on the Raspberry Pi.</Description>
<RepositoryUrl>https://github.com/mclift/unicorn-hat-dotnet</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

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

<ItemGroup>
Expand Down

0 comments on commit 2967747

Please sign in to comment.