Skip to content

Commit 130b657

Browse files
committed
Bump version to 0.10.0, update CHANGELOG.md
1 parent 14029ee commit 130b657

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# PowerShell Editor Services Release History
22

3+
## 0.10.0
4+
### Tuesday, March 14, 2017
5+
6+
These improvements are described in detail in the [vscode-powershell changelog](https://github.com/PowerShell/vscode-powershell/blob/master/CHANGELOG.md#0100)
7+
for its 0.10.0 release.
8+
9+
#### Language feature improvements
10+
11+
- Added new terminal-based integrated console
12+
- Added new code formatting settings with additional rules
13+
- Added Get-Credential, SecureString, and PSCredential support
14+
15+
#### Debugging improvements
16+
17+
- Connected primary debugging experience with integrated console
18+
- Added column number breakpoints
19+
- Added support for step-in debugging of remote ScriptBlocks with [PowerShell Core 6.0.0-alpha.17](https://github.com/PowerShell/PowerShell/releases/tag/v6.0.0-alpha.17)
20+
321
## 0.9.0
422
### Thursday, January 19, 2017
523

PowerShellEditorServices.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>0.9.0</VersionPrefix>
3+
<VersionPrefix>0.10.0</VersionPrefix>
44
<VersionSuffix>beta</VersionSuffix>
55
<Company>Microsoft</Company>
66
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '0.9.0.{build}'
1+
version: '0.10.0.{build}'
22
image: Visual Studio 2017 RC
33
clone_depth: 10
44
skip_tags: true

module/PowerShellEditorServices/PowerShellEditorServices.psd1

Lines changed: 1 addition & 1 deletion
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 = '0.9.0'
15+
ModuleVersion = '0.10.0'
1616

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

0 commit comments

Comments
 (0)