Skip to content

Commit 5b61bec

Browse files
committed
Updates module version for release
1 parent 8d9cf07 commit 5b61bec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

icinga-powershell-framework.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
GUID = 'fcd7a805-a41b-49f9-afee-9d17a2b76d42'
55
Author = 'Lord Hepipud'
66
CompanyName = 'Icinga GmbH'
7-
Copyright = '(c) 2019 Icinga GmbH. All rights reserved.'
8-
Description = 'Icinga 2 Windows Agent Module, which allows to entirely monitor the Windows Host system.'
7+
Copyright = '(c) 2020 Icinga GmbH | MIT'
8+
Description = 'Icinga for Windows module which allows to entirely monitor the Windows Host system.'
99
PowerShellVersion = '4.0'
1010
FunctionsToExport = @( 'Use-Icinga', 'Import-IcingaLib', 'Publish-IcingaModuleManifests', 'Get-IcingaPluginDir', 'Get-IcingaCustomPluginDir', 'Get-IcingaCacheDir', 'Get-IcingaPowerShellConfigDir', 'Get-IcingaFrameworkRootPath', 'Get-IcingaPowerShellModuleFile' )
1111
CmdletsToExport = @()
@@ -14,11 +14,11 @@
1414
PrivateData = @{
1515
PSData = @{
1616
Tags = @( 'icinga', 'icinga2', 'icinga 2', 'Icinga PowerShell Framework', 'Icinga PowerShell', 'Icinga for Windows', 'Icinga Windows')
17-
LicenseUri = 'https://github.com/Icinga/icinga-powershell-framework/blob/master/LICENSE'
17+
LicenseUri = 'https://github.com/Icinga/icinga-powershell-framework/tree/v1.0.0/LICENSE'
1818
ProjectUri = 'https://github.com/Icinga/icinga-powershell-framework'
1919
ReleaseNotes = 'https://github.com/Icinga/icinga-powershell-framework/releases'
2020
};
21-
Version = 'v1.1.0';
21+
Version = 'v1.0.0';
2222
}
2323
HelpInfoURI = 'https://github.com/Icinga/icinga-powershell-framework'
2424
}

0 commit comments

Comments
 (0)