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 | |
| parent | bad9a76bd2a1c9b35f220168a0c888b541810280 (diff) | |
| download | wix-7257b8ce2aa4941d61b3706b2a9dfad5b464c305.tar.gz wix-7257b8ce2aa4941d61b3706b2a9dfad5b464c305.tar.bz2 wix-7257b8ce2aa4941d61b3706b2a9dfad5b464c305.zip | |
Add missing READMEs to .nupkgs
Diffstat (limited to 'src')
| -rw-r--r-- | src/ext/Bal/wixext-backward-compatible/README.md | 56 | ||||
| -rw-r--r-- | src/ext/Bal/wixext-backward-compatible/WixToolset.Bal.wixext.nuspec | 2 | ||||
| -rw-r--r-- | src/libs/dutil/WixToolset.DUtil/dutil.nuspec | 2 | ||||
| -rw-r--r-- | src/libs/wcautil/WixToolset.WcaUtil/wcautil.nuspec | 2 | ||||
| -rw-r--r-- | src/wix/WixToolset.Sdk/WixToolset.Sdk.nuspec | 2 | ||||
| -rw-r--r-- | src/wix/pack-wix/pack-wix.nuspec | 2 |
6 files changed, 66 insertions, 0 deletions
diff --git a/src/ext/Bal/wixext-backward-compatible/README.md b/src/ext/Bal/wixext-backward-compatible/README.md new file mode 100644 index 00000000..7c3bf97e --- /dev/null +++ b/src/ext/Bal/wixext-backward-compatible/README.md | |||
| @@ -0,0 +1,56 @@ | |||
| 1 | # WixToolset.Bal.wixext - Bootstrapper Applications WiX Toolset Extension | ||
| 2 | |||
| 3 | This WiX Extension was renamed. Use `WixToolset.BootstrapperApplications.wixext` instead. | ||
| 4 | |||
| 5 | - [WixStandardBootstrapperApplication](https://www.nuget.org/packages/WixToolset.BootstrapperApplications.wixext) | ||
| 6 | |||
| 7 | [Web Site][web] | [Documentation][docs] | [Issue Tracker][issues] | [Discussions][discussions] | ||
| 8 | |||
| 9 | ## Open Source Maintenance Fee | ||
| 10 | |||
| 11 | To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an [Open Source Maintenance Fee][osmf]. While the source code is freely available under the terms of the [LICENSE][license], this package and other aspects of the project require [adherence to the Open Source Maintenance Fee EULA][eula]. | ||
| 12 | |||
| 13 | To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset). | ||
| 14 | |||
| 15 | |||
| 16 | ## Getting started | ||
| 17 | |||
| 18 | Add the WiX Extension as a PackageReference to your .wixproj: | ||
| 19 | |||
| 20 | ``` | ||
| 21 | <Project Sdk="WixToolset.Sdk/6.0.2"> | ||
| 22 | <ItemGroup> | ||
| 23 | <PackageReference Include="WixToolset.BootstrapperApplications.wixext" Version="6.0.2" /> | ||
| 24 | </ItemGroup> | ||
| 25 | </Project> | ||
| 26 | ``` | ||
| 27 | |||
| 28 | Then add the namespace and bootstrapper application of choice: | ||
| 29 | |||
| 30 | ``` | ||
| 31 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" | ||
| 32 | xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"> | ||
| 33 | <Bundle BundleId="AcmeCorp.Example" Name="Example Bundle" Version="0.0.0.1" Manufacturer="ACME Corporation"> | ||
| 34 | <BootstrapperApplication> | ||
| 35 | <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" Theme="hyperlinkLicense" /> | ||
| 36 | </BootstrapperApplication> | ||
| 37 | </Bundle> | ||
| 38 | </Wix> | ||
| 39 | ``` | ||
| 40 | |||
| 41 | ## Additional resources | ||
| 42 | |||
| 43 | * [WiX Website][web] | ||
| 44 | * [WiX Documentation][docs] | ||
| 45 | * [WiX Issue Tracker][issues] | ||
| 46 | * [WiX Discussions][discussions] | ||
| 47 | |||
| 48 | |||
| 49 | [web]: https://www.firegiant.com/wixtoolset/ | ||
| 50 | [docs]: https://docs.firegiant.com/wixtoolset/ | ||
| 51 | [issues]: https://github.com/wixtoolset/issues/issues | ||
| 52 | [discussions]: https://github.com/orgs/wixtoolset/discussions | ||
| 53 | [sdk]: https://www.nuget.org/packages/WixToolset.Sdk/ | ||
| 54 | [osmf]: https://opensourcemaintenancefee.org/ | ||
| 55 | [license]: https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT | ||
| 56 | [eula]: https://github.com/wixtoolset/wix/blob/main/OSMFEULA.txt | ||
diff --git a/src/ext/Bal/wixext-backward-compatible/WixToolset.Bal.wixext.nuspec b/src/ext/Bal/wixext-backward-compatible/WixToolset.Bal.wixext.nuspec index 2bebad30..2af1e037 100644 --- a/src/ext/Bal/wixext-backward-compatible/WixToolset.Bal.wixext.nuspec +++ b/src/ext/Bal/wixext-backward-compatible/WixToolset.Bal.wixext.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$\WixToolset.Bal.wixext.targets" target="build" /> | 23 | <file src="$projectFolder$\WixToolset.Bal.wixext.targets" target="build" /> |
| 22 | <file src="WixToolset.BootstrapperApplications.wixext.dll" target="$wixExtensionPackageFolder$" /> | 24 | <file src="WixToolset.BootstrapperApplications.wixext.dll" target="$wixExtensionPackageFolder$" /> |
| 23 | </files> | 25 | </files> |
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" /> |
diff --git a/src/libs/wcautil/WixToolset.WcaUtil/wcautil.nuspec b/src/libs/wcautil/WixToolset.WcaUtil/wcautil.nuspec index 827a946d..915e00d9 100644 --- a/src/libs/wcautil/WixToolset.WcaUtil/wcautil.nuspec +++ b/src/libs/wcautil/WixToolset.WcaUtil/wcautil.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> |
| @@ -21,6 +22,7 @@ | |||
| 21 | <files> | 22 | <files> |
| 22 | <file src="$eulaTxt$" /> | 23 | <file src="$eulaTxt$" /> |
| 23 | <file src="$iconPng$" /> | 24 | <file src="$iconPng$" /> |
| 25 | <file src="$projectFolder$\..\README.md" /> | ||
| 24 | <file src="$projectFolder$\build\$id$.props" target="build\" /> | 26 | <file src="$projectFolder$\build\$id$.props" target="build\" /> |
| 25 | <file src="$projectFolder$\inc\*" target="build\native\include" /> | 27 | <file src="$projectFolder$\inc\*" target="build\native\include" /> |
| 26 | <file src="..\..\v143\x64\wcautil.lib" target="build\native\v14\x64" /> | 28 | <file src="..\..\v143\x64\wcautil.lib" target="build\native\v14\x64" /> |
diff --git a/src/wix/WixToolset.Sdk/WixToolset.Sdk.nuspec b/src/wix/WixToolset.Sdk/WixToolset.Sdk.nuspec index 104e5cd8..b59415a9 100644 --- a/src/wix/WixToolset.Sdk/WixToolset.Sdk.nuspec +++ b/src/wix/WixToolset.Sdk/WixToolset.Sdk.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> |
| @@ -21,6 +22,7 @@ | |||
| 21 | <files> | 22 | <files> |
| 22 | <file src="$eulaTxt$" /> | 23 | <file src="$eulaTxt$" /> |
| 23 | <file src="$iconPng$" /> | 24 | <file src="$iconPng$" /> |
| 25 | <file src="$projectFolder$\README.md" /> | ||
| 24 | <file src="build\**\*" target="build" /> | 26 | <file src="build\**\*" target="build" /> |
| 25 | <file src="Sdk\**\*" target="Sdk" /> | 27 | <file src="Sdk\**\*" target="Sdk" /> |
| 26 | <file src="tools\**\*" target="tools" exclude="**\*.xml;**\WixToolset.Core.Native.targets" /> | 28 | <file src="tools\**\*" target="tools" exclude="**\*.xml;**\WixToolset.Core.Native.targets" /> |
diff --git a/src/wix/pack-wix/pack-wix.nuspec b/src/wix/pack-wix/pack-wix.nuspec index cee65f79..e7b79466 100644 --- a/src/wix/pack-wix/pack-wix.nuspec +++ b/src/wix/pack-wix/pack-wix.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> |
| @@ -21,6 +22,7 @@ | |||
| 21 | <files> | 22 | <files> |
| 22 | <file src="$eulaTxt$" /> | 23 | <file src="$eulaTxt$" /> |
| 23 | <file src="$iconPng$" /> | 24 | <file src="$iconPng$" /> |
| 25 | <file src="$projectFolder$\README.md" /> | ||
| 24 | <file src="$projectFolder$\DotnetToolSettings.xml" target="tools\net6.0\any" /> | 26 | <file src="$projectFolder$\DotnetToolSettings.xml" target="tools\net6.0\any" /> |
| 25 | <file src="**" target="tools\net6.0\any" exclude="**\*.xml;**\WixToolset.Core.Native.targets" /> | 27 | <file src="**" target="tools\net6.0\any" exclude="**\*.xml;**\WixToolset.Core.Native.targets" /> |
| 26 | </files> | 28 | </files> |
