Skip to content

Commit 3580fe9

Browse files
committed
Update version number in package.json
1 parent b568f7f commit 3580fe9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Add a community snippet for date-annotated `Write-Verbose` messages.
88

99
- [PowerShell/vscode-powershell #1228](https://github.com/PowerShell/vscode-powershell/issues/1228) -
10-
Make comment-based help trigger always be `##` with a new setting `powershell.helpCompletion` to
10+
Make comment-based help trigger always be `##` with a new setting `powershell.helpCompletion` to
1111
allow you to select between help comment styles: `BlockComment` (default) or `LineComment`.
1212
You can also specify Disabled to disable this functionality.
1313

@@ -17,7 +17,7 @@
1717
- [PowerShell/vscode-powershell #1243](https://github.com/PowerShell/vscode-powershell/issues/1243) -
1818
Support custom PowerShell executable paths in user configuration which can be selected (via name)
1919
in either user or workspace configuration.
20-
20+
2121
- [PowerShell/vscode-powershell #1264](https://github.com/PowerShell/vscode-powershell/pull/1264) -
2222
Add support for [Visual Studio Live Share](https://code.visualstudio.com/visual-studio-live-share).
2323

Diff for: 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": "1.6.0",
4+
"version": "1.7.0",
55
"publisher": "ms-vscode",
66
"description": "Develop PowerShell scripts in Visual Studio Code!",
77
"engines": {

0 commit comments

Comments
 (0)