Skip to content

Commit

Permalink
Automatically update PackageManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbergstrom committed Feb 8, 2020
1 parent e510cf4 commit 5cc8913
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions ChocolateyGet.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@
GUID = 'c1735ed7-8b2f-426a-8cbc-b7feb6b8288d'
Author = 'Jianyun'
Copyright = ''
Description = 'A PowerShell OneGet provider that discovers Chocolatey packages from NuGet repositories'
Description = 'Package Management (OneGet) provider that facilitates installing Chocolatey packages from any NuGet repository.'
PowerShellVersion = '3.0'
RequiredModules = @('PackageManagement')
RequiredModules = @(
@{
ModuleName='PackageManagement';
ModuleVersion='1.1.7.2'
}
)
PrivateData = @{
PackageManagementProviders = 'ChocolateyGet.psm1'
PSData = @{
Expand All @@ -22,8 +27,6 @@
# ReleaseNotes of this module
ReleaseNotes = 'This is a PowerShell OneGet provider. It is a wrapper on top of Choco.
It discovers Chocolatey packages from https://www.chocolatey.org and other NuGet repos.'

ExternalModuleDependencies = @('PackageManagement')
}
}
}

0 comments on commit 5cc8913

Please sign in to comment.