<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/test/burn/TestData/BAFunctionsTests, branch bob/MSTestTraversal</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FMSTestTraversal</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FMSTestTraversal'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-12-30T14:45:49+00:00</updated>
<entry>
<title>Rename "bundle id" concept to "bundle code"</title>
<updated>2024-12-30T14:45:49+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-12-30T02:01:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=523c66a62a619e6aa9f30070173ea33edfb5e328'/>
<id>urn:sha1:523c66a62a619e6aa9f30070173ea33edfb5e328</id>
<content type='text'>
The "bundle id" always had more in common with the PackageCode from the Windows
Installer. With the introduction of an actual Id attribute on the Bundle
element, there is potential for confusion, so there is finally real motivation
to rename "bundle id" to "bundle code".
</content>
</entry>
<entry>
<title>Typos are bad; visible typos are an abomination.</title>
<updated>2024-11-11T01:14:39+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-11-10T19:11:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=f440fb317c630e7bc6d4ee4d657a200654e2f876'/>
<id>urn:sha1:f440fb317c630e7bc6d4ee4d657a200654e2f876</id>
<content type='text'>
At least one person makes the same typo almost-but-not-quite everywhere.
</content>
</entry>
<entry>
<title>Update tests to use TestVersion property instead of generic Version property</title>
<updated>2024-04-25T20:31:39+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-04-25T18:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a500693e3c9e94304c8b9a8229203b2b750900aa'/>
<id>urn:sha1:a500693e3c9e94304c8b9a8229203b2b750900aa</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Simplify BootstrapperApplication header files</title>
<updated>2024-03-21T20:07:14+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-21T07:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=90cdebbe94c7f60db86965ffb97d9ba51d0bc9fc'/>
<id>urn:sha1:90cdebbe94c7f60db86965ffb97d9ba51d0bc9fc</id>
<content type='text'>
Take this breaking change opportunity to simplify the header files used by
BA devs.
</content>
</entry>
<entry>
<title>Move wixstdba functions to Bal.wixext build</title>
<updated>2024-03-07T18:55:57+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-07T09:44:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=dea25ba9bcfd65200b60339c2e4bc060cdf20723'/>
<id>urn:sha1:dea25ba9bcfd65200b60339c2e4bc060cdf20723</id>
<content type='text'>
</content>
</entry>
<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>Move the BootstrapperApplication out of proc</title>
<updated>2024-03-07T02:03:38+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-01-12T02:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=0d3d54992104288e9ee0c834d0b96e8502fd2d42'/>
<id>urn:sha1:0d3d54992104288e9ee0c834d0b96e8502fd2d42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Automate the test for GetRelatedBundleVariable.</title>
<updated>2022-11-11T05:49:10+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-11-11T04:48:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=209c92111928a98972d7f0f9d6d620ab566564d9'/>
<id>urn:sha1:209c92111928a98972d7f0f9d6d620ab566564d9</id>
<content type='text'>
</content>
</entry>
</feed>
