Skip to content

Commit

Permalink
[add] package readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Jul 28, 2024
1 parent 000fa1c commit 0cd6feb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Simplify.Web/Simplify.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<PackageProjectUrl>https://web.simplifynet.dev</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>.NET web-framework MVC DI OWIN</PackageTags>

<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify.Web/tree/master/src/Simplify.Web/CHANGELOG.md for details</PackageReleaseNotes>
Expand Down Expand Up @@ -50,5 +51,6 @@
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
<None Include="CHANGELOG.md" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="\" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

0 comments on commit 0cd6feb

Please sign in to comment.