diff options
author | Rob Mensching <rob@firegiant.com> | 2018-08-01 03:02:34 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-08-01 03:02:34 -0700 |
commit | 52005c7e6917f9866dd0b0de6993def16a72ed4b (patch) | |
tree | 59e32ad17a3ca5915c4cddbeaa83b58a73f0c3a5 /src/WixToolset.Core/Inscriber.cs | |
parent | 79473d778b6cc4c8eec93b92e3b244aed904dac1 (diff) | |
download | wix-52005c7e6917f9866dd0b0de6993def16a72ed4b.tar.gz wix-52005c7e6917f9866dd0b0de6993def16a72ed4b.tar.bz2 wix-52005c7e6917f9866dd0b0de6993def16a72ed4b.zip |
Major reduction in public surface area of WixToolset.Core
Diffstat (limited to 'src/WixToolset.Core/Inscriber.cs')
-rw-r--r-- | src/WixToolset.Core/Inscriber.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/Inscriber.cs b/src/WixToolset.Core/Inscriber.cs index efe64ad2..649e1661 100644 --- a/src/WixToolset.Core/Inscriber.cs +++ b/src/WixToolset.Core/Inscriber.cs | |||
@@ -1,6 +1,6 @@ | |||
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 | 3 | namespace WixToolset.Core |
4 | { | 4 | { |
5 | using System.IO; | 5 | using System.IO; |
6 | using WixToolset.Data; | 6 | using WixToolset.Data; |
@@ -8,7 +8,7 @@ namespace WixToolset | |||
8 | /// <summary> | 8 | /// <summary> |
9 | /// Converts a wixout representation of an MSM database into a ComponentGroup the form of WiX source. | 9 | /// Converts a wixout representation of an MSM database into a ComponentGroup the form of WiX source. |
10 | /// </summary> | 10 | /// </summary> |
11 | public sealed class Inscriber | 11 | internal class Inscriber |
12 | { | 12 | { |
13 | /// <summary> | 13 | /// <summary> |
14 | /// Gets or sets the temp files collection. | 14 | /// Gets or sets the temp files collection. |