From e7cc357c64bb06313320e4ec13e631fac758714e Mon Sep 17 00:00:00 2001 From: Gabe Stocco <98900+gfs@users.noreply.github.com> Date: Tue, 25 May 2021 18:22:30 -0700 Subject: [PATCH] Gfs/#579 (#582) * Set version to '2.4-alpha' * Update Readme.md (#581) * Update README.md * Some cleanup * Update OpenPortCollector.cs * Update CommandOptions.cs * Fix Getting Process Names * Update EventLogCollector.cs * Update FileSystemMonitor.cs * Update CollectorTests.cs * Update CollectorTests.cs * Update CollectorTests.cs * Update CollectorTests.cs * Update version.json * Update version.json --- .../CollectorOptions/FileCollectorOptions.razor | 12 ++++++------ .../CollectorOptions/RegistryCollectorOptions.razor | 10 +++++----- .../MonitorOptions/FileMonitorOptions.razor | 10 +++++----- Lib/Collectors/EventLogCollector.cs | 4 ++++ Lib/Collectors/FileSystemMonitor.cs | 2 +- Lib/Collectors/OpenPortCollector.cs | 6 ++---- Lib/Objects/CommandOptions.cs | 10 +++++----- Lib/Utils/Win32OpenPortListenerHelper.cs | 2 +- Tests/CollectorTests.cs | 2 +- version.json | 2 +- 10 files changed, 31 insertions(+), 29 deletions(-) diff --git a/Cli/Components/CollectorOptions/FileCollectorOptions.razor b/Cli/Components/CollectorOptions/FileCollectorOptions.razor index 914fe494e..a53035f85 100644 --- a/Cli/Components/CollectorOptions/FileCollectorOptions.razor +++ b/Cli/Components/CollectorOptions/FileCollectorOptions.razor @@ -24,9 +24,9 @@