<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/tools, branch v4.0.0-preview.1</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v4.0.0-preview.1</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v4.0.0-preview.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2022-11-09T00:20:25+00:00</updated>
<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>Ensure all published .nupkgs have an icon</title>
<updated>2022-11-09T00:20:25+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-11-08T20:50:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=7e498d6348c26583972ea1cdf7d51dadc8f5b792'/>
<id>urn:sha1:7e498d6348c26583972ea1cdf7d51dadc8f5b792</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Normalize SectionType and OutputType "Product" to "Package"</title>
<updated>2022-11-04T21:11:42+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-11-04T20:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=dd9a9271d49ab9b9231152e8b7f3128294fd342e'/>
<id>urn:sha1:dd9a9271d49ab9b9231152e8b7f3128294fd342e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Name the bind path item group "BindPath" in MSBuild</title>
<updated>2022-10-15T18:45:54+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-15T05:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=e550b63845a90e1a9452060b50a00ca5d9ee8c67'/>
<id>urn:sha1:e550b63845a90e1a9452060b50a00ca5d9ee8c67</id>
<content type='text'>
Closes 6959
</content>
</entry>
<entry>
<title>Normalize ToolsetTask implementation to call wix.exe and heat.exe</title>
<updated>2022-10-15T03:13:50+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-13T05:01:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=07b3d459ea0a45cbef29b98d283edafbab26462a'/>
<id>urn:sha1:07b3d459ea0a45cbef29b98d283edafbab26462a</id>
<content type='text'>
Share the ToolsetTask implementation that can find .NET Core and
.NET Framework with multiple architectures.

Fixes 6951
</content>
</entry>
<entry>
<title>Run wix.exe out of proc</title>
<updated>2022-10-15T03:13:50+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-06T18:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=5567239a9411aac769a34f2c65b80a523a577ad7'/>
<id>urn:sha1:5567239a9411aac769a34f2c65b80a523a577ad7</id>
<content type='text'>
"wix build" will load assemblies to read metadata which can cause
the assemblies to get locked in the process. Since MSBuild keeps
build processes alive this can cause work done by in-proc MSBuild
tasks (like the WixBuild) to get stuck. Moving the "wix build" out
of proc avoids any of those issues.

Moving out of proc also allows the WiX tasks to be AnyCPU which
simplifies the wix.targets (although did need to add code to find
the .NET Framework wix.exe).

Fixes 6595
</content>
</entry>
<entry>
<title>Run tests in bulk to improve performance</title>
<updated>2022-10-04T21:23:47+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-03T22:55:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=21ea5adcc788bbecd81e475277aba927ec66c860'/>
<id>urn:sha1:21ea5adcc788bbecd81e475277aba927ec66c860</id>
<content type='text'>
The fewer executions of "dotnet test" the better so batch up calls
by referencing multiple assembly DLLs.
</content>
</entry>
<entry>
<title>Standardize on .NET 6 as the minimum for .NET Core platform.</title>
<updated>2022-10-03T19:29:27+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-01T09:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=464575def4341d65bc3fa72298798755cdee527e'/>
<id>urn:sha1:464575def4341d65bc3fa72298798755cdee527e</id>
<content type='text'>
Closes 6942
</content>
</entry>
<entry>
<title>Centralize test project configuration with IsWixTestProject</title>
<updated>2022-09-23T16:50:52+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-09-03T17:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=7a86b33a38f29b315e8f08759eba42e8fe296fd7'/>
<id>urn:sha1:7a86b33a38f29b315e8f08759eba42e8fe296fd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure ThmViewer can load relative paths.</title>
<updated>2022-09-06T01:57:49+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2022-09-06T01:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=f61479585d865372645cb18c982aa708dd975da3'/>
<id>urn:sha1:f61479585d865372645cb18c982aa708dd975da3</id>
<content type='text'>
</content>
</entry>
</feed>
