Matt Ward
5b441b46ab
Report PowerShell script errors in Manage Packages dialog.
12 years ago
Matt Ward
beb62296ac
Add Update All button to Manage Packages dialog.
12 years ago
Matt Ward
3deb4ecd54
Add PowerShell support for NuGet addin.
...
Code model API is still unavailable.
12 years ago
Matt Ward
5506c43932
Add Package Management addin.
...
PowerShell console disabled.
Running PowerShell scripts on install/uninstall of a NuGet
package is disabled.
13 years ago
Matt Ward
2b3edb2784
Fix pre-release NuGet packages always being installed.
...
Pre-release NuGet packages can now only be installed with the Package Management
console when the -IncludePrerelease argument is specified.
13 years ago
Matt Ward
35df476a73
Fix null reference when installing unknown NuGet package.
...
If a NuGet package is not found when installing it via the Package Management Console or
when a project template tries to install the package an exception is thrown indicating the
actual problem instead of a null reference exception being thrown.
13 years ago
Matt Ward
9a36c5964b
Update to NuGet 1.6
14 years ago
Matt Ward
b2b4126712
Support updating all NuGet packages in a project when using the Update-Package PowersShell cmdlet.
14 years ago
Matt Ward
72a2251995
Prevent a package from being uninstalled before a PowerShell script has run when uninstalling from the Add Package Reference dialog.
14 years ago
Matt Ward
827bfdbcd1
Use script runner instead of running PowerShell scripts directly.
14 years ago
Matt Ward
776d564105
Disable support for running PowerShell scripts in Add Package Reference dialog.
14 years ago
Matt Ward
9a726f5b07
Add support for running PowerShell scripts in NuGet packages.
14 years ago
Matt Ward
b229231c85
Remove properties no longer required from package actions.
14 years ago
Matt Ward
e7fb02720a
Move install/uninstall/update package actions to project.
14 years ago
Matt Ward
41ee929603
Add PackageManagementProject class.
14 years ago
Matt Ward
a354836b3b
Rename PackageManagementService to PackageManagementSolution.
14 years ago
Matt Ward
c6ff8a7ad1
Package operation log messages are now raised as package management events.
14 years ago
Matt Ward
c1d3a8dda5
Move package install/uninstall events into package management events class.
14 years ago
Matt Ward
77c0d4c4ca
Move unit tests for package processing actions into separate test classes.
14 years ago
Matt Ward
92e828e142
Refactor PackageManagementService to reduce the number of method parameters.
14 years ago