Skip to content

Commit

Permalink
Update required AnyPackage to 0.5.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto authored Apr 5, 2023
1 parent 01391b6 commit a7bef14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AnyPackage.Msu.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Description = 'Windows Msu provider for AnyPackage.'
PowerShellVersion = '5.1'
RequiredModules = @(
@{ ModuleName = 'AnyPackage'; ModuleVersion = '0.4.0' })
@{ ModuleName = 'AnyPackage'; ModuleVersion = '0.5.0' })
FunctionsToExport = @()
CmdletsToExport = @()
AliasesToExport = @()
Expand Down

0 comments on commit a7bef14

Please sign in to comment.