diff options
Diffstat (limited to 'src/wix/heat/AssemblyHarvester.cs')
-rw-r--r-- | src/wix/heat/AssemblyHarvester.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wix/heat/AssemblyHarvester.cs b/src/wix/heat/AssemblyHarvester.cs index be61f275..37af4840 100644 --- a/src/wix/heat/AssemblyHarvester.cs +++ b/src/wix/heat/AssemblyHarvester.cs | |||
@@ -10,7 +10,7 @@ namespace WixToolset.Harvesters | |||
10 | /// <summary> | 10 | /// <summary> |
11 | /// Harvest WiX authoring from an assembly file. | 11 | /// Harvest WiX authoring from an assembly file. |
12 | /// </summary> | 12 | /// </summary> |
13 | internal class AssemblyHarvester | 13 | public class AssemblyHarvester |
14 | { | 14 | { |
15 | /// <summary> | 15 | /// <summary> |
16 | /// Harvest the registry values written by RegisterAssembly. | 16 | /// Harvest the registry values written by RegisterAssembly. |