<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/ext/Firewall, 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>2025-02-15T03:29:39+00:00</updated>
<entry>
<title>Convert ext\ to MSTest and traversal projects.</title>
<updated>2025-02-15T03:29:39+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-02-15T03:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a181c02fd5ef6d601a98778a5c9e20b5c52779ca'/>
<id>urn:sha1:a181c02fd5ef6d601a98778a5c9e20b5c52779ca</id>
<content type='text'>
- Move ext\ unit tests to MSTest.
- MSBuildify ext projects with MSTest execution.
- Fork test support projects for MSTest:
  - WixInternal.TestSupport
  - WixInternal.Core.TestPackage
</content>
</entry>
<entry>
<title>CreateGroups additions</title>
<updated>2025-02-12T07:14:49+00:00</updated>
<author>
<name>Bevan Weiss</name>
<email>bevan.weiss@gmail.com</email>
</author>
<published>2024-06-18T09:03:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=7b1bb025dea1d1e9e144cce0dcbba2d86f053b8f'/>
<id>urn:sha1:7b1bb025dea1d1e9e144cce0dcbba2d86f053b8f</id>
<content type='text'>
Signed-off-by: Bevan Weiss &lt;bevan.weiss@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix missing WixToolset.Firewall.wixext version</title>
<updated>2024-07-12T17:50:13+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-07-12T06:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=2b0dff9c5225e3cfddbc1b5a4e78e99f0b0221e4'/>
<id>urn:sha1:2b0dff9c5225e3cfddbc1b5a4e78e99f0b0221e4</id>
<content type='text'>
Fixes 8624
</content>
</entry>
<entry>
<title>Use the correct case for firewall attribute values</title>
<updated>2024-03-25T00:49:37+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-24T20:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=8db36166ee5a051983025c3311ebb654e5c2e5d9'/>
<id>urn:sha1:8db36166ee5a051983025c3311ebb654e5c2e5d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Profile column definition.</title>
<updated>2024-03-18T18:38:06+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-03-17T16:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=db7727a8b38e9ca118792c1f22835b3291314869'/>
<id>urn:sha1:db7727a8b38e9ca118792c1f22835b3291314869</id>
<content type='text'>
It's a formatted field but was too short.

Fixes https://github.com/wixtoolset/issues/issues/8043.
</content>
</entry>
<entry>
<title>Cleaning up a typo and a missed commit.</title>
<updated>2024-02-27T22:33:39+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-02-27T21:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=d1b711af0d33713f29f583f9c9a17b54d9a90df3'/>
<id>urn:sha1:d1b711af0d33713f29f583f9c9a17b54d9a90df3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use camelCase attribute values.</title>
<updated>2024-02-27T17:28:30+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-02-27T03:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=58d81bb1b6f7d7c6104914b3070dac95f16877c4'/>
<id>urn:sha1:58d81bb1b6f7d7c6104914b3070dac95f16877c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to `virtual` access modifiers...</title>
<updated>2024-02-17T00:20:19+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-02-16T23:34:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=3fa17617b89d62103cc35b37424ab6fa5b9f08be'/>
<id>urn:sha1:3fa17617b89d62103cc35b37424ab6fa5b9f08be</id>
<content type='text'>
...from `Overridable="yes"`.

Fixes https://github.com/wixtoolset/issues/issues/7981 for WiX v5.
</content>
</entry>
<entry>
<title>Link localizations from WixExtensions the same as sections</title>
<updated>2023-12-16T22:32:21+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-12-06T23:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=7be5d94529c8419b4bd5da4dcd838795622643cb'/>
<id>urn:sha1:7be5d94529c8419b4bd5da4dcd838795622643cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pretty up build output</title>
<updated>2023-12-16T22:32:21+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-12-06T19:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e'/>
<id>urn:sha1:1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e</id>
<content type='text'>
</content>
</entry>
</feed>
