Skip to content

Commit

Permalink
LInked readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
madsoulswe committed Aug 28, 2022
1 parent cd076f9 commit b6d002c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,15 @@
<Company>Björnmamman AB Sweden</Company>
<Product>Our.Umbraco.Honeypot.Core</Product>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

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

<None Include="..\..\icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
Expand Down
4 changes: 4 additions & 0 deletions src/Our.Umbraco.Honeypot/Our.Umbraco.Honeypot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
Expand Down

0 comments on commit b6d002c

Please sign in to comment.