<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/tools/heat, branch bob/DecrashUtilDecompiler</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FDecrashUtilDecompiler</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FDecrashUtilDecompiler'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2025-01-23T13:44:13+00:00</updated>
<entry>
<title>Emit deprecation warning for Heat.</title>
<updated>2025-01-23T13:44:13+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2025-01-23T03:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=63223d5c023846ab7b4cef222326c913d2e0521f'/>
<id>urn:sha1:63223d5c023846ab7b4cef222326c913d2e0521f</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/8913
</content>
</entry>
<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>Audit all transitive dependencies and fix latest vulnerabilities</title>
<updated>2024-12-27T22:44:54+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-12-27T21:57:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a076b9d72486328d8dc95675daae417a3c07d6d6'/>
<id>urn:sha1:a076b9d72486328d8dc95675daae417a3c07d6d6</id>
<content type='text'>
Also, standardize .NET Core TFMs listed before .NET Framework TFMs for no
reason but to be consistent
</content>
</entry>
<entry>
<title>Fix Heat Harvesting for x64 Dlls</title>
<updated>2024-12-26T16:26:57+00:00</updated>
<author>
<name>Nico-Ko</name>
<email>N.Koch@beckhoff.com</email>
</author>
<published>2024-12-03T09:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=47b717cf007bab2ae39012015951c1ec9c493098'/>
<id>urn:sha1:47b717cf007bab2ae39012015951c1ec9c493098</id>
<content type='text'>
Fixes: wixtoolset/issues#8803
</content>
</entry>
<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>
</feed>
