<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/test/burn/TestData/DependencyTests, branch v5.0.0</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v5.0.0</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v5.0.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-03-07T18:55:57+00:00</updated>
<entry>
<title>Better .nupkg names</title>
<updated>2024-03-07T18:55:57+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-06T22:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=3d2d46f62fc01e2653d0251ad9703090574e7c41'/>
<id>urn:sha1:3d2d46f62fc01e2653d0251ad9703090574e7c41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correctly process build -outputType switch</title>
<updated>2023-09-05T13:18:40+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-09-05T06:40:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=f18d7e628361cd3f2ff14dd3326cbeea68df004f'/>
<id>urn:sha1:f18d7e628361cd3f2ff14dd3326cbeea68df004f</id>
<content type='text'>
Also add a few additional output types to built-in backends.

Fixes 7708
</content>
</entry>
<entry>
<title>Tame some wild pointers.</title>
<updated>2023-05-02T02:11:50+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-05-02T01:09:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=8016c4dd39fe1f8816c968952a2aac5a98c09560'/>
<id>urn:sha1:8016c4dd39fe1f8816c968952a2aac5a98c09560</id>
<content type='text'>
Maybe Rust wouldn't be so bad...

Fixes https://github.com/wixtoolset/issues/issues/7451.
</content>
</entry>
<entry>
<title>Small fixes found while updating XSDs</title>
<updated>2023-01-02T03:42:38+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-01-02T02:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ffae86ed1f600a72d4183166ffbde9dbed1843e9'/>
<id>urn:sha1:ffae86ed1f600a72d4183166ffbde9dbed1843e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement ArpEntry flavored ExePackage.</title>
<updated>2022-06-13T14:28:49+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-06-09T20:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6f6e4ced9f398ff37a44b91fdba62479cde29d06'/>
<id>urn:sha1:6f6e4ced9f398ff37a44b91fdba62479cde29d06</id>
<content type='text'>
6772
</content>
</entry>
<entry>
<title>Add support for semver in bundles and dependencies</title>
<updated>2022-05-10T20:03:03+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-05-10T05:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=02e682881979cd87592ee1e8e39b7744b575829c'/>
<id>urn:sha1:02e682881979cd87592ee1e8e39b7744b575829c</id>
<content type='text'>
Take advantage of WixVersion/verutil functionality to support wider
range of version numbers were possible in the WiX Toolset

Completes 4666
</content>
</entry>
<entry>
<title>Improve error reporting wrt ExePackage and MsuPackage attributes</title>
<updated>2022-03-02T04:49:18+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-03-02T04:10:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=89c476396d7ad6ab7c596300ec082dd9c38b9121'/>
<id>urn:sha1:89c476396d7ad6ab7c596300ec082dd9c38b9121</id>
<content type='text'>
For example, DetectCondition is required when RepairArguments or
UninstallArguments present and always recommended. Also, non-permanent
ExePackages need UninstallArguments. The code was refactored to make
it easier to reason over the different requirements for different
package types.
</content>
</entry>
<entry>
<title>Add runtime testing for #6705.</title>
<updated>2022-02-09T23:09:11+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-02-08T19:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=652719fc9d4a6afc9fb016d2d379a04c0bf40e04'/>
<id>urn:sha1:652719fc9d4a6afc9fb016d2d379a04c0bf40e04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add failing dependency E2E tests.</title>
<updated>2022-01-21T23:29:12+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-01-21T22:25:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=af019d2b6d7b67df34355c038290d45366001ea9'/>
<id>urn:sha1:af019d2b6d7b67df34355c038290d45366001ea9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use IgnoreLanguage as workaround for #6705.</title>
<updated>2022-01-21T23:29:12+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-01-21T19:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=613fe40c487e1cbec118167939c13546a3ce9e80'/>
<id>urn:sha1:613fe40c487e1cbec118167939c13546a3ce9e80</id>
<content type='text'>
</content>
</entry>
</feed>
