Skip to content

Commit a12edc9

Browse files
Merge pull request #1492 from PowerShell/release/v2.4.3
Release `v2.4.3`
2 parents 32f318e + acf9222 commit a12edc9

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

Diff for: CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# PowerShell Editor Services Release History
22

3+
## v2.4.3
4+
### Wednesday, May 26, 2021
5+
6+
This stable release includes all the changes in the previews since v2.3.0, plus the following:
7+
8+
- ✨👷 [PowerShellEditorServices #1491](https://github.com/PowerShell/PowerShellEditorServices/pull/1491) - Bump OmniSharp to `v0.19.2`.
9+
- 🧠🐛 [vscode-powershell #715](https://github.com/PowerShell/PowerShellEditorServices/pull/1484) - Fix unintentional module import. (Thanks @MartinGC94!)
10+
11+
The most significant change is the update to [OmniSharp
12+
v0.19.2](https://github.com/OmniSharp/csharp-language-server-protocol/releases/tag/v0.19.2),
13+
from the previous version v0.18.3, released in November 2020. OmniSharp is the underlying
14+
Language Server Protocol and Debug Adapter Protocol server library, and as such is our
15+
biggest dependency. This update brings us to the LSP 3.16 and DAP 1.48.x specifications,
16+
enabling us to start incorporating all the latest LSP changes, and it includes numerous
17+
bug fixes and enhancements resulting in a faster and more stable server and extension
18+
experience.
19+
320
## v2.4.2-preview.1
421
### Friday, May 21, 2021
522

Diff for: PowerShellEditorServices.Common.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>2.4.2</VersionPrefix>
4-
<VersionSuffix>preview.1</VersionSuffix>
3+
<VersionPrefix>2.4.3</VersionPrefix>
4+
<VersionSuffix></VersionSuffix>
55
<Company>Microsoft</Company>
66
<Copyright>© Microsoft Corporation.</Copyright>
77
<LangVersion>9.0</LangVersion>

Diff for: module/PowerShellEditorServices/PowerShellEditorServices.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RootModule = if ($PSEdition -eq 'Core')
1919
}
2020

2121
# Version number of this module.
22-
ModuleVersion = '2.4.2'
22+
ModuleVersion = '2.4.3'
2323

2424
# ID used to uniquely identify this module
2525
GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'

0 commit comments

Comments
 (0)