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. Fix wrong description of release note.
* VSIX: Fix release note as same as Chocolatey.
  • Loading branch information
urasandesu committed Jan 23, 2016
1 parent 7f83190 commit 763322e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
6 changes: 0 additions & 6 deletions Chocolatey/Prig.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
* Improve prig.exe help. Also, we maintain [out wiki](https://github.com/urasandesu/Prig/wiki/Command-Line-Reference) to explain it.



* Fixed #49: Minimize the dependency to Chocolatey. Prig can support standalone installation via VSIX since this version.
* Fixed #52: Support Visual Studio 2015 Update 1. Deal that the test execution engine is changed from `vstest.executionengine` to `TE.ProcessHost.Managed`.
* Fixed some potentially bugs for `prig` command. It could not remove the symbolic link that has been already moved. Additionaly, improve some error messages.


Version 2.1.0
* Fixed #48: No longer need install.ps1 for NuGet. Clean up the content.
* Fixed #49: Minimize the dependency to Chocolatey. Prig can support standalone installation via VSIX since this version.
Expand Down
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/3/Prig.vsix'
$vsixUrl = 'https://visualstudiogallery.msdn.microsoft.com/d010ce67-9389-4c7b-89cc-b3a4234da716/file/190901/4/Prig.vsix'

Install-ChocolateyVsixPackage $packageName $vsixUrl
6 changes: 0 additions & 6 deletions Urasandesu.Prig.VSPackage/tools/NuGet/Prig.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
* Improve prig.exe help. Also, we maintain [out wiki](https://github.com/urasandesu/Prig/wiki/Command-Line-Reference) to explain it.



* Fixed #49: Minimize the dependency to Chocolatey. Prig can support standalone installation via VSIX since this version.
* Fixed #52: Support Visual Studio 2015 Update 1. Deal that the test execution engine is changed from `vstest.executionengine` to `TE.ProcessHost.Managed`.
* Fixed some potentially bugs for `prig` command. It could not remove the symbolic link that has been already moved. Additionaly, improve some error messages.


Version 2.1.0
* Fixed #48: No longer need install.ps1 for NuGet. Clean up the content.
* Fixed #49: Minimize the dependency to Chocolatey. Prig can support standalone installation via VSIX since this version.
Expand Down

0 comments on commit 763322e

Please sign in to comment.