<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/internal/SetBuildNumber, branch v4.0.5</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v4.0.5</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v4.0.5'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-01-28T17:22:41+00:00</updated>
<entry>
<title>Build tweaks to support VS 17.8...</title>
<updated>2024-01-28T17:22:41+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-11-27T03:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6a6f1eb8d4e86b63b455d6676455e6489ee147a4'/>
<id>urn:sha1:6a6f1eb8d4e86b63b455d6676455e6489ee147a4</id>
<content type='text'>
...because SemVer is just a suggestion.

- Also fix missing NuGet cleanup.
- And update NuGet^2 packages because v6.3.1 has vulnerabilities.
</content>
</entry>
<entry>
<title>Update to latest signing infrastructure</title>
<updated>2023-09-12T22:54:44+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-09-12T21:08:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=f8fa3bd2405759b7d77e0a85f917b880828e6cbf'/>
<id>urn:sha1:f8fa3bd2405759b7d77e0a85f917b880828e6cbf</id>
<content type='text'>
Fixes 7546
</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>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>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>
<entry>
<title>WiX Toolset v4-preview.1</title>
<updated>2022-11-11T16:48:30+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-11-11T15:40:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=7a4632adc0c7b1a363259abb4ed08b11ee3b2d87'/>
<id>urn:sha1:7a4632adc0c7b1a363259abb4ed08b11ee3b2d87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Separate WixInternal content from official WixToolset namespace</title>
<updated>2022-11-09T00:20:25+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-11-08T22:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=c843b47d6233153fa961c6d0e61edf7cedf255bb'/>
<id>urn:sha1:c843b47d6233153fa961c6d0e61edf7cedf255bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add NetFx .NET compatibility check for MSI (#262)</title>
<updated>2022-10-25T20:40:36+00:00</updated>
<author>
<name>StefanStojanovic</name>
<email>StefanStojanovic@users.noreply.github.com</email>
</author>
<published>2022-10-25T20:40:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=321c30138c82390ea5ad6b0a612dff294203a877'/>
<id>urn:sha1:321c30138c82390ea5ad6b0a612dff294203a877</id>
<content type='text'>
Adds new custom element in NetFx extension for running NetCoreCheck.exe
tool from within the MSI installer - `&lt;netfx:DotNetCompatibilityCheck
/&gt;`. The checks are run before evaluating launch conditions, so their
results can be used in those conditions. There is no limitation on the
number of checks that can be run, so installer may query various
runtimes on different platforms and versions and with different roll
forward policies.

Fixes https://github.com/wixtoolset/issues/issues/6264</content>
</entry>
<entry>
<title>Update several dependencies</title>
<updated>2022-10-19T20:23:21+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-19T05:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=56a698bcfd3774477eedb6f3f905af85049bef5a'/>
<id>urn:sha1:56a698bcfd3774477eedb6f3f905af85049bef5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to latest NuGet assemblies</title>
<updated>2022-10-19T20:23:21+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-18T22:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=004616aac171c2c2214ea117d31ec2cfa69263f4'/>
<id>urn:sha1:004616aac171c2c2214ea117d31ec2cfa69263f4</id>
<content type='text'>
</content>
</entry>
</feed>
