File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed
module/PowerShellEditorServices Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 11# PowerShell Editor Services Release History
22
3+ ## v1.9.0
4+ ### Thursday, September 27, 2018
5+
6+ - [ PowerShellEditorServices #750 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/750 ) -
7+ Fix issue where # in path causes the path to resolve incorrectly
8+ - [ PowerShellEditorServices #721 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/721 ) -
9+ Change Get-Help behavior to return local help when online help can't be displayed (Thanks @corbob !)
10+ - [ PowerShellEditorServices #748 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/748 ) -
11+ Fix index out-of-range exception when deleting script files
12+ - [ PowerShellEditorServices #749 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/749 ) -
13+ Fix crash for finding symbols on bad paths
14+ - [ PowerShellEditorServices #740 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/740 ) -
15+ Fix inner help completion
16+ - [ PowerShellEditorServices #736 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/736 ) -
17+ Cache the reflection call done for completions
18+ - [ PowerShellEditorServices #737 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/737 ) -
19+ Remove LINQ usage in language service methods
20+ - [ PowerShellEditorServices #743 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/743 ) -
21+ Remove unnecessary LINQ calls from LanguageServer
22+
323## v1.8.4
424### Friday, August 31, 2018
525
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <VersionPrefix >1.8.5 </VersionPrefix >
3+ <VersionPrefix >1.9.0 </VersionPrefix >
44 <Company >Microsoft</Company >
55 <Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
66 <PackageTags >PowerShell;editor;development;language;debugging</PackageTags >
Original file line number Diff line number Diff line change 1- version : ' 1.8.5. {build}'
1+ version : ' 1.9.0 {build}'
22image : Visual Studio 2017
33clone_depth : 10
44skip_tags : true
Original file line number Diff line number Diff line change 1212RootModule = ' PowerShellEditorServices.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.8.5 '
15+ ModuleVersion = ' 1.9.0 '
1616
1717# ID used to uniquely identify this module
1818GUID = ' 9ca15887-53a2-479a-9cda-48d26bcb6c47'
You can’t perform that action at this time.
0 commit comments