Skip to content

Commit

Permalink
merge(): bring in latest branch as default (#61)
Browse files Browse the repository at this point in the history
* Update to always use latest version of Visual Studio Code

* Bump to v1.0.0.0 and flag as Latest

* Add link to Latest version

* chore(): bump to v1.0.1
  • Loading branch information
garethflowers authored Oct 21, 2019
1 parent de6a940 commit 5c39d5f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ features as Visual Studio Code, plus, it leaves no personal information behind
on the machine you run it on, so you can take it with you wherever you go.

## Download

Download [the latest version of the online installer][D1].

All other downloads are available [in the Releases section][D2]. Visual Studio Code Portable
Expand Down
4 changes: 2 additions & 2 deletions VSCodePortable/App/AppInfo/AppInfo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Freeware=true
CommercialUse=true

[Version]
PackageVersion=1.26.0.0
DisplayVersion=1.26.0
PackageVersion=1.0.1.0
DisplayVersion=Latest

[Dependencies]
UsesDotNetVersion=4.5
Expand Down
16 changes: 7 additions & 9 deletions VSCodePortable/App/AppInfo/Installer.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[DownloadFiles]
DownloadURL=https://az764295.vo.msecnd.net/stable/4e9361845dc28659923a300945f84731393e210d/VSCode-win32-ia32-1.26.0.zip
DownloadName=Visual Studio Code v1.26.0
DownloadFilename=VSCode-win32-ia32-1.26.0.zip
DownloadMD5=843a4acd49ea3ba4eaabbd8445d1c85e
DownloadURL=https://go.microsoft.com/fwlink/?LinkID=623231
DownloadName=Visual Studio Code - Latest 32bit
DownloadFilename=VSCode-win32-ia32-x.x.x.zip
AdvancedExtract1To=App\VSCode
AdvancedExtract1Filter=**
Download2URL=https://az764295.vo.msecnd.net/stable/4e9361845dc28659923a300945f84731393e210d/VSCode-win32-x64-1.26.0.zip
Download2Name=Visual Studio Code v1.26.0
Download2Filename=VSCode-win32-x64-1.26.0.zip
Download2MD5=93ee484e651b5abf175bceefc1da3b04
Download2URL=https://go.microsoft.com/fwlink/?Linkid=850641
Download2Name=Visual Studio Code - Latest 64bit
Download2Filename=VSCode-win32-x64-x.x.x.zip
Download2AdvancedExtract1To=App\VSCode64
Download2AdvancedExtract1Filter=**
AdditionalInstallSize=404000
AdditionalInstallSize=500000

0 comments on commit 5c39d5f

Please sign in to comment.