From bb9971c26cf21d16ec0d0a0addff17a3f75bdd80 Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Tue, 1 Jun 2021 12:07:36 +0200 Subject: [PATCH] Updates module manifest --- icinga-powershell-framework.psd1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/icinga-powershell-framework.psd1 b/icinga-powershell-framework.psd1 index cc530d1..bfcfe24 100644 --- a/icinga-powershell-framework.psd1 +++ b/icinga-powershell-framework.psd1 @@ -87,7 +87,11 @@ ProjectUri = 'https://github.com/Icinga/icinga-powershell-framework' ReleaseNotes = 'https://github.com/Icinga/icinga-powershell-framework/releases' }; - Version = 'v1.5.0'; + Version = 'v1.5.0'; + Name = 'Icinga for Windows'; + Type = 'framework'; + Function = ''; + Endpoint = ''; } HelpInfoURI = 'https://github.com/Icinga/icinga-powershell-framework' }