From 72a043117b12c7181ad2384eb6f418ced9cf37c1 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Tue, 7 Jan 2025 00:34:41 +0000 Subject: [PATCH] AU: 1 updated - vscode-vsliveshare [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/4397809b5c2c30e556a3df681cfa04d89a0976d4 --- automatic/vscode-vsliveshare/tools/chocolateyInstall.ps1 | 2 +- automatic/vscode-vsliveshare/vscode-vsliveshare.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automatic/vscode-vsliveshare/tools/chocolateyInstall.ps1 b/automatic/vscode-vsliveshare/tools/chocolateyInstall.ps1 index cd482b8e61..eddaef8c0f 100644 --- a/automatic/vscode-vsliveshare/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-vsliveshare/tools/chocolateyInstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'ms-vsliveshare.vsliveshare@1.0.5941' +Install-VsCodeExtension -extensionId 'ms-vsliveshare.vsliveshare@1.0.5948' diff --git a/automatic/vscode-vsliveshare/vscode-vsliveshare.nuspec b/automatic/vscode-vsliveshare/vscode-vsliveshare.nuspec index 656f4fd6a2..5cc78f85b7 100644 --- a/automatic/vscode-vsliveshare/vscode-vsliveshare.nuspec +++ b/automatic/vscode-vsliveshare/vscode-vsliveshare.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.0.5941 + 1.0.5948 Maurice Kevenaar