Skip to content

Commit

Permalink
Adds readme to Nuget package and to make nuget.org happier
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Buckley committed Oct 28, 2021
1 parent 8e540c7 commit 3413bff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Our.Umbraco.TagHelpers/Our.Umbraco.TagHelpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<RepositoryType>git</RepositoryType>
<PackageIcon>TagHelperLogo.png</PackageIcon>
<PackageTags>Umbraco;TagHelper;TagHelpers;UmbracoCMS</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -44,6 +45,7 @@

<ItemGroup>
<None Include="TagHelperLogo.png" Pack="true" PackagePath="\"/>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>

0 comments on commit 3413bff

Please sign in to comment.