File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11# PowerShell Editor Services Release History
22
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+
11+ NuGet packages will be provided in the upcoming 0.7.1 release.
12+
13+ #### Other improvements
14+
15+ - Introduced a new TCP channel to provide a commonly-available communication channel
16+ across multiple editors and platforms
17+ - PowerShell Script Analyzer integration has been shifted from direct use via DLL to
18+ consuming the PowerShell module and cmdlets
19+ - Updated code to account for platform differences across Windows and Linux/macOS
20+ - Improved stability of the language service when being used in Sublime Text
21+
322## 0.6.2
423### Tuesday, August 9, 2016
524
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ configuration: Release
44clone_depth : 10
55
66environment :
7- core_version : ' 0.6.2 '
7+ core_version : ' 0.7.0 '
88 prerelease_name : ' -beta'
99
1010branches :
You can’t perform that action at this time.
0 commit comments