<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/ext/Bal, branch v4.0.0-rc.3</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v4.0.0-rc.3</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v4.0.0-rc.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2023-02-22T06:31:32+00:00</updated>
<entry>
<title>Update some extensions to take advantage of multitargeting project references</title>
<updated>2023-02-22T06:31:32+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-02-15T07:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=3cb9bbe90e329a3550bb55fda5c620f23fc4eb86'/>
<id>urn:sha1:3cb9bbe90e329a3550bb55fda5c620f23fc4eb86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change wixiuiba to request FORCE_PRESENT instead of REPAIR.</title>
<updated>2023-02-08T06:26:30+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2023-02-08T05:23:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=dcc7f5a56c61ce51fb240c3a048d37dd5277b0d6'/>
<id>urn:sha1:dcc7f5a56c61ce51fb240c3a048d37dd5277b0d6</id>
<content type='text'>
Sending REINSTALL on the command line doesn't allow the maintenance dialog to be shown.

Fixes 7184
</content>
</entry>
<entry>
<title>Remove WixToolset.Dnc.HostGenerator workaround.</title>
<updated>2023-01-31T03:37:05+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-01-31T02:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=514b88e8acb68279640fed39b0e0b5d875acf3ae'/>
<id>urn:sha1:514b88e8acb68279640fed39b0e0b5d875acf3ae</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/6843.
</content>
</entry>
<entry>
<title>Remove use of AppVeyor</title>
<updated>2023-01-24T01:34:01+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-01-24T00:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ec64f0c0c517f3d5d5979bfe891d58cfb954a6a2'/>
<id>urn:sha1:ec64f0c0c517f3d5d5979bfe891d58cfb954a6a2</id>
<content type='text'>
WiX v4 standardized on GitHub Actions for the build process. AppVeyor
served us well and provides a great service for free. But since we moved
to GitHub Actions let's not burn cycles on their build machines.

Closes 7175
</content>
</entry>
<entry>
<title>Improve error messages from BalBurnBackendExtension.</title>
<updated>2023-01-19T02:07:03+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2023-01-19T01:03:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=7a0aa56131ba7fa3b63788908c164d0f8118e3fc'/>
<id>urn:sha1:7a0aa56131ba7fa3b63788908c164d0f8118e3fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Write an error when the .NET Core BA is missing the BAFactoryAssembly.</title>
<updated>2023-01-16T04:03:31+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2023-01-16T02:59:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ecbaffc08239e061a7dbaa92ff3c72acd53a0bae'/>
<id>urn:sha1:ecbaffc08239e061a7dbaa92ff3c72acd53a0bae</id>
<content type='text'>
7166
</content>
</entry>
<entry>
<title>Don't fail on bad/missing update feed URL.</title>
<updated>2022-12-15T19:41:19+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2022-12-14T23:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=be2449594668fab0f21eea3a80fa1efede85de77'/>
<id>urn:sha1:be2449594668fab0f21eea3a80fa1efede85de77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wixstdba should not change the action if not showing full UI.</title>
<updated>2022-12-13T06:09:33+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-12-13T05:09:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=bd0f3491f36f4e24dd899e0c3479beed6e3c00f9'/>
<id>urn:sha1:bd0f3491f36f4e24dd899e0c3479beed6e3c00f9</id>
<content type='text'>
wixstdba should not block downgrading if run from an upgrade related bundle.

Fixes 7081
</content>
</entry>
<entry>
<title>Try to convert the MBA prereq magic variables to the new attributes.</title>
<updated>2022-12-13T03:51:07+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-12-12T03:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=eab59ecbfd254bb8707615bc31b840339a6356d6'/>
<id>urn:sha1:eab59ecbfd254bb8707615bc31b840339a6356d6</id>
<content type='text'>
Fixes 7026
</content>
</entry>
<entry>
<title>Minimize calls into GitInfo by caching results during build_init</title>
<updated>2022-11-13T15:27:49+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-11-11T07:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=c8a832c931f6c34892e596a11c14e9181d5eee16'/>
<id>urn:sha1:c8a832c931f6c34892e596a11c14e9181d5eee16</id>
<content type='text'>
</content>
</entry>
</feed>
