From 9d845e0d46f59386f9072e40adb2114fcd97c692 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Fri, 13 Sep 2019 21:25:56 +0000 Subject: [PATCH] AU: 1 updated - vscode-yaml [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/af3cf202a1bdf22637e3cf3621b5c0215b49b2ad --- automatic/vscode-yaml/tools/chocolateyInstall.ps1 | 2 +- automatic/vscode-yaml/vscode-yaml.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automatic/vscode-yaml/tools/chocolateyInstall.ps1 b/automatic/vscode-yaml/tools/chocolateyInstall.ps1 index a0c25f698..30869c673 100644 --- a/automatic/vscode-yaml/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-yaml/tools/chocolateyInstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'redhat.vscode-yaml@0.5.2' +Install-VsCodeExtension -extensionId 'redhat.vscode-yaml@0.5.3' diff --git a/automatic/vscode-yaml/vscode-yaml.nuspec b/automatic/vscode-yaml/vscode-yaml.nuspec index f311a2448..d7d4e9830 100644 --- a/automatic/vscode-yaml/vscode-yaml.nuspec +++ b/automatic/vscode-yaml/vscode-yaml.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 0.5.2 + 0.5.3 Maurice Kevenaar