We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec5287 commit c4d1f4aCopy full SHA for c4d1f4a
src/ScriptModuleRepositoryTemplate/ScriptModuleRepositoryTemplate.psd1
@@ -9,7 +9,7 @@
9
ModuleVersion = '0.0.0'
10
11
# Supported PSEditions
12
- # CompatiblePSEditions = @('Desktop', 'Core')
+ # CompatiblePSEditions = @()
13
14
# ID used to uniquely identify this module
15
GUID = '643e6cf9-a844-4a1e-9771-643226c06943'
@@ -31,7 +31,7 @@ Checkout the template repository at https://github.com/deadlydog/PowerShell.Scri
31
'@
32
33
# Minimum version of the PowerShell engine required by this module
34
- # PowerShellVersion = ''
+ PowerShellVersion = '3.0'
35
36
# Name of the PowerShell host required by this module
37
# PowerShellHostName = ''
0 commit comments