diff --git a/CHANGELOG.md b/CHANGELOG.md index cc288b1..b5ee7c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.28.0-9 (2018/10/08) + +* Upgrade to Visual Studio Code 1.28.0 + ## 1.27.2-8 (2018/09/14) * Upgrade to Visual Studio Code 1.27.2 diff --git a/build.properties b/build.properties index b3c674f..d02a6aa 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.2 +app.version = 1.28.0 # 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/f46c4c469d6e6d8c46f268d1553c5dc4b475840f/VSCode-win32-ia32-${app.version}.zip +atf.win32.url = https://az764295.vo.msecnd.net/stable/431ef9da3cf88a7e164f9d33bf62695e07c6c2a9/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/f46c4c469d6e6d8c46f268d1553c5dc4b475840f/VSCode-win32-x64-${app.version}.zip +atf.win64.url = https://az764295.vo.msecnd.net/stable/431ef9da3cf88a7e164f9d33bf62695e07c6c2a9/VSCode-win32-x64-${app.version}.zip atf.win64.assertextract = Code.exe