aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Mba.Core/IBundleInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Mba.Core/IBundleInfo.cs')
-rw-r--r--src/WixToolset.Mba.Core/IBundleInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Mba.Core/IBundleInfo.cs b/src/WixToolset.Mba.Core/IBundleInfo.cs
index 3d5b067e..d471c677 100644
--- a/src/WixToolset.Mba.Core/IBundleInfo.cs
+++ b/src/WixToolset.Mba.Core/IBundleInfo.cs
@@ -11,6 +11,6 @@ namespace WixToolset.Mba.Core
11 IDictionary<string, IPackageInfo> Packages { get; } 11 IDictionary<string, IPackageInfo> Packages { get; }
12 bool PerMachine { get; } 12 bool PerMachine { get; }
13 13
14 void AddRelatedBundleAsPackage(DetectRelatedBundleEventArgs e); 14 IPackageInfo AddRelatedBundleAsPackage(DetectRelatedBundleEventArgs e);
15 } 15 }
16} \ No newline at end of file 16} \ No newline at end of file