|
1 | 1 | # PowerShell Editor Services Release History
|
2 | 2 |
|
| 3 | +## v2.3.0-preview.3 |
| 4 | +### Friday, February 19, 2021 |
| 5 | + |
| 6 | +- Fix publish step. |
| 7 | +- Merge pull request #1408 from PowerShell/andschwa/esrp. |
| 8 | +- Fix issues caught by PoliCheck. |
| 9 | +- Exclude .git folder from PoliCheck. |
| 10 | +- Point PoliCheck to source subfolder. |
| 11 | +- Replace compliance tasks with template. |
| 12 | +- Delete deprecated signing.xml. |
| 13 | +- Use ADO tasks instead of pwsh inline scripts. |
| 14 | +- Start simplifying release build. |
| 15 | +- Replace PackageES with ESRP template. |
| 16 | +- Add self as maintainer to readme. |
| 17 | +- Set DFS to false in package build. |
| 18 | +- [PowerShellEditorServices #1398](https://github.com/PowerShell/PowerShellEditorServices/pull/1398) - |
| 19 | + Refactor e2e tests. |
| 20 | +- [PowerShellEditorServices #1381](https://github.com/PowerShell/PowerShellEditorServices/pull/1381) - |
| 21 | + Hook up Telemetry LSP event and add telemetry event when users opt-out/in to features. |
| 22 | +- [PowerShellEditorServices #1397](https://github.com/PowerShell/PowerShellEditorServices/pull/1397) - |
| 23 | + More compliant NuGet.config. |
| 24 | +- [vscode-powershell #3071](https://github.com/PowerShell/PowerShellEditorServices/pull/1394) - |
| 25 | + Fix #1393: Always use local help to return cmdlet help text. (Thanks @deadlydog!) |
| 26 | +- [PowerShellEditorServices #1376](https://github.com/PowerShell/PowerShellEditorServices/pull/1376) - |
| 27 | + Move to Omnisharp lib 0.18.x. |
| 28 | +- 🛫 🐛 [vscode-powershell #2965](https://github.com/PowerShell/PowerShellEditorServices/pull/1363) - |
| 29 | + Fix error when started in low .NET versions. |
| 30 | +- [PowerShellEditorServices #1364](https://github.com/PowerShell/PowerShellEditorServices/pull/1364) - |
| 31 | + Typos in README.md. (Thanks @robotboyfriend!) |
| 32 | + |
3 | 33 | ## v2.3.0-preview.2
|
4 | 34 | ### Wednesday, September 16, 2020
|
5 | 35 |
|
|
0 commit comments