From b3953438c73bdf888fe986153a5f4d360a77cf08 Mon Sep 17 00:00:00 2001 From: Christian Stein Date: Wed, 19 Feb 2020 17:22:07 +0100 Subject: [PATCH] Fixes module manifest for PowerShell Gallery --- icinga-powershell-framework.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icinga-powershell-framework.psd1 b/icinga-powershell-framework.psd1 index 7488609..61e83b7 100644 --- a/icinga-powershell-framework.psd1 +++ b/icinga-powershell-framework.psd1 @@ -13,7 +13,7 @@ AliasesToExport = @() PrivateData = @{ 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' ProjectUri = 'https://github.com/Icinga/icinga-powershell-framework' ReleaseNotes = 'https://github.com/Icinga/icinga-powershell-framework/releases'