We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43413c9 commit 4c915c4Copy full SHA for 4c915c4
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# vscode-powershell Release History
2
3
+## 0.7.0
4
+### Thursday, August 18, 2016
5
+
6
+#### Introducing support for Linux and macOS!
7
8
+This release marks the beginning of our support for Linux and macOS via
9
+the new [cross-platform release of PowerShell](https://github.com/PowerShell/PowerShell).
10
+You can find installation and usage instructions at the [PowerShell GitHub repository](https://github.com/PowerShell/PowerShell).
11
12
## 0.6.2
13
### Friday, August 12, 2016
14
package.json
@@ -1,7 +1,7 @@
{
"name": "PowerShell",
"displayName": "PowerShell",
- "version": "0.6.2",
+ "version": "0.7.0",
"publisher": "ms-vscode",
"description": "Develop PowerShell scripts in Visual Studio Code!",
"engines": {
0 commit comments