Skip to content

Commit 55fdca2

Browse files
authored
♻️ Replace Clean block for 7.2 Compatibility
* ♻️ Replace Clean block for 7.2 Compatibility
1 parent 096d871 commit 55fdca2

File tree

2 files changed

+474
-471
lines changed

2 files changed

+474
-471
lines changed

ModuleFast.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
Description = 'Optimizes the PowerShell Module Installation Process to be as fast as possible and operate in CI/CD scenarios in a declarative manner'
3434

3535
# Minimum version of the PowerShell engine required by this module
36-
PowerShellVersion = '7.3' #Due to use of CLEAN block
36+
PowerShellVersion = '7.2' #Due to use of CLEAN block
3737

3838
# Name of the PowerShell host required by this module
3939
# PowerShellHostName = ''

0 commit comments

Comments
 (0)