From ea0d679326ce724728f22e83bb6e8f223533ebfc Mon Sep 17 00:00:00 2001 From: Tyler Leonhardt Date: Tue, 22 Jan 2019 16:15:04 -0800 Subject: [PATCH 1/3] Prep 1.11 release with Changelog --- CHANGELOG.md | 52 +++++++++++++++++++++++++++++ appveyor.yml | 2 +- package.json | 2 +- src/main.ts | 2 +- tools/releaseBuild/Image/DockerFile | 2 +- 5 files changed, 56 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84580c0b33..c4e9d36e1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,57 @@ # vscode-powershell Release History +## v1.11.0 +### Wednesday, January 23, 2019 +#### [vscode-powershell](https://github.com/powershell/vscode-powershell) + +- [vscode-PowerShell #1714](https://github.com/PowerShell/vscode-PowerShell/pull/1714) - + Do not run pester tests when user cancels questions using the x button (Thanks @bergmeister!) +- [vscode-PowerShell #1701](https://github.com/PowerShell/vscode-PowerShell/pull/1701) - + Interpret null Describe TestName to mean value can't be eval'd (Thanks @rkeithhill!) +- [vscode-PowerShell #1698](https://github.com/PowerShell/vscode-PowerShell/pull/1698) - + Add 'Run/Debug Pester tests' command and file tab menu (Thanks @bergmeister!) +- [vscode-PowerShell #1697](https://github.com/PowerShell/vscode-PowerShell/pull/1697) - + Remove Region Block snippet (Thanks @fullenw1!) +- [vscode-PowerShell #1690](https://github.com/PowerShell/vscode-PowerShell/pull/1690) - + Refresh CommandExplorer on visible +- [vscode-PowerShell #1688](https://github.com/PowerShell/vscode-PowerShell/pull/1688) - + Fix spacing of package.json after running Invoke-Build to not end up with local changes (Thanks @bergmeister!) +- [vscode-PowerShell #1638](https://github.com/PowerShell/vscode-PowerShell/pull/1638) - + Add icons and enable setting for Command Explorer (Thanks @corbob!) +- [vscode-PowerShell #1679](https://github.com/PowerShell/vscode-PowerShell/pull/1679) - + Update broken links in README (Thanks @josh-!) +- [vscode-PowerShell #1670](https://github.com/PowerShell/vscode-PowerShell/pull/1670) - + Update recommended NodeJS version to 8.x since 6.x will go out of support in April 2019 (Thanks @bergmeister!) + +#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices) + +- [PowerShellEditorServices #851](https://github.com/PowerShell/PowerShellEditorServices/pull/851) - + Fix #827 Pester TestName w/expandable str returns nothing (Thanks @rkeithhill!) +- [PowerShellEditorServices #842](https://github.com/PowerShell/PowerShellEditorServices/pull/842) - + Fix typos (Thanks @alexandair!) +- [PowerShellEditorServices #838](https://github.com/PowerShell/PowerShellEditorServices/pull/838) - + Fix NullRefEx bug when accessing scriptFile.ReferencedFiles (Thanks @rkeithhill!) +- [PowerShellEditorServices #839](https://github.com/PowerShell/PowerShellEditorServices/pull/839) - + Fix FileNotFoundEx crash when Fold happens on untitled: scheme doc (Thanks @rkeithhill!) +- [PowerShellEditorServices #843](https://github.com/PowerShell/PowerShellEditorServices/pull/843) - + Simplify the parameter descriptions and fix typos (Thanks @alexandair!) +- [PowerShellEditorServices #844](https://github.com/PowerShell/PowerShellEditorServices/pull/844) - + Fix an empty verbose message when importing an editor command (Thanks @alexandair!) +- [PowerShellEditorServices #828](https://github.com/PowerShell/PowerShellEditorServices/pull/828) - + Compile against net452 because net451 is not supported any more (Thanks @bergmeister!) +- [PowerShellEditorServices #848](https://github.com/PowerShell/PowerShellEditorServices/pull/848) - + switch an instance of GetFile to TryGetFile to fix #1689 +- [PowerShellEditorServices #846](https://github.com/PowerShell/PowerShellEditorServices/pull/846) - + Workaround "attach to process" hang +- [PowerShellEditorServices #829](https://github.com/PowerShell/PowerShellEditorServices/pull/829) - + Update various NuGet packages (Thanks @bergmeister!) +- [PowerShellEditorServices #825](https://github.com/PowerShell/PowerShellEditorServices/pull/825) - + (GH-824)(GH-812) Improve code folding speed (Thanks @glennsarti!) +- [PowerShellEditorServices #850](https://github.com/PowerShell/PowerShellEditorServices/pull/850) - + Fix VSCODE 1683 - HelpCommentReqHdlr crash on GetFile (Thanks @rkeithhill!) +- [PowerShellEditorServices #837](https://github.com/PowerShell/PowerShellEditorServices/pull/837) - + (maint) Add traits for folding tests (Thanks @glennsarti!) + ## v1.10.2 ### Tuesday, December 18, 2018 diff --git a/appveyor.yml b/appveyor.yml index 8b030e8e86..c9ecc1588d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '1.10.3-insiders-{build}' +version: '1.11.0-insiders-{build}' image: Visual Studio 2017 clone_depth: 10 skip_tags: true diff --git a/package.json b/package.json index 94099f6893..5cd2dc7c93 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "PowerShell", "displayName": "PowerShell", - "version": "1.10.3", + "version": "1.11.0", "publisher": "ms-vscode", "description": "Develop PowerShell scripts in Visual Studio Code!", "engines": { diff --git a/src/main.ts b/src/main.ts index 91273319f6..4c0ce6cca5 100644 --- a/src/main.ts +++ b/src/main.ts @@ -36,7 +36,7 @@ import utils = require("./utils"); // NOTE: We will need to find a better way to deal with the required // PS Editor Services version... -const requiredEditorServicesVersion = "1.10.3"; +const requiredEditorServicesVersion = "1.11.0"; let logger: Logger; let sessionManager: SessionManager; diff --git a/tools/releaseBuild/Image/DockerFile b/tools/releaseBuild/Image/DockerFile index 596b61bcd0..f573cfe3ea 100644 --- a/tools/releaseBuild/Image/DockerFile +++ b/tools/releaseBuild/Image/DockerFile @@ -23,7 +23,7 @@ COPY build.ps1 containerFiles/build.ps1 # Add an environment variable for build versioning ENV VSTS_BUILD=1 -ENV VSTS_BUILD_VERSION=1.10.3 +ENV VSTS_BUILD_VERSION=1.11.0 # Uncomment to debug locally # RUN Import-Module ./containerFiles/dockerInstall.psm1; ` From 375507663ad6dcc0b9447a559fcef58bc8ac5ae1 Mon Sep 17 00:00:00 2001 From: Tyler Leonhardt Date: Tue, 22 Jan 2019 17:35:51 -0800 Subject: [PATCH 2/3] change default branch to prevent using the wrong branch --- tools/releaseBuild/setVstsVariables.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/releaseBuild/setVstsVariables.ps1 b/tools/releaseBuild/setVstsVariables.ps1 index afaa5e570a..4fc5ffabc7 100644 --- a/tools/releaseBuild/setVstsVariables.ps1 +++ b/tools/releaseBuild/setVstsVariables.ps1 @@ -1,5 +1,5 @@ $vstsVariables = @{ - PSES_BRANCH = 'master' + PSES_BRANCH = 'legacy/1.x' } # Use VSTS's API to set an env vars From c75faae66b951a09307d582e5577b0b056b15826 Mon Sep 17 00:00:00 2001 From: Tyler Leonhardt Date: Tue, 22 Jan 2019 18:07:46 -0800 Subject: [PATCH 3/3] spaces --- CHANGELOG.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e9d36e1e..7874c08a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,52 +5,52 @@ #### [vscode-powershell](https://github.com/powershell/vscode-powershell) - [vscode-PowerShell #1714](https://github.com/PowerShell/vscode-PowerShell/pull/1714) - - Do not run pester tests when user cancels questions using the x button (Thanks @bergmeister!) + Do not run pester tests when user cancels questions using the x button (Thanks @bergmeister!) - [vscode-PowerShell #1701](https://github.com/PowerShell/vscode-PowerShell/pull/1701) - - Interpret null Describe TestName to mean value can't be eval'd (Thanks @rkeithhill!) + Interpret null Describe TestName to mean value can't be eval'd (Thanks @rkeithhill!) - [vscode-PowerShell #1698](https://github.com/PowerShell/vscode-PowerShell/pull/1698) - - Add 'Run/Debug Pester tests' command and file tab menu (Thanks @bergmeister!) + Add 'Run/Debug Pester tests' command and file tab menu (Thanks @bergmeister!) - [vscode-PowerShell #1697](https://github.com/PowerShell/vscode-PowerShell/pull/1697) - - Remove Region Block snippet (Thanks @fullenw1!) + Remove Region Block snippet (Thanks @fullenw1!) - [vscode-PowerShell #1690](https://github.com/PowerShell/vscode-PowerShell/pull/1690) - Refresh CommandExplorer on visible - [vscode-PowerShell #1688](https://github.com/PowerShell/vscode-PowerShell/pull/1688) - - Fix spacing of package.json after running Invoke-Build to not end up with local changes (Thanks @bergmeister!) + Fix spacing of package.json after running Invoke-Build to not end up with local changes (Thanks @bergmeister!) - [vscode-PowerShell #1638](https://github.com/PowerShell/vscode-PowerShell/pull/1638) - - Add icons and enable setting for Command Explorer (Thanks @corbob!) + Add icons and enable setting for Command Explorer (Thanks @corbob!) - [vscode-PowerShell #1679](https://github.com/PowerShell/vscode-PowerShell/pull/1679) - - Update broken links in README (Thanks @josh-!) + Update broken links in README (Thanks @josh-!) - [vscode-PowerShell #1670](https://github.com/PowerShell/vscode-PowerShell/pull/1670) - - Update recommended NodeJS version to 8.x since 6.x will go out of support in April 2019 (Thanks @bergmeister!) + Update recommended NodeJS version to 8.x since 6.x will go out of support in April 2019 (Thanks @bergmeister!) #### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices) - [PowerShellEditorServices #851](https://github.com/PowerShell/PowerShellEditorServices/pull/851) - - Fix #827 Pester TestName w/expandable str returns nothing (Thanks @rkeithhill!) + Fix #827 Pester TestName w/expandable str returns nothing (Thanks @rkeithhill!) - [PowerShellEditorServices #842](https://github.com/PowerShell/PowerShellEditorServices/pull/842) - Fix typos (Thanks @alexandair!) - [PowerShellEditorServices #838](https://github.com/PowerShell/PowerShellEditorServices/pull/838) - - Fix NullRefEx bug when accessing scriptFile.ReferencedFiles (Thanks @rkeithhill!) + Fix NullRefEx bug when accessing scriptFile.ReferencedFiles (Thanks @rkeithhill!) - [PowerShellEditorServices #839](https://github.com/PowerShell/PowerShellEditorServices/pull/839) - - Fix FileNotFoundEx crash when Fold happens on untitled: scheme doc (Thanks @rkeithhill!) + Fix FileNotFoundEx crash when Fold happens on untitled: scheme doc (Thanks @rkeithhill!) - [PowerShellEditorServices #843](https://github.com/PowerShell/PowerShellEditorServices/pull/843) - - Simplify the parameter descriptions and fix typos (Thanks @alexandair!) + Simplify the parameter descriptions and fix typos (Thanks @alexandair!) - [PowerShellEditorServices #844](https://github.com/PowerShell/PowerShellEditorServices/pull/844) - - Fix an empty verbose message when importing an editor command (Thanks @alexandair!) + Fix an empty verbose message when importing an editor command (Thanks @alexandair!) - [PowerShellEditorServices #828](https://github.com/PowerShell/PowerShellEditorServices/pull/828) - - Compile against net452 because net451 is not supported any more (Thanks @bergmeister!) + Compile against net452 because net451 is not supported any more (Thanks @bergmeister!) - [PowerShellEditorServices #848](https://github.com/PowerShell/PowerShellEditorServices/pull/848) - switch an instance of GetFile to TryGetFile to fix #1689 - [PowerShellEditorServices #846](https://github.com/PowerShell/PowerShellEditorServices/pull/846) - Workaround "attach to process" hang - [PowerShellEditorServices #829](https://github.com/PowerShell/PowerShellEditorServices/pull/829) - - Update various NuGet packages (Thanks @bergmeister!) + Update various NuGet packages (Thanks @bergmeister!) - [PowerShellEditorServices #825](https://github.com/PowerShell/PowerShellEditorServices/pull/825) - - (GH-824)(GH-812) Improve code folding speed (Thanks @glennsarti!) + (GH-824)(GH-812) Improve code folding speed (Thanks @glennsarti!) - [PowerShellEditorServices #850](https://github.com/PowerShell/PowerShellEditorServices/pull/850) - - Fix VSCODE 1683 - HelpCommentReqHdlr crash on GetFile (Thanks @rkeithhill!) + Fix VSCODE 1683 - HelpCommentReqHdlr crash on GetFile (Thanks @rkeithhill!) - [PowerShellEditorServices #837](https://github.com/PowerShell/PowerShellEditorServices/pull/837) - - (maint) Add traits for folding tests (Thanks @glennsarti!) + (maint) Add traits for folding tests (Thanks @glennsarti!) ## v1.10.2 ### Tuesday, December 18, 2018