File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ Author = 'Microsoft Corporation'
11
11
RootModule = ' PSScriptAnalyzer.psm1'
12
12
13
13
# Version number of this module.
14
- ModuleVersion = ' 1.5 .0'
14
+ ModuleVersion = ' 1.6 .0'
15
15
16
16
# ID used to uniquely identify this module
17
- GUID = ' 324fc715-36bf-4aee-8e58-72e9b4a08ad9 '
17
+ GUID = ' d6245802-193d-4068-a631-8863a4342a18 '
18
18
19
19
# Company or vendor of this module
20
20
CompanyName = ' Microsoft Corporation'
@@ -82,7 +82,7 @@ AliasesToExport = '*'
82
82
# Private data to pass to the module specified in RootModule/ModuleToProcess
83
83
PrivateData = @ {
84
84
PSData = @ {
85
- Tags = ' lint best practice '
85
+ Tags = ' lint' , ' bestpractice '
86
86
LicenseUri = ' https://github.com/PowerShell/PSScriptAnalyzer/blob/master/LICENSE'
87
87
ProjectUri = ' https://github.com/PowerShell/PSScriptAnalyzer'
88
88
IconUri = ' '
You can’t perform that action at this time.
0 commit comments