aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/be/utilsearch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use CompareStringOrdinal() instead of CompareString() case-sensitiveRob Mensching2025-11-031-3/+3
| | | | | | | This commit moves to the modern CompareStringOrdinal() for all case-sensitve uses of CompareString() with the invariant locale. Resolves 6947
* Rename "bundle extension" to "bootstrapper extension" for more consistencyRob Mensching2024-03-071-3/+3
| | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi.
* Add Netfx bundle extension and netfx:DotNetCoreSearch.Sean Hall2022-10-101-11/+9
| | | | | | Remove built-in .NET Core packages since they update too quickly. Fixes 6257
* Move Util.wixext into extRob Mensching2021-05-031-0/+160