We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aade96 commit 0f667f2Copy full SHA for 0f667f2
src/PowerShellGet/PowerShellGet.psd1
@@ -40,7 +40,7 @@
40
FileList = @('PSModule.psm1',
41
'PSGet.Format.ps1xml',
42
'PSGet.Resource.psd1')
43
- RequiredModules = @(@{ModuleName = 'PackageManagement'; ModuleVersion = '1.3.2' })
+ RequiredModules = @(@{ModuleName = 'PackageManagement'; ModuleVersion = '1.4' })
44
PrivateData = @{
45
"PackageManagementProviders" = 'PSModule.psm1'
46
"SupportedPowerShellGetFormatVersions" = @('1.x', '2.x')
0 commit comments