Skip to content

Commit bd652ab

Browse files
committed
Visual Studio Code 1.58.0
1 parent 3d40bab commit bd652ab

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.58.0-44 (2021/07/11)
4+
5+
* Visual Studio Code 1.58.0
6+
37
## 1.55.2-43 (2021/04/15)
48

59
* Visual Studio Code 1.55.2

build.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ core.dir = ../portapps
55
app = vscode
66
app.name = Visual Studio Code
77
app.type = archive
8-
app.version = 1.55.2
9-
app.release = 43
8+
app.version = 1.58.0
9+
app.release = 44
1010
app.homepage = https://code.visualstudio.com
1111

1212
# Portable app
@@ -21,5 +21,5 @@ papp.folder = app
2121
atf.id = VSCode
2222
atf.win64.filename = ${atf.id}-win64-${app.version}
2323
atf.win64.ext = .zip
24-
atf.win64.url = https://az764295.vo.msecnd.net/stable/3c4e3df9e89829dce27b7b5c24508306b151f30d/VSCode-win32-x64-${app.version}.zip
24+
atf.win64.url = https://az764295.vo.msecnd.net/stable/2d23c42a936db1c7b3b06f918cde29561cc47cd6/VSCode-win32-x64-${app.version}.zip
2525
atf.win64.assertextract = Code.exe

0 commit comments

Comments
 (0)