<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/tools/heat, branch bob/wixbug_8740</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2Fwixbug_8740</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2Fwixbug_8740'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2023-04-19T16:18:55+00:00</updated>
<entry>
<title>Fix harvesting project names with invalid chars</title>
<updated>2023-04-19T16:18:55+00:00</updated>
<author>
<name>Mike Wileczka</name>
<email>22036740+mwileczka@users.noreply.github.com</email>
</author>
<published>2023-04-19T14:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=041558eb93368365ca397e16045e01454a603976'/>
<id>urn:sha1:041558eb93368365ca397e16045e01454a603976</id>
<content type='text'>
Project names with invalid characters, namely spaces, where not being harvested properly. The sanitized name is requires for the `Source="$(var.PROJECT_NAME` output. Updated harvest project unit test for project names with spaces.</content>
</entry>
<entry>
<title>Add Name to Payloads created during directory harvesting.</title>
<updated>2023-01-16T04:03:31+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2023-01-16T02:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=32024b526d129534b017d4e932f08e6a6f015102'/>
<id>urn:sha1:32024b526d129534b017d4e932f08e6a6f015102</id>
<content type='text'>
7161
</content>
</entry>
<entry>
<title>Implement SourceDir substitution for Payloads.</title>
<updated>2023-01-16T04:03:31+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2023-01-16T02:29:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=f4329d17538c14569ab7058c1c378aa5b2297b2c'/>
<id>urn:sha1:f4329d17538c14569ab7058c1c378aa5b2297b2c</id>
<content type='text'>
7160
</content>
</entry>
<entry>
<title>Correctly harvest registry files with multisz</title>
<updated>2022-12-07T01:29:07+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-12-06T23:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=fb0a8b74b598331dcf037d97a3adf89f5fe5ba92'/>
<id>urn:sha1:fb0a8b74b598331dcf037d97a3adf89f5fe5ba92</id>
<content type='text'>
Fixes 7044
</content>
</entry>
<entry>
<title>Automated code clean up</title>
<updated>2022-12-07T01:29:07+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-12-06T23:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=aa591db212c3df5a5c9f501c01fb1fbf2deadb7c'/>
<id>urn:sha1:aa591db212c3df5a5c9f501c01fb1fbf2deadb7c</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>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>Add direct reference to System.Configuration.ConfigurationManager</title>
<updated>2022-08-17T06:21:06+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-08-17T05:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=0d392536d4ff790795f8ae361a37b04506ef2b8c'/>
<id>urn:sha1:0d392536d4ff790795f8ae361a37b04506ef2b8c</id>
<content type='text'>
MSBuild seems to have introduced a breaking change which requires
referencing a later System.Configuration.ConfigurationManager
for netcoreapp heat working with MSBuild.

Fixes 6868
</content>
</entry>
<entry>
<title>Update heat to use StandardDirectory element</title>
<updated>2022-08-17T06:21:06+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-08-17T01:11:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=94e722baab4e848a615812a45fecc8322335d1f0'/>
<id>urn:sha1:94e722baab4e848a615812a45fecc8322335d1f0</id>
<content type='text'>
Fixes 6631
</content>
</entry>
<entry>
<title>Improve command line error reporting and remove some unused errors</title>
<updated>2022-08-15T13:49:36+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-08-14T21:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=91b8fb6f3215e9e652ac036f756dec383267adad'/>
<id>urn:sha1:91b8fb6f3215e9e652ac036f756dec383267adad</id>
<content type='text'>
Fixes 6468
</content>
</entry>
</feed>
