Skip to content

Commit

Permalink
Merge pull request PowerShell#578 from PowerShell/rkeithhill/prep-rel…
Browse files Browse the repository at this point in the history
…ease

Prep for 1.5.1 release.
  • Loading branch information
TylerLeonhardt committed Nov 14, 2017
2 parents 40d718b + ea354f5 commit 68d4096
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
- Local script debugging and basic interactive console support
2 changes: 1 addition & 1 deletion PowerShellEditorServices.Common.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.5.0</VersionPrefix>
<VersionPrefix>1.5.1</VersionPrefix>
<Company>Microsoft</Company>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<PackageTags>PowerShell;editor;development;language;debugging</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '1.5.0.{build}'
version: '1.5.1.{build}'
image: Visual Studio 2017
clone_depth: 10
skip_tags: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 68d4096

Please sign in to comment.