Skip to content

Commit

Permalink
Visual Studio Code 1.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed May 12, 2020
1 parent 606a1a0 commit 815c7e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## 1.44.2-31 (2020/05/25)
## 1.45.0-32 (2020/05/12)

* Visual Studio Code 1.45.0
* Portapps 2.2.4

## 1.44.2-31 (2020/04/25)

* Visual Studio Code 1.44.2
* Portapps 2.2.0
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.44.2
app.release = 31
app.version = 1.45.0
app.release = 32
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/ff915844119ce9485abfe8aa9076ec76b5300ddd/VSCode-win32-ia32-${app.version}.zip
atf.win32.url = https://az764295.vo.msecnd.net/stable/d69a79b73808559a91206d73d7717ff5f798f23c/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/ff915844119ce9485abfe8aa9076ec76b5300ddd/VSCode-win32-x64-${app.version}.zip
atf.win64.url = https://az764295.vo.msecnd.net/stable/d69a79b73808559a91206d73d7717ff5f798f23c/VSCode-win32-x64-${app.version}.zip
atf.win64.assertextract = Code.exe

0 comments on commit 815c7e4

Please sign in to comment.