From bd652ab8cdb06ede4203dcab0c5443a76694b30e Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 11 Jul 2021 23:22:40 +0200 Subject: [PATCH] Visual Studio Code 1.58.0 --- CHANGELOG.md | 4 ++++ build.properties | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf47c8f..ed0b3c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.58.0-44 (2021/07/11) + +* Visual Studio Code 1.58.0 + ## 1.55.2-43 (2021/04/15) * Visual Studio Code 1.55.2 diff --git a/build.properties b/build.properties index 9940730..b51d4e6 100644 --- a/build.properties +++ b/build.properties @@ -5,8 +5,8 @@ core.dir = ../portapps app = vscode app.name = Visual Studio Code app.type = archive -app.version = 1.55.2 -app.release = 43 +app.version = 1.58.0 +app.release = 44 app.homepage = https://code.visualstudio.com # Portable app @@ -21,5 +21,5 @@ papp.folder = app atf.id = VSCode atf.win64.filename = ${atf.id}-win64-${app.version} atf.win64.ext = .zip -atf.win64.url = https://az764295.vo.msecnd.net/stable/3c4e3df9e89829dce27b7b5c24508306b151f30d/VSCode-win32-x64-${app.version}.zip +atf.win64.url = https://az764295.vo.msecnd.net/stable/2d23c42a936db1c7b3b06f918cde29561cc47cd6/VSCode-win32-x64-${app.version}.zip atf.win64.assertextract = Code.exe