Matt Ward
fdcc282862
Support FileConflictAction parameter in NuGet commands.
...
install-package jquery -FileConflictAction Overwrite
update-package jquery -FileConflictAction Ignore
12 years ago
Matt Ward
1f1620234d
Support pre-release NuGet packages in dialog.
12 years ago
Daniel Grunwald
97e6596a2c
Set target CPU to AnyCPU where possible.
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
088d0d76ee
Stop SharpDevelop from requiring PowerShell 3.0
...
Add explicit reference to System.Management.Automation version 1.0.0.0 to match NuGet.Core.dll and
prevent the Package Management Console from requiring PowerShell 3.0 to run when built on the
build server.
13 years ago
Matt Ward
ea9b39b01f
Implement Get-VSComponentModel cmdlet and IVsPackageInstallerServices.
...
Allows EntityFramework Enable-Migrations command to get the installed NuGet packages.
13 years ago
Matt Ward
fea395030b
Fix EF PowerShell extensions not finding SharpDevelop's EnvDTE assembly.
...
Move EnvDTE API to separate assembly.
Create EnvDTE interfaces in VB.NET to allow COM parameterised properties to be implemented to match Visual Studio's API.
Rename EnvDTE namespace from ICSharpCode.PackageManagement.EnvDTE to EnvDTE
13 years ago
Matt Ward
884951dabc
Update NuGet to version 2.0
13 years ago
Matt Ward
5a45669440
Support project name as the default positional parameter in Get-Project cmdlet.
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
01268b2cfa
Add tests for prerelease NuGet packages.
14 years ago
Matt Ward
9a36c5964b
Update to NuGet 1.6
14 years ago
Matt Ward
f19b6eddf5
Add ProjectName parameter to Get-Package cmdlet.
14 years ago
Matt Ward
bfa6884b3e
Update to NuGet 1.5
14 years ago
Siegfried Pammer
7fd8260112
add MockProjectChangeWatcher for Unit Tests
14 years ago
Matt Ward
b1f0cc48f4
Support updating a NuGet package in all projects when using the Update-Package PowersShell cmdlet.
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
dea34d3395
Show project name in Manage Packages dialog title.
14 years ago
mrward
efc8507e50
Move PowerShell specific code to separate assembly.
14 years ago
Matt Ward
bed8a56844
Fix Get-Package cmdlet not returning packages from repository when a project is not open.
14 years ago
Matt Ward
ee506d2adb
Change how PowerShell scripts are executed from a cmdlet so exceptions do not stop the script running and exception error messages are displayed by PowerShell itself.
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
75a921410d
Make IPackageScript method names consistent with other classes.
14 years ago
Matt Ward
52ada1773b
Add cmdlet to run a set of package scripts inside the PowerShell console.
14 years ago
Matt Ward
827bfdbcd1
Use script runner instead of running PowerShell scripts directly.
14 years ago
Matt Ward
32f20ce0f7
Refactor package script classes to no longer require the PowerShell session to be available when they are created.
14 years ago
Matt Ward
8ab1b6f961
Update PowerShell working directory to the userprofile directory on opening the Package Management console.
14 years ago
Matt Ward
dad6cd4f77
Create cmdlet to update the PowerShell working directory.
14 years ago
Matt Ward
d56517ab61
Change PowerShell working directory to solution directory when solution is opened.
14 years ago
Matt Ward
ecf9561079
Run Invoke-InitializePackages cmdlet instead of directly running package initialization scripts when a solution is opened.
14 years ago
Matt Ward
fe39e572dc
Add Invoke-InitializePackages cmdlet to run package init.ps1 PowerShell scripts.
14 years ago
Matt Ward
2109e77dc3
Add support for running NuGet package init.ps1 scripts when a solution is opened. Currently only works when package management console is opened before opening solution.
14 years ago
Matt Ward
6091f9a250
Remove dependency on project service from package management console host.
14 years ago
Matt Ward
8837c0ce31
Add get-project cmdlet.
14 years ago
Matt Ward
adeeb6ceb9
Show line being executed in the console window when a PowerShell script has a runtime error.
14 years ago
Matt Ward
9a726f5b07
Add support for running PowerShell scripts in NuGet packages.
14 years ago
Matt Ward
84a08041c1
Remove cmdlet dependency on the active solution.
14 years ago
Matt Ward
ab1229eadc
Return PackageManagementProjects from console host.
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
8eee3a31f6
Move package repository code into separate 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
Matt Ward
6aae2a7abe
Add update-package cmdlet.
14 years ago
Matt Ward
51bdbe6243
Change Get-Package cmdlet parameters to match those in NuGet 1.2
14 years ago