From a1919623d0d1d9d430d9afef7a75eb02f925dd63 Mon Sep 17 00:00:00 2001 From: Shaun Lawrie Date: Mon, 30 Sep 2024 20:45:40 +1300 Subject: [PATCH] Set CompatiblePSEditions --- PwshSpectreConsole/PwshSpectreConsole.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PwshSpectreConsole/PwshSpectreConsole.psd1 b/PwshSpectreConsole/PwshSpectreConsole.psd1 index 360b8f9..8e2f039 100644 --- a/PwshSpectreConsole/PwshSpectreConsole.psd1 +++ b/PwshSpectreConsole/PwshSpectreConsole.psd1 @@ -15,7 +15,7 @@ RootModule = 'PwshSpectreConsole' ModuleVersion = '2.1.2' # Supported PSEditions -# CompatiblePSEditions = @() +CompatiblePSEditions = 'Core' # ID used to uniquely identify this module GUID = '8c5ca00d-7f0f-4179-98bf-bdaebceaebc0'