<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix, branch v4.0.1</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v4.0.1</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v4.0.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2023-06-04T17:47:29+00:00</updated>
<entry>
<title>WiX Toolset v4.0.1</title>
<updated>2023-06-04T17:47:29+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-06-04T17:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6e6eb47812742cfb61a1c3328ba662ec2886a4e2'/>
<id>urn:sha1:6e6eb47812742cfb61a1c3328ba662ec2886a4e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ProjectReferences to wixlibs should participate in DefineConstants creation</title>
<updated>2023-06-03T08:24:39+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-06-02T18:45:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=e25aa4354c58d49665517956c0a30b0eaeae7342'/>
<id>urn:sha1:e25aa4354c58d49665517956c0a30b0eaeae7342</id>
<content type='text'>
Also fix documentation in ResolveWixLibraryReferences target.

Fixes 7512
</content>
</entry>
<entry>
<title>Downgrade bad ProductVersion error to warning.</title>
<updated>2023-06-03T08:24:39+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-05-31T20:04:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=29cec14e4197080bdac5d6c1b66f4aaf9b53e91c'/>
<id>urn:sha1:29cec14e4197080bdac5d6c1b66f4aaf9b53e91c</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/7522.
</content>
</entry>
<entry>
<title>Obsolete removed PackageState.Cached value</title>
<updated>2023-06-03T08:24:39+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-05-30T15:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=856658a8cbbf5bac9c0bf5cfced01a009c59f80d'/>
<id>urn:sha1:856658a8cbbf5bac9c0bf5cfced01a009c59f80d</id>
<content type='text'>
A package's cached status is no longer set via the PackageState. The value was
removed in native code but the managed code was missed throwing off the enum
mapping.

Fixes 7399
</content>
</entry>
<entry>
<title>Update CLA signatures location</title>
<updated>2023-06-03T08:24:39+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-05-22T16:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=36e3408d6f99da692fff5720ff2867faad2803ea'/>
<id>urn:sha1:36e3408d6f99da692fff5720ff2867faad2803ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix duplicate keys from inline subdirectories.</title>
<updated>2023-06-03T08:24:39+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-05-17T22:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ddc79979ced959d8e1b7bd326950a735b73343e5'/>
<id>urn:sha1:ddc79979ced959d8e1b7bd326950a735b73343e5</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/7459.
</content>
</entry>
<entry>
<title>Skip processing missing FeatureComponents table.</title>
<updated>2023-06-03T08:24:39+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-05-16T01:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=1da042fc5f6cef4ea3cce10bd8a151f3a3d115cd'/>
<id>urn:sha1:1da042fc5f6cef4ea3cce10bd8a151f3a3d115cd</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/7472.
</content>
</entry>
<entry>
<title>Fix Dialog table decompilation.</title>
<updated>2023-06-03T08:24:39+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-05-12T02:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=5ddb81c8bb79687c19a24d96ec85b09c63fd9274'/>
<id>urn:sha1:5ddb81c8bb79687c19a24d96ec85b09c63fd9274</id>
<content type='text'>
Fix duplicate NoMinimize attribute and
add attributes that were entirely missing.

Fixes https://github.com/wixtoolset/issues/issues/7482.
</content>
</entry>
<entry>
<title>Show correct error message when upgrade is blocked</title>
<updated>2023-06-03T08:24:39+00:00</updated>
<author>
<name>timberto</name>
<email>33670243+timberto@users.noreply.github.com</email>
</author>
<published>2023-04-18T10:34:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=f86155f6bd2be3f63b646f259f27c65b607d0368'/>
<id>urn:sha1:f86155f6bd2be3f63b646f259f27c65b607d0368</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Msmq key table relationship.</title>
<updated>2023-06-03T08:24:39+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-05-03T00:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=13dbe58b6be7b7c5d6b01ef7273331fc5e2f252c'/>
<id>urn:sha1:13dbe58b6be7b7c5d6b01ef7273331fc5e2f252c</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/7454.
</content>
</entry>
</feed>
