Skip to content

Commit 2a42d96

Browse files
committed
Added Windows Terminal binaries
1 parent bfa5ae6 commit 2a42d96

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CommandSpy.exe

0 Bytes
Binary file not shown.

CommandSpy/MainWindow.xaml.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ private void MainWindow_Loaded(object sender, RoutedEventArgs e)
158158
"vsjitdebugger.exe",
159159
"wfc.exe",
160160
"wsl.exe",
161+
"wt.exe",
162+
"openconsole.exe",
163+
"pwsh.exe"
161164
};
162165
Subscribe();
163166
}

CommandSpy/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("Andy Smith")]
1414
[assembly: AssemblyProduct("Command Spy")]
15-
[assembly: AssemblyCopyright("Copyright © 2022")]
15+
[assembly: AssemblyCopyright("Copyright © 2023")]
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
1818

@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.1.0")]
55-
[assembly: AssemblyFileVersion("1.0.1.0")]
54+
[assembly: AssemblyVersion("1.0.2.0")]
55+
[assembly: AssemblyFileVersion("1.0.2.0")]

0 commit comments

Comments
 (0)