Skip to content

Commit

Permalink
Add available providers to module manifest (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto committed Mar 3, 2023
1 parent 47869bb commit de0e781
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/AnyPackage.PowerShellGet.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
CmdletsToExport = @()
AliasesToExport = @()
PrivateData = @{
AnyPackage = @{
Providers = 'PowerShellGet'
}
PSData = @{
Tags = @('AnyPackage', 'Provider', 'PowerShellGet', 'Windows', 'Linux', 'MacOS')
LicenseUri = 'https://github.com/AnyPackage/AnyPackage.PowerShellGet/blob/main/LICENSE'
Expand Down

0 comments on commit de0e781

Please sign in to comment.