Skip to content

Commit 1aac053

Browse files
committed
Update manifest for v1.5.0 release
1 parent 31de911 commit 1aac053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Engine/PSScriptAnalyzer.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Author = 'Microsoft Corporation'
1111
RootModule = 'PSScriptAnalyzer.psm1'
1212

1313
# Version number of this module.
14-
ModuleVersion = '1.4.0'
14+
ModuleVersion = '1.5.0'
1515

1616
# ID used to uniquely identify this module
1717
GUID = '324fc715-36bf-4aee-8e58-72e9b4a08ad9'
@@ -20,7 +20,7 @@ GUID = '324fc715-36bf-4aee-8e58-72e9b4a08ad9'
2020
CompanyName = 'Microsoft Corporation'
2121

2222
# Copyright statement for this module
23-
Copyright = '(c) Microsoft Corporation 2015. All rights reserved.'
23+
Copyright = '(c) Microsoft Corporation 2016. All rights reserved.'
2424

2525
# Description of the functionality provided by this module
2626
Description = 'PSScriptAnalyzer provides script analysis and checks for potential code defects in the scripts by applying a group of built-in or customized rules on the scripts being analyzed.'

0 commit comments

Comments
 (0)