Skip to content

Commit

Permalink
Review nuspecs
Browse files Browse the repository at this point in the history
* Chocolatey: Update the install script for Chocolatey, because the download URL of Visual Studio Gallery is changed.
  • Loading branch information
urasandesu committed Feb 21, 2016
1 parent b98d7b3 commit f55411f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chocolatey/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@

' Installing Prig.vsix...'
$packageName = 'Prig'
$vsixUrl = 'https://visualstudiogallery.msdn.microsoft.com/d010ce67-9389-4c7b-89cc-b3a4234da716/file/190901/4/Prig.vsix'
$vsixUrl = 'https://visualstudiogallery.msdn.microsoft.com/d010ce67-9389-4c7b-89cc-b3a4234da716/file/190901/5/Prig.vsix'

Install-ChocolateyVsixPackage $packageName $vsixUrl

0 comments on commit f55411f

Please sign in to comment.