aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Mba.Core/IBundleInfo.cs
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-05-15 17:18:36 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-05-16 21:47:46 +1000
commit9010bd828e70e91523ed74733cc371eec09f58bb (patch)
tree9d40b796b6b29474122bcf0fb99bc717f83e7cf1 /src/WixToolset.Mba.Core/IBundleInfo.cs
parent780cd25e41f2d2982807a0a2a24a734684d27fe6 (diff)
downloadwix-9010bd828e70e91523ed74733cc371eec09f58bb.tar.gz
wix-9010bd828e70e91523ed74733cc371eec09f58bb.tar.bz2
wix-9010bd828e70e91523ed74733cc371eec09f58bb.zip
WIXFEAT:6164 Update BAL_INFO_PACKAGE with bal specific data.
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