diff options
Diffstat (limited to 'src/api/burn/WixToolset.Mba.Core/IEngine.cs')
-rw-r--r-- | src/api/burn/WixToolset.Mba.Core/IEngine.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/api/burn/WixToolset.Mba.Core/IEngine.cs b/src/api/burn/WixToolset.Mba.Core/IEngine.cs index 7ffa80d7..dde97a70 100644 --- a/src/api/burn/WixToolset.Mba.Core/IEngine.cs +++ b/src/api/burn/WixToolset.Mba.Core/IEngine.cs | |||
@@ -149,7 +149,8 @@ namespace WixToolset.Mba.Core | |||
149 | /// <param name="size">Size of the expected update.</param> | 149 | /// <param name="size">Size of the expected update.</param> |
150 | /// <param name="hashType">Type of the hash expected on the update.</param> | 150 | /// <param name="hashType">Type of the hash expected on the update.</param> |
151 | /// <param name="hash">Optional hash expected for the update.</param> | 151 | /// <param name="hash">Optional hash expected for the update.</param> |
152 | void SetUpdate(string localSource, string downloadSource, long size, UpdateHashType hashType, string hash); | 152 | /// <param name="updatePackageId">Optional package id for the update.</param> |
153 | void SetUpdate(string localSource, string downloadSource, long size, UpdateHashType hashType, string hash, string updatePackageId); | ||
153 | 154 | ||
154 | /// <summary> | 155 | /// <summary> |
155 | /// Sets the URL to the update feed. | 156 | /// Sets the URL to the update feed. |