diff options
author | Bob Arnson <bob@joyofsetup.com> | 2018-11-29 14:02:44 -0500 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2018-11-29 14:06:48 -0500 |
commit | 6ed8d107e6edf16956c778bda3573f8d7a7690fc (patch) | |
tree | e13f493aa4f446b842790d25cf8f3318f358bd7d /src/wixext/UtilExtensionFactory.cs | |
parent | 8904e039333cf3121ead1c203b5ab86522dfba50 (diff) | |
download | wix-6ed8d107e6edf16956c778bda3573f8d7a7690fc.tar.gz wix-6ed8d107e6edf16956c778bda3573f8d7a7690fc.tar.bz2 wix-6ed8d107e6edf16956c778bda3573f8d7a7690fc.zip |
Update extension for latest changes in WixToolset.Extensibility.
Diffstat (limited to 'src/wixext/UtilExtensionFactory.cs')
-rw-r--r-- | src/wixext/UtilExtensionFactory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixext/UtilExtensionFactory.cs b/src/wixext/UtilExtensionFactory.cs index 07bfae85..0f87a1ff 100644 --- a/src/wixext/UtilExtensionFactory.cs +++ b/src/wixext/UtilExtensionFactory.cs | |||
@@ -12,7 +12,7 @@ namespace WixToolset.Util | |||
12 | { | 12 | { |
13 | typeof(UtilCompiler), | 13 | typeof(UtilCompiler), |
14 | typeof(UtilExtensionData), | 14 | typeof(UtilExtensionData), |
15 | typeof(UtilWindowsInstallerBackendExtension), | 15 | typeof(UtilWindowsInstallerBackendBinderExtension), |
16 | }; | 16 | }; |
17 | } | 17 | } |
18 | } | 18 | } |