From c925e19b1aee184701e877ec74268c71f8e8a8ba Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 7 Sep 2018 17:46:50 +0200 Subject: [PATCH] Upgrade to Visual Studio Code 1.27.1 --- CHANGELOG.md | 6 ++++++ build.properties | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad0a05e..ce500ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.27.1-7 (2018/09/07) + +* Upgrade to Visual Studio Code 1.27.1 +* Upgrade to Go 1.11 +* Use [go mod](https://golang.org/cmd/go/#hdr-Module_maintenance) instead of `dep` + ## 1.27.0-6 (2018/09/06) * Upgrade to Visual Studio Code 1.27.0 diff --git a/build.properties b/build.properties index b7a2677..9989f3e 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.27.0 +app.version = 1.27.1 # Portable app papp.id = ${app}-portable @@ -20,9 +20,9 @@ papp.folder = app atf.id = VSCode atf.win32.filename = ${atf.id}-win32-${app.version} atf.win32.ext = .zip -atf.win32.url = https://az764295.vo.msecnd.net/stable/7b9afc4196bda60b0facdf62cfc02815509b23d6/VSCode-win32-ia32-${app.version}.zip +atf.win32.url = https://az764295.vo.msecnd.net/stable/5944e81f3c46a3938a82c701f96d7a59b074cfdc/VSCode-win32-ia32-${app.version}.zip atf.win32.assertextract = Code.exe atf.win64.filename = ${atf.id}-win64-${app.version} atf.win64.ext = .zip -atf.win64.url = https://az764295.vo.msecnd.net/stable/7b9afc4196bda60b0facdf62cfc02815509b23d6/VSCode-win32-x64-${app.version}.zip +atf.win64.url = https://az764295.vo.msecnd.net/stable/5944e81f3c46a3938a82c701f96d7a59b074cfdc/VSCode-win32-x64-${app.version}.zip atf.win64.assertextract = Code.exe