diff --git a/CylanceApiTools.psd1 b/CylanceApiTools.psd1 index 60d490d..5cedd41 100644 --- a/CylanceApiTools.psd1 +++ b/CylanceApiTools.psd1 @@ -8,7 +8,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.42' + ModuleVersion = '1.43' # Supported PSEditions CompatiblePSEditions = @("Core") diff --git a/modules/Helpers.ps1 b/modules/Helpers.ps1 index 9a2e5db..6b0c0ff 100644 --- a/modules/Helpers.ps1 +++ b/modules/Helpers.ps1 @@ -279,7 +279,7 @@ function Add-MemProtectionActionDescription { $memProtectionActions = $MyInvocation.MyCommand.Module.PrivateData["memProtectionActions"] if ($memProtectionActions.ContainsKey($([int32]$memProtectionEvent.action))) { - $memProtectionEvent | Add-Member -NotePropertyName "action_description" -NotePropertyValue $($memProtectionActions.$([int32]$evmemProtectionEventent.action)) + $memProtectionEvent | Add-Member -NotePropertyName "action_description" -NotePropertyValue $($memProtectionActions.$([int32]$memProtectionEvent.action)) } } function Add-MemProtectionViolationTypeDescription {