Skip to content

Commit

Permalink
Add package README
Browse files Browse the repository at this point in the history
Add missing package readme for Swashbuckle.AspNetCore to avoid warning on publish.
  • Loading branch information
martincostello committed Nov 26, 2024
1 parent 69db0e3 commit 8804a00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Swashbuckle.AspNetCore/Swashbuckle.AspNetCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">$licenseExpression$</license>
<projectUrl>$projectUrl$</projectUrl>
<readme>docs\package-readme.md</readme>
<description>$description$</description>
<tags>$tags$</tags>
<repository type="$repositoryType$" url="$repositoryUrl$" />
Expand All @@ -23,5 +24,6 @@
<files>
<file src="Swashbuckle.AspNetCore.props" target="build\Swashbuckle.AspNetCore.props" />
<file src="Swashbuckle.AspNetCore.props" target="buildMultiTargeting\Swashbuckle.AspNetCore.props" />
<file src="..\..\package-readme.md" target="docs\" />
</files>
</package>

0 comments on commit 8804a00

Please sign in to comment.