diff options
Diffstat (limited to 'src/WixToolset.Extensibility/IExtensionFactory.cs')
-rw-r--r-- | src/WixToolset.Extensibility/IExtensionFactory.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/IExtensionFactory.cs b/src/WixToolset.Extensibility/IExtensionFactory.cs index 234f64fa..f86fdde0 100644 --- a/src/WixToolset.Extensibility/IExtensionFactory.cs +++ b/src/WixToolset.Extensibility/IExtensionFactory.cs | |||
@@ -1,9 +1,12 @@ | |||
1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | 1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. |
2 | 2 | ||
3 | namespace WixToolset.Extensibility | 3 | namespace WixToolset.Extensibility |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | 6 | ||
7 | /// <summary> | ||
8 | /// Implementations may request an IWixToolsetCoreServiceProvider at instantiation by having a single parameter constructor for it. | ||
9 | /// </summary> | ||
7 | public interface IExtensionFactory | 10 | public interface IExtensionFactory |
8 | { | 11 | { |
9 | /// <summary> | 12 | /// <summary> |