File tree 4 files changed +23
-3
lines changed
module/PowerShellEditorServices
4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Editor Services Release History
2
2
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
+
3
23
## v1.8.4
4
24
### Friday, August 31, 2018
5
25
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <VersionPrefix >1.8.5 </VersionPrefix >
3
+ <VersionPrefix >1.9.0 </VersionPrefix >
4
4
<Company >Microsoft</Company >
5
5
<Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
6
6
<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}'
2
2
image : Visual Studio 2017
3
3
clone_depth : 10
4
4
skip_tags : true
Original file line number Diff line number Diff line change 12
12
RootModule = ' PowerShellEditorServices.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 1.8.5 '
15
+ ModuleVersion = ' 1.9.0 '
16
16
17
17
# ID used to uniquely identify this module
18
18
GUID = ' 9ca15887-53a2-479a-9cda-48d26bcb6c47'
You can’t perform that action at this time.
0 commit comments