We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096d871 commit 55fdca2Copy full SHA for 55fdca2
ModuleFast.psd1
@@ -33,7 +33,7 @@
33
Description = 'Optimizes the PowerShell Module Installation Process to be as fast as possible and operate in CI/CD scenarios in a declarative manner'
34
35
# Minimum version of the PowerShell engine required by this module
36
- PowerShellVersion = '7.3' #Due to use of CLEAN block
+ PowerShellVersion = '7.2' #Due to use of CLEAN block
37
38
# Name of the PowerShell host required by this module
39
# PowerShellHostName = ''
0 commit comments