From 55acb36e33f077f7b9078364dbbc3d7db6ed767f Mon Sep 17 00:00:00 2001 From: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com> Date: Fri, 1 Nov 2019 10:47:32 -0700 Subject: [PATCH] Update powershell kernel version to 0.1.2 (#8171) --- extensions/notebook/src/jupyter/jupyterServerInstallation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/notebook/src/jupyter/jupyterServerInstallation.ts b/extensions/notebook/src/jupyter/jupyterServerInstallation.ts index 22830b1188..069b1cd43c 100644 --- a/extensions/notebook/src/jupyter/jupyterServerInstallation.ts +++ b/extensions/notebook/src/jupyter/jupyterServerInstallation.ts @@ -78,7 +78,7 @@ export class JupyterServerInstallation { version: '1.3.0' }, { name: 'powershell-kernel', - version: '0.1.1' + version: '0.1.2' } ];