| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
VS2022/v143 toolsets are no longer required.
|
| |
|
|
|
| |
.NET 6 was deprecated so move to .NET 8 and possibly .NET 10 after it
releases.
|
| | |
|
|
|
WixVersion is already used by the Core toolset but could also be
useful for bootstrapper applications parsing bundle versions. The
WixToolset.Data assembly contains a significant amount of data that
bloats its size that bootstrapper applications would never need.
Extracting WixVersion to its own assembly makes it much more
useable.
Fixes 6943
|