Skip to content

Commit d2e9a90

Browse files
Fix manifest
1 parent 6ccbb5f commit d2e9a90

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
@{
2-
Description = 'A PowerShell module for managing the PowerShell Gallery.'
3-
PrivateData = @{
2+
ModuleVersion = '0.0.1'
3+
Description = 'A PowerShell module for managing the PowerShell Gallery.'
4+
PrivateData = @{
45
PSData = @{
56
Tags = 'PowerShellGallery', 'Environment', 'PowerShell', 'Module'
67
LicenseUri = 'https://github.com/PSModule/PowerShellGallery/blob/main/LICENSE'
78
ProjectUri = 'https://github.com/PSModule/PowerShellGallery'
89
IconUri = 'https://raw.githubusercontent.com/PSModule/PowerShellGallery/main/icon/PowerShell_Core_6.0_icon.png'
910
}
1011
}
11-
HelpInfoURI = 'https://PSModule.github.io/PowerShellGallery'
12+
HelpInfoURI = 'https://PSModule.github.io/PowerShellGallery'
1213
}
1314

0 commit comments

Comments
 (0)