54 Commits (e3a387d4b43fb0d942551357c93e198626ab66b7)

Author SHA1 Message Date
Matt Ward fdcc282862 Support FileConflictAction parameter in NuGet commands. 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. 12 years ago
Matt Ward 5506c43932 Add Package Management addin. 13 years ago
Matt Ward 088d0d76ee Stop SharpDevelop from requiring PowerShell 3.0 13 years ago
Matt Ward ea9b39b01f Implement Get-VSComponentModel cmdlet and IVsPackageInstallerServices. 13 years ago
Matt Ward fea395030b Fix EF PowerShell extensions not finding SharpDevelop's EnvDTE assembly. 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