Skip to content

Commit c4d1f4a

Browse files
committed
chore: Specify minimum PowerShell version in manifest
1 parent aec5287 commit c4d1f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ScriptModuleRepositoryTemplate/ScriptModuleRepositoryTemplate.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
ModuleVersion = '0.0.0'
1010

1111
# Supported PSEditions
12-
# CompatiblePSEditions = @('Desktop', 'Core')
12+
# CompatiblePSEditions = @()
1313

1414
# ID used to uniquely identify this module
1515
GUID = '643e6cf9-a844-4a1e-9771-643226c06943'
@@ -31,7 +31,7 @@ Checkout the template repository at https://github.com/deadlydog/PowerShell.Scri
3131
'@
3232

3333
# Minimum version of the PowerShell engine required by this module
34-
# PowerShellVersion = ''
34+
PowerShellVersion = '3.0'
3535

3636
# Name of the PowerShell host required by this module
3737
# PowerShellHostName = ''

0 commit comments

Comments
 (0)