From 31a860cbd6ae2685232d4e79497f50542565f643 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 16 Jan 2020 18:14:05 +0000 Subject: [PATCH] AU: 1 updated - sonarlint-vs2015 [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/094f4a5abc43815bb4ab4dc90337712787b30f3d --- automatic/sonarlint-vs2015/legal/VERIFICATION.txt | 2 +- automatic/sonarlint-vs2015/sonarlint-vs2015.nuspec | 2 +- automatic/sonarlint-vs2015/tools/chocolateyInstall.ps1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/sonarlint-vs2015/legal/VERIFICATION.txt b/automatic/sonarlint-vs2015/legal/VERIFICATION.txt index 22e6457f8fa..114bac78618 100644 --- a/automatic/sonarlint-vs2015/legal/VERIFICATION.txt +++ b/automatic/sonarlint-vs2015/legal/VERIFICATION.txt @@ -5,7 +5,7 @@ in verifying that this package's contents are trustworthy. The extension has been downloaded from their official download link listed on and can be verified like this: -1. Download +1. Download 2. Then use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' diff --git a/automatic/sonarlint-vs2015/sonarlint-vs2015.nuspec b/automatic/sonarlint-vs2015/sonarlint-vs2015.nuspec index 3b528faf95b..2384ccebb7f 100644 --- a/automatic/sonarlint-vs2015/sonarlint-vs2015.nuspec +++ b/automatic/sonarlint-vs2015/sonarlint-vs2015.nuspec @@ -4,7 +4,7 @@ sonarlint-vs2015 SonarLint for Visual Studio 2015 - 4.15.0.14069 + 4.16.0.14364 SonarSource (SonarSource SA) chocolatey, Pascal Berger https://github.com/SonarSource-VisualStudio/sonarlint-visualstudio diff --git a/automatic/sonarlint-vs2015/tools/chocolateyInstall.ps1 b/automatic/sonarlint-vs2015/tools/chocolateyInstall.ps1 index d409bc4245f..b47512c75b7 100644 --- a/automatic/sonarlint-vs2015/tools/chocolateyInstall.ps1 +++ b/automatic/sonarlint-vs2015/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop'; $toolsPath = Split-Path $MyInvocation.MyCommand.Definition -$filePath = "$toolsPath\SonarLint.VSIX-4.15.0.14069-2015.vsix" +$filePath = "$toolsPath\SonarLint.VSIX-4.16.0.14364-2015.vsix" $vsixUrl = "file://" + $filePath.Replace("\", "/")