Skip to content

Commit a7bef14

Browse files
authored
Update required AnyPackage to 0.5.0 (#12)
1 parent 01391b6 commit a7bef14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AnyPackage.Msu.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Description = 'Windows Msu provider for AnyPackage.'
99
PowerShellVersion = '5.1'
1010
RequiredModules = @(
11-
@{ ModuleName = 'AnyPackage'; ModuleVersion = '0.4.0' })
11+
@{ ModuleName = 'AnyPackage'; ModuleVersion = '0.5.0' })
1212
FunctionsToExport = @()
1313
CmdletsToExport = @()
1414
AliasesToExport = @()

0 commit comments

Comments
 (0)