mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Fixes module manifest for PowerShell Gallery
This commit is contained in:
parent
65031751b1
commit
b3953438c7
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
AliasesToExport = @()
|
AliasesToExport = @()
|
||||||
PrivateData = @{
|
PrivateData = @{
|
||||||
PSData = @{
|
PSData = @{
|
||||||
Tags = @( 'icinga', 'icinga2', 'icinga 2', 'Icinga PowerShell Framework', 'Icinga PowerShell', 'Icinga for Windows', 'Icinga Windows')
|
Tags = @( 'icinga','icinga2','IcingaPowerShellFramework','IcingaPowerShell','IcingaforWindows','IcingaWindows')
|
||||||
LicenseUri = 'https://github.com/Icinga/icinga-powershell-framework/blob/master/LICENSE'
|
LicenseUri = 'https://github.com/Icinga/icinga-powershell-framework/blob/master/LICENSE'
|
||||||
ProjectUri = 'https://github.com/Icinga/icinga-powershell-framework'
|
ProjectUri = 'https://github.com/Icinga/icinga-powershell-framework'
|
||||||
ReleaseNotes = 'https://github.com/Icinga/icinga-powershell-framework/releases'
|
ReleaseNotes = 'https://github.com/Icinga/icinga-powershell-framework/releases'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue