Skip to content

Commit

Permalink
Update minimum PowerShell version to match ModuleFast (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto authored May 4, 2024
1 parent cd566fe commit bc20360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AnyPackage.ModuleFast.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Author = 'Thomas Nieto'
Copyright = '(c) 2024 Thomas Nieto. All rights reserved.'
Description = 'ModuleFast provider for AnyPackage.'
PowerShellVersion = '5.1'
PowerShellVersion = '7.2'
RequiredModules = @(
@{ ModuleName = 'AnyPackage'; ModuleVersion = '0.5.1' },
@{ ModuleName = 'ModuleFast'; ModuleVersion = '0.1.2' })
Expand Down

0 comments on commit bc20360

Please sign in to comment.