Skip to content

Commit fa6a969

Browse files
authored
[Ignore] Prepare 1.9.0 release (#753)
1 parent bf7199b commit fa6a969

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

Diff for: CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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

Diff for: PowerShellEditorServices.Common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '1.8.5.{build}'
1+
version: '1.9.0{build}'
22
image: Visual Studio 2017
33
clone_depth: 10
44
skip_tags: true

Diff for: module/PowerShellEditorServices/PowerShellEditorServices.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = '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
1818
GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'

0 commit comments

Comments
 (0)