File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ Author = 'Microsoft Corporation'
1111RootModule = ' PSScriptAnalyzer.psm1'
1212
1313# Version number of this module.
14- ModuleVersion = ' 1.5 .0'
14+ ModuleVersion = ' 1.6 .0'
1515
1616# ID used to uniquely identify this module
17- GUID = ' 324fc715-36bf-4aee-8e58-72e9b4a08ad9 '
17+ GUID = ' d6245802-193d-4068-a631-8863a4342a18 '
1818
1919# Company or vendor of this module
2020CompanyName = ' Microsoft Corporation'
@@ -82,7 +82,7 @@ AliasesToExport = '*'
8282# Private data to pass to the module specified in RootModule/ModuleToProcess
8383PrivateData = @ {
8484 PSData = @ {
85- Tags = ' lint best practice '
85+ Tags = ' lint' , ' bestpractice '
8686 LicenseUri = ' https://github.com/PowerShell/PSScriptAnalyzer/blob/master/LICENSE'
8787 ProjectUri = ' https://github.com/PowerShell/PSScriptAnalyzer'
8888 IconUri = ' '
You can’t perform that action at this time.
0 commit comments