Skip to content

Commit

Permalink
Add README to NuGet (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Feb 13, 2024
1 parent 46fd14b commit 307337f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
</ItemGroup>
<ItemGroup>
<None Include="Auth0Icon.png" Pack="true" Visible="false" PackagePath="" />
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<PropertyGroup>
<Product>Auth0.AspNetCore.Authentication</Product>
Expand All @@ -37,6 +38,7 @@
<CLSCompliant>true</CLSCompliant>
<ComVisible>false</ComVisible>
<Nullable>enable</Nullable>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<PropertyGroup>
<Version>1.4.1</Version>
Expand Down

0 comments on commit 307337f

Please sign in to comment.