Skip to content

Commit

Permalink
AU: 1 updated - visualstudiocode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 6, 2017
1 parent 6644631 commit 7bb78b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions automatic/visualstudiocode/Tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Write-Host "$mergeTasks"

$packageName = 'visualstudiocode'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://az764295.vo.msecnd.net/stable/8076a19fdcab7e1fc1707952d652f0bb6c6db331/VSCodeSetup-1.10.2.exe'
$url64 = 'https://az764295.vo.msecnd.net/stable/8076a19fdcab7e1fc1707952d652f0bb6c6db331/VSCodeSetup-1.10.2.exe'
$checksum32 = '9cc50045d7bd6e7a42516de1a81d7fcc3cf93bda58fef48dbadb0d1c65533495'
$checksum64 = '9cc50045d7bd6e7a42516de1a81d7fcc3cf93bda58fef48dbadb0d1c65533495'
$url32 = 'https://az764295.vo.msecnd.net/stable/9122ec4b1068bd391e41974f46a4b54c1b9c90f9/VSCodeSetup-1.11.0.exe'
$url64 = 'https://az764295.vo.msecnd.net/stable/9122ec4b1068bd391e41974f46a4b54c1b9c90f9/VSCodeSetup-1.11.0.exe'
$checksum32 = '8368a708346784a8958e66b034bdd05513ab8dfa2c162767733c7f033f782acb'
$checksum64 = '8368a708346784a8958e66b034bdd05513ab8dfa2c162767733c7f033f782acb'

$packageArgs = @{
packageName = $packageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/visualstudiocode/visualstudiocode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>visualstudiocode</id>
<title>Visual Studio Code</title>
<version>1.10.2</version>
<version>1.11.0</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit 7bb78b3

Please sign in to comment.