Skip to content

Commit

Permalink
Visual Studio Code 1.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Nov 13, 2020
1 parent 37f2ef0 commit ac7f292
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.51.1-40 (2020/11/13)

* Visual Studio Code 1.51.1

## 1.49.3-39 (2020/10/05)

* Visual Studio Code 1.49.3
Expand Down
8 changes: 4 additions & 4 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ core.dir = ../portapps
app = vscode
app.name = Visual Studio Code
app.type = archive
app.version = 1.49.3
app.release = 39
app.version = 1.51.1
app.release = 40
app.homepage = https://code.visualstudio.com

# Portable app
Expand All @@ -21,9 +21,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/2af051012b66169dde0c4dfae3f5ef48f787ff69/VSCode-win32-ia32-${app.version}.zip
atf.win32.url = https://az764295.vo.msecnd.net/stable/e5a624b788d92b8d34d1392e4c4d9789406efe8f/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/2af051012b66169dde0c4dfae3f5ef48f787ff69/VSCode-win32-x64-${app.version}.zip
atf.win64.url = https://az764295.vo.msecnd.net/stable/e5a624b788d92b8d34d1392e4c4d9789406efe8f/VSCode-win32-x64-${app.version}.zip
atf.win64.assertextract = Code.exe

0 comments on commit ac7f292

Please sign in to comment.