diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-10-24 21:06:06 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@robmensching.com> | 2018-10-24 21:17:34 -0700 |
| commit | 7a2859709034f7f4f048a0757779a6e2fee6df5b (patch) | |
| tree | 6a5519b5ffa7adf97b4962bc40d83716accf9e4e /src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs | |
| parent | f195604266cb2b675d31c21df343e1f2ac8bdb0c (diff) | |
| download | wix-7a2859709034f7f4f048a0757779a6e2fee6df5b.tar.gz wix-7a2859709034f7f4f048a0757779a6e2fee6df5b.tar.bz2 wix-7a2859709034f7f4f048a0757779a6e2fee6df5b.zip | |
Update to fixed "binder" names in interfaces
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs index a85312c4..88be831e 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs | |||
| @@ -64,7 +64,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 64 | /// </summary> | 64 | /// </summary> |
| 65 | public CompressionLevel? DefaultCompressionLevel { private get; set; } | 65 | public CompressionLevel? DefaultCompressionLevel { private get; set; } |
| 66 | 66 | ||
| 67 | public IEnumerable<IWindowsInstallerBackendExtension> BackendExtensions { private get; set; } | 67 | public IEnumerable<IWindowsInstallerBackendBinderExtension> BackendExtensions { private get; set; } |
| 68 | 68 | ||
| 69 | public Output Output { private get; set; } | 69 | public Output Output { private get; set; } |
| 70 | 70 | ||
