diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-19 19:20:41 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-19 19:22:41 -0700 |
commit | 5d19bfbf7c509dcb5461b0779f511b3b434b638b (patch) | |
tree | 543c557a31c63f7a1070459c89a6a096d79f5a32 | |
parent | 5df3b188583697ca6f3910224e2135e8bacc56f0 (diff) | |
download | wix-5d19bfbf7c509dcb5461b0779f511b3b434b638b.tar.gz wix-5d19bfbf7c509dcb5461b0779f511b3b434b638b.tar.bz2 wix-5d19bfbf7c509dcb5461b0779f511b3b434b638b.zip |
Integrate latest Extensibility changes
-rw-r--r-- | src/WixToolset.Converters/ConverterExtensionCommandLine.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Converters/ConverterExtensionCommandLine.cs b/src/WixToolset.Converters/ConverterExtensionCommandLine.cs index 8d740a3a..06d3658c 100644 --- a/src/WixToolset.Converters/ConverterExtensionCommandLine.cs +++ b/src/WixToolset.Converters/ConverterExtensionCommandLine.cs | |||
@@ -21,7 +21,7 @@ namespace WixToolset.Converters | |||
21 | 21 | ||
22 | private IServiceProvider ServiceProvider { get; } | 22 | private IServiceProvider ServiceProvider { get; } |
23 | 23 | ||
24 | public override IEnumerable<ExtensionCommandLineSwitch> CommandLineSwitches => new ExtensionCommandLineSwitch[] | 24 | public override IReadOnlyCollection<ExtensionCommandLineSwitch> CommandLineSwitches => new ExtensionCommandLineSwitch[] |
25 | { | 25 | { |
26 | new ExtensionCommandLineSwitch { Switch = "convert", Description = "Convert v3 source code to v4 source code." }, | 26 | new ExtensionCommandLineSwitch { Switch = "convert", Description = "Convert v3 source code to v4 source code." }, |
27 | new ExtensionCommandLineSwitch { Switch = "format", Description = "Ensures consistent formatting of source code." }, | 27 | new ExtensionCommandLineSwitch { Switch = "format", Description = "Ensures consistent formatting of source code." }, |