aboutsummaryrefslogtreecommitdiff
path: root/src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.nuspec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update READMEs to include OSMFRob Mensching2025-04-041-0/+2
| | | | | Fixes 7862 Fixes 8974
* Formalize official WiX build and update tags in nupkgsRob Mensching2025-03-191-2/+3
|
* Introduce the Open Source Maintenance Fee EULARob Mensching2025-03-191-2/+3
| | | | | | This adds the EULA to all the binary releases Closes 8974
* Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"sRob Mensching2022-10-151-2/+2
| | | | Fixes 6944
* Provide managed CA and Embedded UI DTF libraries via NuGetRob Mensching2022-03-311-0/+32
Lots of refactoring to bring the SFX tooling back into the 'dtf' layer since they are (in the end) tightly coupled to some DTF assemblies. Also refactored the DTF tests into their own folder and added a couple integration tests to build using the new CA/UI NuGet package. Closes wixtoolset/issues#6080