From cbb5309b02ca34811827647d0b799488470c0261 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Fri, 26 Jan 2024 16:18:55 +0000 Subject: [PATCH] AU: 1 updated - vscode-puppet [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/f7ba9b73fbeaf3667c9af607bf39cfb7d4889425 --- automatic/vscode-puppet/tools/chocolateyInstall.ps1 | 2 +- automatic/vscode-puppet/vscode-puppet.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automatic/vscode-puppet/tools/chocolateyInstall.ps1 b/automatic/vscode-puppet/tools/chocolateyInstall.ps1 index 4289ce3ec..c9b5733d4 100644 --- a/automatic/vscode-puppet/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-puppet/tools/chocolateyInstall.ps1 @@ -1,5 +1,5 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'puppet.puppet-vscode@1.5.0' +Install-VsCodeExtension -extensionId 'puppet.puppet-vscode@1.5.1' Write-Warning "If installed, you'll need to uninstall the old 'jpogran.puppet-vscode' puppet extension manually." diff --git a/automatic/vscode-puppet/vscode-puppet.nuspec b/automatic/vscode-puppet/vscode-puppet.nuspec index d79ec3d81..0da66bbb0 100644 --- a/automatic/vscode-puppet/vscode-puppet.nuspec +++ b/automatic/vscode-puppet/vscode-puppet.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.5.0 + 1.5.1 Maurice Kevenaar