Sets version of Framework to 1.0.2

This commit is contained in:
Lord Hepipud 2020-04-16 09:39:30 +02:00
parent d34b496c31
commit 86bda7e78a

View file

@ -1,6 +1,6 @@
@{
ModuleToProcess = 'icinga-powershell-framework.psm1'
ModuleVersion = '1.0.1'
ModuleVersion = '1.0.2'
GUID = 'fcd7a805-a41b-49f9-afee-9d17a2b76d42'
Author = 'Lord Hepipud'
CompanyName = 'Icinga GmbH'
@ -14,11 +14,11 @@
PrivateData = @{
PSData = @{
Tags = @( 'icinga','icinga2','IcingaPowerShellFramework','IcingaPowerShell','IcingaforWindows','IcingaWindows')
LicenseUri = 'https://github.com/Icinga/icinga-powershell-framework/tree/v1.0.1/LICENSE'
LicenseUri = 'https://github.com/Icinga/icinga-powershell-framework/tree/v1.0.2/LICENSE'
ProjectUri = 'https://github.com/Icinga/icinga-powershell-framework'
ReleaseNotes = 'https://github.com/Icinga/icinga-powershell-framework/releases'
};
Version = 'v1.0.1';
Version = 'v1.0.2';
}
HelpInfoURI = 'https://github.com/Icinga/icinga-powershell-framework'
}