Skip to content

Commit

Permalink
Added Readme tag to nuspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
xforever1313 committed Nov 21, 2022
1 parent 951e9d2 commit 6df83a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Task( nugetPackTarget )
new NuSpecContent
{
Source = System.IO.Path.Combine( distFolder.ToString(), "Readme.md" ),
Target = "docs/Readme.md"
Target = "Readme.md"
}
);

Expand Down
1 change: 1 addition & 0 deletions nuspec/Cake.ArgumentBinder.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<license type="expression">MIT</license>
<projectUrl>https://github.com/cake-contrib/Cake.ArgumentBinder</projectUrl>
<icon>icon.png</icon>
<readme>Readme.md</readme>
<iconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/addin/cake-contrib-addin-medium.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<repository type="git" url="https://github.com/cake-contrib/Cake.ArgumentBinder.git"/>
Expand Down

0 comments on commit 6df83a6

Please sign in to comment.