From fbf986eb97f68396797a89fc7d40dec07b775440 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 7 Oct 2017 15:07:20 -0700 Subject: Rename ICommand to ICommandLineCommand Removes conflicts with existing ICommand. More refactoring coming. --- src/WixToolset.Core/CommandLine/VersionCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WixToolset.Core/CommandLine/VersionCommand.cs') diff --git a/src/WixToolset.Core/CommandLine/VersionCommand.cs b/src/WixToolset.Core/CommandLine/VersionCommand.cs index a1980a2b..d13e07a3 100644 --- a/src/WixToolset.Core/CommandLine/VersionCommand.cs +++ b/src/WixToolset.Core/CommandLine/VersionCommand.cs @@ -4,7 +4,7 @@ using System; namespace WixToolset.Core { - internal class VersionCommand : ICommand + internal class VersionCommand : ICommandLineCommand { public int Execute() { -- cgit v1.2.3-55-g6feb