From e55017307365bec11ce074ab85fc973af2dd890b Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 15 Aug 2018 13:21:45 +0200 Subject: [PATCH] Upgrade to Visual Studio Code 1.26.0 --- CHANGELOG.md | 4 ++++ build.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5a1e85..91603e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.26.0-4 (2018/08/14) + +* Upgrade to Visual Studio Code 1.26.0 + ## 1.24.1-3 (2018/06/21) * Upgrade to Visual Studio Code 1.24.1 diff --git a/build.properties b/build.properties index 2ba096f..77c964a 100644 --- a/build.properties +++ b/build.properties @@ -6,7 +6,7 @@ core.dir = ../portapps app = vscode app.name = Visual Studio Code app.type = archive -app.version = 1.24.1 +app.version = 1.26.0 # Portable app papp.id = ${app}-portable