Skip to content

Commit 3a98e31

Browse files
committed
Reset min PowerShell version in module manifest
1 parent 9884af5 commit 3a98e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ScriptModuleRepositoryTemplate/ScriptModuleRepositoryTemplate.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Description = 'Create new PowerShell script module repositories quickly and easily with boilerplate files and CI/CD workflows already defined.'
2828

2929
# Minimum version of the PowerShell engine required by this module
30-
PowerShellVersion = '3.0'
30+
# PowerShellVersion = ''
3131

3232
# Name of the PowerShell host required by this module
3333
# PowerShellHostName = ''

0 commit comments

Comments
 (0)