Skip to content

Commit b545645

Browse files
Bump version of Install-VSCode.ps1 (PowerShell#3397)
Also update its release notes.
1 parent 742ae08 commit b545645

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

scripts/Install-VSCode.ps1

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<#PSScriptInfo
22
3-
.VERSION 1.4.1
3+
.VERSION 1.4.2
44
55
.GUID 539e5585-7a02-4dd6-b9a6-5dd288d0a5d0
66
@@ -25,20 +25,25 @@
2525
.EXTERNALSCRIPTDEPENDENCIES
2626
2727
.RELEASENOTES
28+
02/06/2021 - Fix an architecture check issue with non-English localizations.
29+
--
30+
01/04/2021 - Fix host for downloading VSCode.
31+
--
2832
07/10/2019 - Fix a version check when installing user-builds with Windows Powershell greater than 5.
2933
--
30-
30/08/2019 - added functionality to install the "User Install" variant of Stable Edition.
34+
30/08/2019 - Added functionality to install the "User Install" variant of Stable Edition.
3135
--
32-
07/11/2018 - added support for PowerShell Core and macOS/Linux platforms.
36+
07/11/2018 - Added support for PowerShell Core and macOS/Linux platforms.
3337
--
34-
15/08/2018 - added functionality to install the new "User Install" variant of Insiders Edition.
38+
15/08/2018 - Added functionality to install the new "User Install" variant of Insiders Edition.
3539
--
36-
21/03/2018 - added functionality to install the VSCode context menus. Also, VSCode is now always added to the search path
40+
21/03/2018 - Added functionality to install the VSCode context menus.
41+
Also, VSCode is now always added to the search path.
3742
--
38-
20/03/2018 - fix OS detection to prevent error
43+
20/03/2018 - Fix OS detection to prevent error
3944
--
40-
28/12/2017 - added functionality to support 64-bit versions of VSCode
41-
& support for installation of VSCode Insiders Edition.
45+
28/12/2017 - Added functionality to support 64-bit versions of VSCode
46+
and support for installation of VSCode Insiders Edition.
4247
--
4348
Initial release.
4449
#>

0 commit comments

Comments
 (0)