diff options
Diffstat (limited to 'src/WixToolset.Core/CommandLine/VersionCommand.cs')
-rw-r--r-- | src/WixToolset.Core/CommandLine/VersionCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
4 | 4 | ||
5 | namespace WixToolset.Core | 5 | namespace WixToolset.Core |
6 | { | 6 | { |
7 | internal class VersionCommand : ICommand | 7 | internal class VersionCommand : ICommandLineCommand |
8 | { | 8 | { |
9 | public int Execute() | 9 | public int Execute() |
10 | { | 10 | { |