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 Dec 20, 2016
1 parent 1e9c64f commit 9af85ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions automatic/visualstudiocode/Tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ErrorActionPreference = 'Stop';
$ErrorActionPreference = 'Stop';

$pp = Get-PackageParameters
$mergeTasks = "!runCode"
Expand All @@ -12,10 +12,10 @@ Write-Host "$mergeTasks"

$packageName = 'visualstudiocode'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://az764295.vo.msecnd.net/stable/38746938a4ab94f2f57d9e1309c51fd6fb37553d/VSCodeSetup-1.8.0.exe'
$url64 = 'https://az764295.vo.msecnd.net/stable/38746938a4ab94f2f57d9e1309c51fd6fb37553d/VSCodeSetup-1.8.0.exe'
$checksum32 = 'f39f5506301552662a705d141d5ff0be33a9499be3a17fad73884555ceb6edcd'
$checksum64 = 'f39f5506301552662a705d141d5ff0be33a9499be3a17fad73884555ceb6edcd'
$url32 = 'https://az764295.vo.msecnd.net/stable/ee428b0eead68bf0fb99ab5fdc4439be227b6281/VSCodeSetup-1.8.1.exe'
$url64 = 'https://az764295.vo.msecnd.net/stable/ee428b0eead68bf0fb99ab5fdc4439be227b6281/VSCodeSetup-1.8.1.exe'
$checksum32 = 'b7a03c9b8d4dc92a40a53b156c3005e009c999900b5c490f4bd61fb9524f3331'
$checksum64 = 'b7a03c9b8d4dc92a40a53b156c3005e009c999900b5c490f4bd61fb9524f3331'

$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 @@ -3,7 +3,7 @@
<metadata>
<id>visualstudiocode</id>
<title>Visual Studio Code</title>
<version>1.8.0</version>
<version>1.8.1</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit 9af85ec

Please sign in to comment.