From ea354f52dec283a9385385f8f7847bc9c6de8b62 Mon Sep 17 00:00:00 2001 From: Keith Hill Date: Mon, 13 Nov 2017 23:35:53 -0700 Subject: [PATCH] Prep for 1.5.1 release. --- CHANGELOG.md | 18 +++++++++++++++++- PowerShellEditorServices.Common.props | 2 +- appveyor.yml | 2 +- .../PowerShellEditorServices.psd1 | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4891230d4..00f9d263f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # PowerShell Editor Services Release History +## 1.5.1 +### Tuesday, November 14, 2017 + +- [PowerShell/PowerShellEditorServices #574](https://github.com/PowerShell/PowerShellEditorServices/issues/574) - + Do not attempt to set breakpoints on files other than .ps1 and .psm1. + +- [PowerShell/PowerShellEditorServices #570](https://github.com/PowerShell/PowerShellEditorServices/issues/570) - + Fixed `Get-Help -ShowWindow` error in the PowerShell Integrated Console. However this fix does not address the issue with + the help window appearing behind VSCode. + +- [PowerShell/PowerShellEditorServices #567](https://github.com/PowerShell/PowerShellEditorServices/issues/567) - + Fixed off-by-one error in ValidatePosition method. + +- [PowerShell/vscode-powershell #1091](https://github.com/PowerShell/vscode-powershell/issues/1091) - + Fixed crash when editing remote file using psedit by catching PSNotSupportedException. + ## 1.5.0 ### Friday, October 27, 2017 @@ -689,4 +705,4 @@ Initial release with the following features: - Go to Definition of cmdlets and variables - Find References of cmdlets and variables - Document and workspace symbol discovery -- Local script debugging and basic interactive console support \ No newline at end of file +- Local script debugging and basic interactive console support diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index 27d4b566f..523112534 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -1,6 +1,6 @@ - 1.5.0 + 1.5.1 Microsoft © Microsoft Corporation. All rights reserved. PowerShell;editor;development;language;debugging diff --git a/appveyor.yml b/appveyor.yml index bb763a609..d91c2ff9a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '1.5.0.{build}' +version: '1.5.1.{build}' image: Visual Studio 2017 clone_depth: 10 skip_tags: true diff --git a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 index 6f1d61415..82b3710b1 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.5.0' +ModuleVersion = '1.5.1' # ID used to uniquely identify this module GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'