mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2026-06-11 01:40:21 -04:00
Sets version of Framework to 1.0.2
This commit is contained in:
parent
d34b496c31
commit
86bda7e78a
1 changed files with 3 additions and 3 deletions
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue