@joebigelow / wix-1 / commits / 5d19bfbf

Integrate latest Extensibility changes

Rob Mensching committed Apr 19, 2021 at 19:20 UTC 5d19bfbf7c509dcb5461b0779f511b3b434b638b
1 file changed +1 -1
src/WixToolset.Converters/ConverterExtensionCommandLine.cs
+1 -1
@@ -21,7 +21,7 @@ namespace WixToolset.Converters
21
22 private IServiceProvider ServiceProvider { get; }
23
24 - public override IEnumerable<ExtensionCommandLineSwitch> CommandLineSwitches => new ExtensionCommandLineSwitch[]
24 + public override IReadOnlyCollection<ExtensionCommandLineSwitch> CommandLineSwitches => new ExtensionCommandLineSwitch[]
25 {
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." },