aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Mba.Core/IBootstrapperCommand.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Mba.Core/IBootstrapperCommand.cs')
-rw-r--r--src/WixToolset.Mba.Core/IBootstrapperCommand.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.Mba.Core/IBootstrapperCommand.cs b/src/WixToolset.Mba.Core/IBootstrapperCommand.cs
index 332b4c3b..fc7d1fc2 100644
--- a/src/WixToolset.Mba.Core/IBootstrapperCommand.cs
+++ b/src/WixToolset.Mba.Core/IBootstrapperCommand.cs
@@ -1,8 +1,9 @@
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
3namespace WixToolset.BootstrapperCore 3namespace WixToolset.Mba.Core
4{ 4{
5 using System; 5 using System;
6 using WixToolset.BootstrapperCore;
6 7
7 /// <summary> 8 /// <summary>
8 /// Command information passed from the engine for the BA to perform. 9 /// Command information passed from the engine for the BA to perform.