Skip to content

Commit 79dbd37

Browse files
[Ignore] Prep 1.11 release with Changelog (#860)
* Prep 1.11 release with Changelog * spaces
1 parent 161a3ed commit 79dbd37

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# PowerShell Editor Services Release History
22

3+
## v1.11.0
4+
### Wednesday, January 23, 2019
5+
6+
- [PowerShellEditorServices #851](https://github.com/PowerShell/PowerShellEditorServices/pull/851) -
7+
Fix #827 Pester TestName w/expandable str returns nothing (Thanks @rkeithhill!)
8+
- [PowerShellEditorServices #850](https://github.com/PowerShell/PowerShellEditorServices/pull/850) -
9+
Fix VSCODE 1683 - HelpCommentReqHdlr crash on GetFile (Thanks @rkeithhill!)
10+
- [PowerShellEditorServices #825](https://github.com/PowerShell/PowerShellEditorServices/pull/825) -
11+
(GH-824)(GH-812) Improve code folding speed (Thanks @glennsarti!)
12+
- [PowerShellEditorServices #829](https://github.com/PowerShell/PowerShellEditorServices/pull/829) -
13+
Update various NuGet packages (Thanks @bergmeister!)
14+
- [PowerShellEditorServices #846](https://github.com/PowerShell/PowerShellEditorServices/pull/846) -
15+
Workaround "attach to process" hang
16+
- [PowerShellEditorServices #848](https://github.com/PowerShell/PowerShellEditorServices/pull/848) -
17+
switch an instance of GetFile to TryGetFile to fix #1689
18+
- [PowerShellEditorServices #828](https://github.com/PowerShell/PowerShellEditorServices/pull/828) -
19+
Compile against net452 because net451 is not supported any more (Thanks @bergmeister!)
20+
- [PowerShellEditorServices #844](https://github.com/PowerShell/PowerShellEditorServices/pull/844) -
21+
Fix an empty verbose message when importing an editor command (Thanks @alexandair!)
22+
- [PowerShellEditorServices #843](https://github.com/PowerShell/PowerShellEditorServices/pull/843) -
23+
Simplify the parameter descriptions and fix typos (Thanks @alexandair!)
24+
- [PowerShellEditorServices #839](https://github.com/PowerShell/PowerShellEditorServices/pull/839) -
25+
Fix FileNotFoundEx crash when Fold happens on untitled: scheme doc (Thanks @rkeithhill!)
26+
- [PowerShellEditorServices #838](https://github.com/PowerShell/PowerShellEditorServices/pull/838) -
27+
Fix NullRefEx bug when accessing scriptFile.ReferencedFiles (Thanks @rkeithhill!)
28+
- [PowerShellEditorServices #842](https://github.com/PowerShell/PowerShellEditorServices/pull/842) -
29+
Fix typos (Thanks @alexandair!)
30+
- [PowerShellEditorServices #837](https://github.com/PowerShell/PowerShellEditorServices/pull/837) -
31+
(maint) Add traits for folding tests (Thanks @glennsarti!)
32+
333
## v1.10.2
434
### Tuesday, December 18, 2018
535

PowerShellEditorServices.Common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>1.10.3</VersionPrefix>
3+
<VersionPrefix>1.11.0</VersionPrefix>
44
<Company>Microsoft</Company>
55
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
66
<PackageTags>PowerShell;editor;development;language;debugging</PackageTags>

appveyor.yml

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

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.10.3'
15+
ModuleVersion = '1.11.0'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'

0 commit comments

Comments
 (0)