Skip to content

Commit

Permalink
Fix #1257: include readme in nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Feb 10, 2024
1 parent 22ffd37 commit 65dca2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Fody/Fody.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<authors>$authors$</authors>
<developmentDependency>true</developmentDependency>
<license type="file">License.txt</license>
<readme>readme.md</readme>
<projectUrl>$projectUrl$</projectUrl>
<iconUrl>$iconUrl$</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand All @@ -30,5 +31,6 @@

<file src="Fody.targets" target="build" />
<file src="..\License.txt" />
<file src="..\readme.md" />
</files>
</package>
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Manipulating the IL of an assembly as part of a build requires a significant amo

**This is the codebase of core Fody engine. For more information on the larger Fody project see https://github.com/Fody/Home.**

**See [Milestones](../../milestones?state=closed) for release notes.**
**See [Milestones](https://github.com/Fody/Fody/milestones?state=closed) for release notes.**


<!--- StartOpenCollectiveBackers -->
Expand Down

0 comments on commit 65dca2c

Please sign in to comment.