Skip to content

Commit fc5c8bb

Browse files
author
Kapil Borle
committed
Update module manifest
1 parent eb1db96 commit fc5c8bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Engine/PSScriptAnalyzer.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Author = 'Microsoft Corporation'
1111
RootModule = '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
2020
CompanyName = 'Microsoft Corporation'
@@ -82,7 +82,7 @@ AliasesToExport = '*'
8282
# Private data to pass to the module specified in RootModule/ModuleToProcess
8383
PrivateData = @{
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 = ''

0 commit comments

Comments
 (0)