Matt Ward
86a171505b
Fix null path error when uninstalling jQuery NuGet package.
...
Run uninstall PowerShell scripts before the NuGet package is
removed so the jQuery uninstall.ps1 script can find the Scripts
folder in the project when uninstalling.
12 years ago
Matt Ward
1f1620234d
Support pre-release NuGet packages in dialog.
12 years ago
Matt Ward
0ad4adb5a8
Refresh Projects window after updating all NuGet packages.
12 years ago
Matt Ward
a1e33374d9
Support updating all NuGet packages in solution from 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.
13 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
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
179b2dc458
Change Get-Package cmdlet so if a project name is not set then return packages from the solution rather than the default project set in the package console.
13 years ago
Matt Ward
dbbdb73820
Reduce the number of method parameters used in package manager and project manager classes.
14 years ago
Matt Ward
01268b2cfa
Add tests for prerelease NuGet packages.
14 years ago
Matt Ward
9a36c5964b
Update to NuGet 1.6
14 years ago
Matt Ward
53d9fc382b
Support updating all NuGet packages in a solution when using the Update-Package PowersShell cmdlet.
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
051bda8c6a
Supporting installing a NuGet package into selected projects in one step.
14 years ago
Matt Ward
dea34d3395
Show project name in Manage Packages dialog title.
14 years ago
Matt Ward
873c6af946
Add support for adding GAC references and post build events in NuGet PowerShell scripts.
14 years ago
Matt Ward
9a726f5b07
Add support for running PowerShell scripts in NuGet packages.
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