diff options
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.WixBA/Model.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/WixToolset.WixBA/Model.cs b/src/WixToolset.WixBA/Model.cs index 9f03e95b..25415e0f 100644 --- a/src/WixToolset.WixBA/Model.cs +++ b/src/WixToolset.WixBA/Model.cs | |||
@@ -1,11 +1,11 @@ | |||
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.UX | 3 | namespace WixToolset.WixBA |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using System.Collections.Generic; | 6 | using System.Collections.Generic; |
7 | using System.Net; | 7 | using System.Net; |
8 | using WixToolset.Bootstrapper; | 8 | using WixToolset.BootstrapperCore; |
9 | 9 | ||
10 | /// <summary> | 10 | /// <summary> |
11 | /// The model. | 11 | /// The model. |
@@ -17,9 +17,9 @@ namespace WixToolset.UX | |||
17 | private const string BurnBundleVersionVariable = "WixBundleVersion"; | 17 | private const string BurnBundleVersionVariable = "WixBundleVersion"; |
18 | 18 | ||
19 | /// <summary> | 19 | /// <summary> |
20 | /// Creates a new model for the UX. | 20 | /// Creates a new model for the BA. |
21 | /// </summary> | 21 | /// </summary> |
22 | /// <param name="bootstrapper">Bootstrapper hosting the UX.</param> | 22 | /// <param name="bootstrapper">The BA.</param> |
23 | public Model(BootstrapperApplication bootstrapper) | 23 | public Model(BootstrapperApplication bootstrapper) |
24 | { | 24 | { |
25 | this.Bootstrapper = bootstrapper; | 25 | this.Bootstrapper = bootstrapper; |