diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-10-26 13:40:49 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-10-26 13:56:11 -0700 |
| commit | 6eab6255f832007886c4b01861dc39d5582177ef (patch) | |
| tree | cb3e11ad38046ed74eede94126c9923e4dfc287b /src/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs | |
| parent | f01d284101e95d490497062c2dc9065423d0cf37 (diff) | |
| download | wix-6eab6255f832007886c4b01861dc39d5582177ef.tar.gz wix-6eab6255f832007886c4b01861dc39d5582177ef.tar.bz2 wix-6eab6255f832007886c4b01861dc39d5582177ef.zip | |
Update to WindowsInstallerData rename from Data
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs index 889d5df2..f9e3bd5a 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs | |||
| @@ -11,13 +11,13 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 11 | 11 | ||
| 12 | internal class UpdateMediaSequencesCommand | 12 | internal class UpdateMediaSequencesCommand |
| 13 | { | 13 | { |
| 14 | public UpdateMediaSequencesCommand(Output output, List<FileFacade> fileFacades) | 14 | public UpdateMediaSequencesCommand(WindowsInstallerData output, List<FileFacade> fileFacades) |
| 15 | { | 15 | { |
| 16 | this.Output = output; | 16 | this.Output = output; |
| 17 | this.FileFacades = fileFacades; | 17 | this.FileFacades = fileFacades; |
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | private Output Output { get; } | 20 | private WindowsInstallerData Output { get; } |
| 21 | 21 | ||
| 22 | private List<FileFacade> FileFacades { get; } | 22 | private List<FileFacade> FileFacades { get; } |
| 23 | 23 | ||
