Skip to content

Commit b749370

Browse files
committed
Sets version to 1.2.0
1 parent bb03b56 commit b749370

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

icinga-powershell-mssql.psd1

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '1.1.0'
2+
ModuleVersion = '1.2.0'
33
GUID = '8441b44a-e105-42b7-82c9-8ecf69c13b8b'
44
# ModuleToProcess = 'icinga-powershell-mssql.psm1'
55
Author = 'Lord Hepipud, pdorschner'
@@ -33,7 +33,11 @@
3333
ProjectUri = 'https://github.com/Icinga/icinga-powershell-mssql'
3434
ReleaseNotes = 'https://github.com/Icinga/icinga-powershell-mssql/releases'
3535
};
36-
Version = 'v1.1.0';
36+
Version = 'v1.2.0';
37+
Name = 'Windows MSSQL';
38+
Type = 'plugins';
39+
Function = '';
40+
Endpoint = '';
3741
}
3842
HelpInfoURI = 'https://github.com/Icinga/icinga-powershell-mssql'
3943
}

0 commit comments

Comments
 (0)