aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Converters (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly report error when Publish/@Condition='1'Rob Mensching2020-07-181-1/+7
* Separate "format" from "convert"Rob Mensching2020-07-185-319/+467
* Make Feature/@Absent and Feature/@AllowAdvertise consistentRob Mensching2020-07-011-0/+36
* Make Publish/@Condition truly optionalRob Mensching2020-07-011-1/+10
* Convert Firewall/RemoteAddress inner text to Value attributeRob Mensching2020-07-011-1/+6
* Handle multiple Condition conversionsRob Mensching2020-06-271-6/+18
* Correctly detect wix4 for better conversionsRob Mensching2020-06-271-9/+14
* Add inner text conversions for Util.wixextRob Mensching2020-06-261-0/+8
* Skip v3 conversions when re-converting v4 codeRob Mensching2020-06-262-49/+74
* Do *not* require XML declarationRob Mensching2020-06-231-16/+32
* Remove explicit auto-GUIDsRob Mensching2020-06-231-0/+23
* Convert inner text to appropriate attributesRob Mensching2020-06-231-1/+279
* Replace the removed Gaming namespace with the missing Http namespace.Sean Hall2020-06-152-2/+2
* Consistently call IWixToolsetCoreServiceProvider a "coreProvider"Rob Mensching2020-06-131-3/+3
* Convert custom table Column Category and Modularize attributesRob Mensching2020-06-121-1/+53
* Make convert code asyncRob Mensching2020-06-081-6/+10
* Expose converter as a command-line command for use by wix.exeRob Mensching2020-06-085-1/+368
* Handle util:PermissionEx/@InheritableSean Hall2020-05-231-1/+25
* Handle versioned extension ids.Bob Arnson2020-03-051-269/+277
* Don't mess with CDATA whitespace.Bob Arnson2019-12-111-1/+1
* When fixing namespaceless elements, fix the whole tree.Bob Arnson2019-11-041-1/+1
* Handle CustomTable/@BootstrapperApplicationData.Bob Arnson2019-11-011-265/+283
* Add namespace to <Include> elements.Bob Arnson2019-10-311-2/+4
* Better support all .NETsRob Mensching2019-10-201-1/+1
* Initial code commitRob Mensching2019-05-152-0/+678