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