diff options
Diffstat (limited to '')
-rw-r--r-- | src/wix/heat/PayloadHarvester.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wix/heat/PayloadHarvester.cs b/src/wix/heat/PayloadHarvester.cs index 4bf625d1..fe7c8297 100644 --- a/src/wix/heat/PayloadHarvester.cs +++ b/src/wix/heat/PayloadHarvester.cs | |||
@@ -14,7 +14,7 @@ namespace WixToolset.Harvesters | |||
14 | /// <summary> | 14 | /// <summary> |
15 | /// Harvest WiX authoring for a payload from the file system. | 15 | /// Harvest WiX authoring for a payload from the file system. |
16 | /// </summary> | 16 | /// </summary> |
17 | internal class PayloadHarvester : BaseHarvesterExtension | 17 | public class PayloadHarvester : BaseHarvesterExtension |
18 | { | 18 | { |
19 | private bool setUniqueIdentifiers; | 19 | private bool setUniqueIdentifiers; |
20 | private WixBundlePackageType packageType; | 20 | private WixBundlePackageType packageType; |