From cced8c28475562184bdfa3f7fc8c88ab3fe6c931 Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Wed, 10 Apr 2019 15:00:23 -0700 Subject: [PATCH 1/4] CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4bd31f8d..0323fa69b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # PowerShell Editor Services Release History +## v2.0.0-preview.3 + +- [PowerShellEditorServices #902](https://github.com/PowerShell/PowerShellEditorServices/pull/902) - + Improve path auto-completion (Thanks @rkeithhill!) +- [PowerShellEditorServices #910](https://github.com/PowerShell/PowerShellEditorServices/pull/910) - + Fix UseCorrectCasing to be actually configurable via"powershell.codeFormatting.useCorrectCasing" (Thanks @bergmeister!) +- [PowerShellEditorServices #909](https://github.com/PowerShell/PowerShellEditorServices/pull/909) - + Use global.json to pin .Net Core SDK version and update it from 2.1.402 to 2.1.602 (Thanks @bergmeister!) +- [PowerShellEditorServices #903](https://github.com/PowerShell/PowerShellEditorServices/pull/903) - + 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!) +- [PowerShellEditorServices #904](https://github.com/PowerShell/PowerShellEditorServices/pull/904) - + add initial credscan ymls ## v2.0.0-preview.2 ### Friday, March 29, 2019 From 6f62a9f7e3928aa5cdf8f9183e0f700c0339017b Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Wed, 10 Apr 2019 15:03:02 -0700 Subject: [PATCH 2/4] Correct format --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0323fa69b..cdd9d6a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # PowerShell Editor Services Release History + ## v2.0.0-preview.3 +### Wednesday, April 10, 2019 - [PowerShellEditorServices #902](https://github.com/PowerShell/PowerShellEditorServices/pull/902) - Improve path auto-completion (Thanks @rkeithhill!) From 382eee24356a0b2662cf14574671e606db20e092 Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Wed, 10 Apr 2019 15:09:56 -0700 Subject: [PATCH 3/4] Add missed commits to changelog --- CHANGELOG.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd9d6a1b..c0edfdfbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,16 +3,18 @@ ## v2.0.0-preview.3 ### Wednesday, April 10, 2019 +- [PowerShellEditorServices #906](https://github.com/PowerShell/PowerShellEditorServices/pull/906) - + Fix New-EditorFile with no folder or no files open +- [PowerShellEditorServices #908](https://github.com/PowerShell/PowerShellEditorServices/pull/908) - + Fix crash in CodeLens with UNC paths on Windows (Thanks @rkeithhill!) - [PowerShellEditorServices #902](https://github.com/PowerShell/PowerShellEditorServices/pull/902) - - Improve path auto-completion (Thanks @rkeithhill!) + Improve path auto-completion (Thanks @rkeithhill!) - [PowerShellEditorServices #910](https://github.com/PowerShell/PowerShellEditorServices/pull/910) - - Fix UseCorrectCasing to be actually configurable via"powershell.codeFormatting.useCorrectCasing" (Thanks @bergmeister!) + Fix UseCorrectCasing to be actually configurable via"powershell.codeFormatting.useCorrectCasing" (Thanks @bergmeister!) - [PowerShellEditorServices #909](https://github.com/PowerShell/PowerShellEditorServices/pull/909) - - Use global.json to pin .Net Core SDK version and update it from 2.1.402 to 2.1.602 (Thanks @bergmeister!) + Use global.json to pin .Net Core SDK version and update it from 2.1.402 to 2.1.602 (Thanks @bergmeister!) - [PowerShellEditorServices #903](https://github.com/PowerShell/PowerShellEditorServices/pull/903) - - 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!) -- [PowerShellEditorServices #904](https://github.com/PowerShell/PowerShellEditorServices/pull/904) - - add initial credscan ymls + 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!) ## v2.0.0-preview.2 ### Friday, March 29, 2019 From f7bdcc8964b5ee58707dc79cfd238a8d58e6fe99 Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Wed, 10 Apr 2019 15:28:13 -0700 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0edfdfbc..6e8f5fbb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - [PowerShellEditorServices #902](https://github.com/PowerShell/PowerShellEditorServices/pull/902) - Improve path auto-completion (Thanks @rkeithhill!) - [PowerShellEditorServices #910](https://github.com/PowerShell/PowerShellEditorServices/pull/910) - - Fix UseCorrectCasing to be actually configurable via"powershell.codeFormatting.useCorrectCasing" (Thanks @bergmeister!) + Fix UseCorrectCasing to be actually configurable via `powershell.codeFormatting.useCorrectCasing` (Thanks @bergmeister!) - [PowerShellEditorServices #909](https://github.com/PowerShell/PowerShellEditorServices/pull/909) - Use global.json to pin .Net Core SDK version and update it from 2.1.402 to 2.1.602 (Thanks @bergmeister!) - [PowerShellEditorServices #903](https://github.com/PowerShell/PowerShellEditorServices/pull/903) -