Skip to content

Commit 6edff62

Browse files
committed
Add Minimum version of the Windows PowerShell
1 parent 198f161 commit 6edff62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PowerShellNotebook.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
RootModule = 'PowerShellNotebook.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '2.9.4'
7+
ModuleVersion = '3.0.0'
88

99
# ID used to uniquely identify this module
1010
GUID = '2ab0cb25-b339-4726-8a2a-349ca1114bd4'
@@ -25,7 +25,7 @@ For detailed instructions and examples, click through the "Project Site" link or
2525
'@
2626

2727
# Minimum version of the Windows PowerShell engine required by this module
28-
# PowerShellVersion = ''
28+
PowerShellVersion = '6.2'
2929

3030
# Name of the Windows PowerShell host required by this module
3131
# PowerShellHostName = ''

0 commit comments

Comments
 (0)