Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests to use TestVersion property instead of generic Version property | Rob Mensching | 2024-04-25 | 3 | -9/+9 |
| | | | | | | | The MSBuild Version property is well-known and can be set by standard processes. That can cause problem in the tests where the version is explicitly set to validate WiX behaviors. So, we've switched to using the TestVersion property that will be specific for our testing purposes. | ||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 3 | -6/+6 |
| | |||||
* | Make the minimum supported .NET Framework v4.6.2 | Rob Mensching | 2023-12-19 | 2 | -2/+2 |
| | |||||
* | Add WixInternalUIBootstrapperApplication as a new built-in BA. | Sean Hall | 2022-07-20 | 30 | -0/+1109 |
Implements 6835 |