diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c7a5de1a..b8224b258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # PowerShell Editor Services Release History +## v1.11.0 +### Wednesday, January 23, 2019 + +- [PowerShellEditorServices #851](https://github.com/PowerShell/PowerShellEditorServices/pull/851) - + Fix #827 Pester TestName w/expandable str returns nothing (Thanks @rkeithhill!) +- [PowerShellEditorServices #850](https://github.com/PowerShell/PowerShellEditorServices/pull/850) - + Fix VSCODE 1683 - HelpCommentReqHdlr crash on GetFile (Thanks @rkeithhill!) +- [PowerShellEditorServices #825](https://github.com/PowerShell/PowerShellEditorServices/pull/825) - + (GH-824)(GH-812) Improve code folding speed (Thanks @glennsarti!) +- [PowerShellEditorServices #829](https://github.com/PowerShell/PowerShellEditorServices/pull/829) - + Update various NuGet packages (Thanks @bergmeister!) +- [PowerShellEditorServices #846](https://github.com/PowerShell/PowerShellEditorServices/pull/846) - + Workaround "attach to process" hang +- [PowerShellEditorServices #848](https://github.com/PowerShell/PowerShellEditorServices/pull/848) - + switch an instance of GetFile to TryGetFile to fix #1689 +- [PowerShellEditorServices #828](https://github.com/PowerShell/PowerShellEditorServices/pull/828) - + Compile against net452 because net451 is not supported any more (Thanks @bergmeister!) +- [PowerShellEditorServices #844](https://github.com/PowerShell/PowerShellEditorServices/pull/844) - + Fix an empty verbose message when importing an editor command (Thanks @alexandair!) +- [PowerShellEditorServices #843](https://github.com/PowerShell/PowerShellEditorServices/pull/843) - + Simplify the parameter descriptions and fix typos (Thanks @alexandair!) +- [PowerShellEditorServices #839](https://github.com/PowerShell/PowerShellEditorServices/pull/839) - + Fix FileNotFoundEx crash when Fold happens on untitled: scheme doc (Thanks @rkeithhill!) +- [PowerShellEditorServices #838](https://github.com/PowerShell/PowerShellEditorServices/pull/838) - + Fix NullRefEx bug when accessing scriptFile.ReferencedFiles (Thanks @rkeithhill!) +- [PowerShellEditorServices #842](https://github.com/PowerShell/PowerShellEditorServices/pull/842) - + Fix typos (Thanks @alexandair!) +- [PowerShellEditorServices #837](https://github.com/PowerShell/PowerShellEditorServices/pull/837) - + (maint) Add traits for folding tests (Thanks @glennsarti!) + ## v1.10.2 ### Tuesday, December 18, 2018 diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index baaba85ea..11c79f2d4 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -1,6 +1,6 @@ - 1.10.3 + 1.11.0 Microsoft © Microsoft Corporation. All rights reserved. PowerShell;editor;development;language;debugging diff --git a/appveyor.yml b/appveyor.yml index 4e1d1ba15..a9b79b3b6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '1.10.3{build}' +version: '1.11.0{build}' image: Visual Studio 2017 clone_depth: 10 skip_tags: true diff --git a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 index 236d68520..0ca94bd7e 100644 --- a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 +++ b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 @@ -12,7 +12,7 @@ RootModule = 'PowerShellEditorServices.psm1' # Version number of this module. -ModuleVersion = '1.10.3' +ModuleVersion = '1.11.0' # ID used to uniquely identify this module GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'