File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ documentation before upgrading to a new release.
77
88Released closed milestones can be found on [ GitHub] ( https://github.com/Icinga/icinga-powershell-plugins/milestones?state=closed ) .
99
10+ # 1.12.0 (tbd)
11+
12+ ### Enhancements
13+
1014# 1.11.0 (2023-08-01)
1115
1216### Bugfixes
Original file line number Diff line number Diff line change 11@ {
2- ModuleVersion = ' 1.11 .0'
2+ ModuleVersion = ' 1.12 .0'
33 GUID = ' e3e7850e-2f24-4173-8268-c2a29ec35750'
44 Author = ' Lord Hepipud'
55 CompanyName = ' Icinga GmbH'
66 Copyright = ' (c) 2021 Icinga GmbH | GPLv2'
77 Description = ' A collection of Icinga Plugins for general Windows checks for Icinga for Windows.'
88 PowerShellVersion = ' 4.0'
9- RequiredModules = @ (@ {ModuleName = ' icinga-powershell-framework' ; ModuleVersion = ' 1.11 .0' })
9+ RequiredModules = @ (@ {ModuleName = ' icinga-powershell-framework' ; ModuleVersion = ' 1.12 .0' })
1010 NestedModules = @ (
1111 ' .\compiled\icinga-powershell-plugins.ifw_compilation.psm1'
1212 )
7373 ProjectUri = ' https://github.com/Icinga/icinga-powershell-plugins'
7474 ReleaseNotes = ' https://github.com/Icinga/icinga-powershell-plugins/releases'
7575 };
76- Version = ' v1.11 .0' ;
76+ Version = ' v1.12 .0' ;
7777 Name = ' Windows Plugins' ;
7878 Type = ' plugins' ;
7979 Function = ' ' ;
You can’t perform that action at this time.
0 commit comments