diff options
Diffstat (limited to '')
-rw-r--r-- | src/wix/heat/IIsHeatExtension.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wix/heat/IIsHeatExtension.cs b/src/wix/heat/IIsHeatExtension.cs index 94e11a68..8ad87bbc 100644 --- a/src/wix/heat/IIsHeatExtension.cs +++ b/src/wix/heat/IIsHeatExtension.cs | |||
@@ -8,7 +8,7 @@ namespace WixToolset.Harvesters | |||
8 | /// <summary> | 8 | /// <summary> |
9 | /// An IIS harvesting extension for the WiX Toolset Harvester application. | 9 | /// An IIS harvesting extension for the WiX Toolset Harvester application. |
10 | /// </summary> | 10 | /// </summary> |
11 | internal class IIsHeatExtension : BaseHeatExtension | 11 | public class IIsHeatExtension : BaseHeatExtension |
12 | { | 12 | { |
13 | /// <summary> | 13 | /// <summary> |
14 | /// Gets the supported command line types for this extension. | 14 | /// Gets the supported command line types for this extension. |