Skip to content

Commit cef43ca

Browse files
committed
Bump version to 0.7.1, update CHANGELOG.md
1 parent 28afd8e commit cef43ca

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# vscode-powershell Release History
22

3+
## 0.7.1
4+
### Tuesday, August 23, 2016
5+
6+
- "Auto" variable scope in debugger UI now expands by default
7+
- Fixed #244: Extension fails to load if username contains spaces
8+
- Fixed #246: Restore default PSScriptAnalyzer ruleset
9+
- Fixed #248: Extension fails to load on Windows 7 with PowerShell v3
10+
311
## 0.7.0
412
### Thursday, August 18, 2016
513

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PowerShell",
33
"displayName": "PowerShell",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"publisher": "ms-vscode",
66
"description": "Develop PowerShell scripts in Visual Studio Code!",
77
"engines": {

0 commit comments

Comments
 (0)