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.
  • Loading branch information
urasandesu committed Aug 14, 2016
1 parent 7b86de4 commit 2327d15
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://github.com/urasandesu/Prig/releases/download/v2.3.0/Prig.vsix'
$vsixUrl = 'https://github.com/urasandesu/Prig/releases/download/v2.3.1/Prig.vsix'

Install-ChocolateyVsixPackage $packageName $vsixUrl

0 comments on commit 2327d15

Please sign in to comment.