From e31094d22e0f11f1cf0a83483519deabd1a60830 Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Tue, 7 Nov 2023 11:57:19 -0700 Subject: [PATCH] Claned up psd per RH-TLagrone --- Source/F7History.psd1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/F7History.psd1 b/Source/F7History.psd1 index bf0da9e..c031f9b 100644 --- a/Source/F7History.psd1 +++ b/Source/F7History.psd1 @@ -5,13 +5,13 @@ @{ # Script module or binary module file associated with this manifest. -RootModule = '.\F7History.psm1' +RootModule = 'F7History.psm1' # Version number of this module. ModuleVersion = '0.0.0' # Supported PSEditions -# CompatiblePSEditions = @() +CompatiblePSEditions = 'Core' # ID used to uniquely identify this module GUID = 'af35b6c1-758f-4d46-92ae-ac18cb9c983d' @@ -32,7 +32,7 @@ Description = 'Press F7 to get a graphical Command History in Powershell.' # PowerShellVersion = '' # Name of the PowerShell host required by this module -# PowerShellHostName = '' +PowerShellHostName = '7.2' # Minimum version of the PowerShell host required by this module # PowerShellHostVersion = ''