Skip to content

Commit

Permalink
Add version output
Browse files Browse the repository at this point in the history
  • Loading branch information
tfurci committed Nov 8, 2023
1 parent 5742381 commit 1b73c48
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions maw-muter/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ static async Task Main(string[] args)
{
await ListAudioProcesses();
}
else if (command.Equals("version", StringComparison.OrdinalIgnoreCase))
{
Console.WriteLine("Version v2.0.0");
}
else
{
Console.WriteLine("Invalid command. Please use 'mute' or 'list'.");
Expand Down
Binary file modified maw-muter/bin/Release/maw-muter.exe
Binary file not shown.
Binary file modified maw-muter/bin/Release/maw-muter.pdb
Binary file not shown.
Binary file modified maw-muter/obj/Release/maw-muter.exe
Binary file not shown.
Binary file modified maw-muter/obj/Release/maw-muter.pdb
Binary file not shown.

0 comments on commit 1b73c48

Please sign in to comment.