diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-08-28 13:39:49 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-10-15 23:12:34 -0700 |
| commit | 7257b8ce2aa4941d61b3706b2a9dfad5b464c305 (patch) | |
| tree | 04248360410052c3f686bdc0a169455c156c10b2 /src/libs/dutil | |
| parent | bad9a76bd2a1c9b35f220168a0c888b541810280 (diff) | |
| download | wix-7257b8ce2aa4941d61b3706b2a9dfad5b464c305.tar.gz wix-7257b8ce2aa4941d61b3706b2a9dfad5b464c305.tar.bz2 wix-7257b8ce2aa4941d61b3706b2a9dfad5b464c305.zip | |
Add missing READMEs to .nupkgs
Diffstat (limited to 'src/libs/dutil')
| -rw-r--r-- | src/libs/dutil/WixToolset.DUtil/dutil.nuspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/dutil.nuspec b/src/libs/dutil/WixToolset.DUtil/dutil.nuspec index 5c4634e4..534ccd69 100644 --- a/src/libs/dutil/WixToolset.DUtil/dutil.nuspec +++ b/src/libs/dutil/WixToolset.DUtil/dutil.nuspec | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | <description>$description$</description> | 7 | <description>$description$</description> |
| 8 | <authors>$authors$</authors> | 8 | <authors>$authors$</authors> |
| 9 | <icon>icon.png</icon> | 9 | <icon>icon.png</icon> |
| 10 | <readme>README.md</readme> | ||
| 10 | <license type="file">OSMFEULA.txt</license> | 11 | <license type="file">OSMFEULA.txt</license> |
| 11 | <requireLicenseAcceptance>true</requireLicenseAcceptance> | 12 | <requireLicenseAcceptance>true</requireLicenseAcceptance> |
| 12 | <tags>$packageTags$</tags> | 13 | <tags>$packageTags$</tags> |
| @@ -18,6 +19,7 @@ | |||
| 18 | <files> | 19 | <files> |
| 19 | <file src="$eulaTxt$" /> | 20 | <file src="$eulaTxt$" /> |
| 20 | <file src="$iconPng$" /> | 21 | <file src="$iconPng$" /> |
| 22 | <file src="$projectFolder$\..\README.md" /> | ||
| 21 | <file src="$projectFolder$\build\$id$.props" target="build\" /> | 23 | <file src="$projectFolder$\build\$id$.props" target="build\" /> |
| 22 | <file src="$projectFolder$\inc\*" target="build\native\include" /> | 24 | <file src="$projectFolder$\inc\*" target="build\native\include" /> |
| 23 | <file src="..\..\v143\x64\dutil.lib" target="build\native\v14\x64" /> | 25 | <file src="..\..\v143\x64\dutil.lib" target="build\native\v14\x64" /> |
