Fixes module manifest for PowerShell Gallery

This commit is contained in:
Christian Stein 2020-02-19 17:22:07 +01:00
parent 65031751b1
commit b3953438c7

View file

@ -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'