We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb03b56 commit b749370Copy full SHA for b749370
icinga-powershell-mssql.psd1
@@ -1,5 +1,5 @@
1
@{
2
- ModuleVersion = '1.1.0'
+ ModuleVersion = '1.2.0'
3
GUID = '8441b44a-e105-42b7-82c9-8ecf69c13b8b'
4
# ModuleToProcess = 'icinga-powershell-mssql.psm1'
5
Author = 'Lord Hepipud, pdorschner'
@@ -33,7 +33,11 @@
33
ProjectUri = 'https://github.com/Icinga/icinga-powershell-mssql'
34
ReleaseNotes = 'https://github.com/Icinga/icinga-powershell-mssql/releases'
35
};
36
- Version = 'v1.1.0';
+ Version = 'v1.2.0';
37
+ Name = 'Windows MSSQL';
38
+ Type = 'plugins';
39
+ Function = '';
40
+ Endpoint = '';
41
}
42
HelpInfoURI = 'https://github.com/Icinga/icinga-powershell-mssql'
43
0 commit comments