File tree 5 files changed +10
-24
lines changed
5 files changed +10
-24
lines changed Original file line number Diff line number Diff line change 1
- ## Release v1.6.1
1
+ ## Release v1.7.0
2
2
3
3
Here are some improvements since the last release.
4
4
5
+ - Add support for PowerShell Core
6
+ - Tested on PowerShell Core on Windows and Ubuntu 14.04
5
7
- Fix ` SaveDscDependency ` switch implementation, which use fail if more than one parameter is given to ` Import-DSCResource ` dynamic keyword.
6
8
- Add support for external AST based rule suppression
7
9
- Fix rule suppression caused by inavlid offsets
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Author = 'Microsoft Corporation'
11
11
RootModule = ' PSScriptAnalyzer.psm1'
12
12
13
13
# Version number of this module.
14
- ModuleVersion = ' 1.6.1 '
14
+ ModuleVersion = ' 1.7.0 '
15
15
16
16
# ID used to uniquely identify this module
17
17
GUID = ' d6245802-193d-4068-a631-8863a4342a18'
@@ -87,6 +87,8 @@ PrivateData = @{
87
87
ProjectUri = ' https://github.com/PowerShell/PSScriptAnalyzer'
88
88
IconUri = ' '
89
89
ReleaseNotes = @'
90
+ * Added support for PowerShell on Linux
91
+ - SaveDscDependency switch is not functional for PowerShell on Linux
90
92
* Added support for external AST based rule suppression.
91
93
* Fixed `SaveDscDependency` switch implementation, which use fail if more than one parameter is given to `Import-DSCResource` dynamic keyword.
92
94
* Fixed rule suppression caused by inavlid offsets.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Microsoft.Windows.PowerShell.ScriptAnalyzer" ,
3
- "version" : " 1.0.0-*" ,
4
- "authors" : [" kapilmb" ],
3
+ "version" : " 1.7.0" ,
5
4
"dependencies" : {
6
5
"System.Management.Automation" : " 1.0.0-alpha.9.4808"
7
6
},
Original file line number Diff line number Diff line change 3
3
Announcements
4
4
=============
5
5
6
- ###### [ Get the latest PSScriptAnalyzer version from PowerShellGallery] ( https://www.powershellgallery.com/packages/PSScriptAnalyzer )
7
-
8
- ###### [ VSCode-PowerShell has built-in ScriptAnalyzer support] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell )
9
-
10
- ###### [ ISE-Steroids has ScriptAnalyzer integration] ( http://www.powertheshell.com/psscriptanalyzer-integration-and-more/ )
11
-
12
- ###### [ ISE Add-On for ScriptAnalyzer is available in PowerShellGallery] ( https://www.powershellgallery.com/packages/ISEScriptAnalyzerAddOn/ )
13
-
14
-
15
- =============
16
-
17
- ##### ScriptAnalyzer community meeting schedule:
18
-
19
- - Next Meeting - June 2, 2016 - 11am to 12pm PDT
20
- - [ Meeting Agenda] ( https://github.com/PowerShell/PSScriptAnalyzer/wiki/Community-Meeting-Agenda )
21
- - [ Notes and recordings from earlier meetings] ( https://github.com/PowerShell/PSScriptAnalyzer/wiki )
22
-
6
+ ###### [ PSScriptAnalyzer 1.7.0 also supports PowerShell on Ubuntu 14.04!] ( https://www.powershellgallery.com/packages/PSScriptAnalyzer )
23
7
24
8
=============
25
9
#####Builds
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules" ,
3
- "version" : " 1.0.0-*" ,
4
- "authors" : [" kapilmb" ],
3
+ "version" : " 1.7.0" ,
5
4
"dependencies" : {
6
5
"System.Management.Automation" : " 1.0.0-alpha.9.4808" ,
7
- "Engine" : " 1.0.0-* "
6
+ "Engine" : " 1.7.0 "
8
7
},
9
8
"frameworks" : {
10
9
"net451" : {
You can’t perform that action at this time.
0 commit comments