Skip to content

Commit 66cfe69

Browse files
authored
[Ignore]Set right version for release (#961)
1 parent 93dd251 commit 66cfe69

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

CHANGELOG.md

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

3-
## v2.0.0-preview.3
3+
## v2.0.0-preview.4
44
### Wednesday, May 22, 2019
55

66
-[PowerShellEditorServices #951](https://github.com/PowerShell/PowerShellEditorServices/pull/951) -
7-
Allow passing RunspaceName
7+
Allow passing RunspaceName
88
- 🚨 [PowerShellEditorServices #944](https://github.com/PowerShell/PowerShellEditorServices/pull/944) -
9-
Add integration testing module with simple tests to verify PSES starts and stops
9+
Add integration testing module with simple tests to verify PSES starts and stops
1010
- 🐛 [PowerShellEditorServices #954](https://github.com/PowerShell/PowerShellEditorServices/pull/955) -
11-
Ensure NamedPipeServerStream is assigned in Windows PowerShell
11+
Ensure NamedPipeServerStream is assigned in Windows PowerShell
1212
-[PowerShellEditorServices #952](https://github.com/PowerShell/PowerShellEditorServices/pull/952) -
13-
Update to PSReadLine 2.0.0-beta4
13+
Update to PSReadLine 2.0.0-beta4
1414
-[PowerShellEditorServices #877](https://github.com/PowerShell/PowerShellEditorServices/pull/877) -
1515
Add filtering for CodeLens and References (Thanks @glennsarti!)
1616
- 🐛 [vscode-powershell #1933](https://github.com/PowerShell/PowerShellEditorServices/pull/949) -
17-
Stop crash when workspace doesn't exist
17+
Stop crash when workspace doesn't exist
1818
- 👷 [PowerShellEditorServices #878](https://github.com/PowerShell/PowerShellEditorServices/pull/878) -
19-
Remove native named pipes implementation
19+
Remove native named pipes implementation
2020
- 🐛 [PowerShellEditorServices #947](https://github.com/PowerShell/PowerShellEditorServices/pull/947) -
21-
Fix silent failure in VSCode WebViews by using Id for dictionary since multiple pages could have the same title
21+
Fix silent failure in VSCode WebViews by using Id for dictionary since multiple pages could have the same title
2222
- 🐛 [PowerShellEditorServices #946](https://github.com/PowerShell/PowerShellEditorServices/pull/946) -
23-
Rename to use async
23+
Rename to use async
2424
- 👷 [PowerShellEditorServices #943](https://github.com/PowerShell/PowerShellEditorServices/pull/943) -
2525
Improvements to the log parsing module (Thanks @rkeithhill!)
2626
- 💻 [PowerShellEditorServices #921](https://github.com/PowerShell/PowerShellEditorServices/pull/921) -
27-
Set up CI with Azure Pipelines
27+
Set up CI with Azure Pipelines
2828
- 🐛 [PowerShellEditorServices #908](https://github.com/PowerShell/PowerShellEditorServices/pull/908) -
2929
Fix issue with reference code lens not working with UNC paths (Thanks @rkeithhill!)
3030
- 🐛 [vscode-powershell #1571](https://github.com/PowerShell/PowerShellEditorServices/pull/911) -
31-
Fix faulty netfx check
31+
Fix faulty netfx check
3232
- 🐛 [PowerShellEditorServices #906](https://github.com/PowerShell/PowerShellEditorServices/pull/906) -
33-
Fix New-EditorFile with no folder or no files open
33+
Fix New-EditorFile with no folder or no files open
3434
-[vscode-powershell #1398](https://github.com/PowerShell/PowerShellEditorServices/pull/902) -
3535
Improve path auto-completion (Thanks @rkeithhill!)
3636
- 🐛 [PowerShellEditorServices #910](https://github.com/PowerShell/PowerShellEditorServices/pull/910) -
@@ -40,7 +40,7 @@
4040
- 👷 [PowerShellEditorServices #903](https://github.com/PowerShell/PowerShellEditorServices/pull/903) -
4141
Move temp folder into repo to avoid state that causes build errors from time to time when rebuilding locally (and packages have updated) (Thanks @bergmeister!)
4242
- 💻 [PowerShellEditorServices #904](https://github.com/PowerShell/PowerShellEditorServices/pull/904) -
43-
Add initial credscan configuation ymls for CI
43+
Add initial credscan configuation ymls for CI
4444
- 🐛 [PowerShellEditorServices #901](https://github.com/PowerShell/PowerShellEditorServices/pull/901) -
4545
Switch to current lowercase names for powershell and mdlint exts (Thanks @rkeithhill!)
4646

PowerShellEditorServices.Common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionPrefix>2.0.0</VersionPrefix>
4-
<VersionSuffix>preview.3</VersionSuffix>
4+
<VersionSuffix>preview.4</VersionSuffix>
55
<Company>Microsoft</Company>
66
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
77
<PackageTags>PowerShell;editor;development;language;debugging</PackageTags>

0 commit comments

Comments
 (0)