363 Commits (80984a870f6c1844054bf9a068d4a1a385ba5952)

Author SHA1 Message Date
Tomasz Tretkowski 112850f057 First take to mspec behaviors. 14 years ago
Matt Ward 9b4f533bf3 Add support for DTE.ActiveSolutionProjects property. 14 years ago
Matt Ward bfa6884b3e Update to NuGet 1.5 14 years ago
Siegfried Pammer fa38d8060a fix unit tests 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 c1fc88ffb1 Prevent selection of projects that do not have an old version of a NuGet package when updating multiple projects in Manage Packages dialog. 14 years ago
Matt Ward 0b4e6b3ae3 Fix Manage button not being enabled in Manage Packages dialog after installing packages into solution which initially had no NuGet packages. 14 years ago
Matt Ward f8b2824786 Projects are only selected in the Select Projects dialog in the Installed Packages tab if the NuGet package is installed. No longer selected in the Available or Update tabs. 14 years ago
Matt Ward 688f2cc585 Fix problem with NuGet not finding a find assembly references that are compatible with the project's target framework by removing the profile part of the TargetFrameworkMoniker property if the profile is the Full .NET framework. 14 years ago
Matt Ward fd1e74af91 Do not uninstall a NuGet package if the project does not reference it. 14 years ago
Matt Ward 647c81b049 Do not uninstall NuGet package from shared solution repository if it is still referenced by another project. 14 years ago
Matt Ward c32cb0b018 Installed tab now supports uninstalling NuGet packages by unchecking the project in the Select Projects dialog. 14 years ago
Matt Ward 01b219878d Use the update package action when installing a package update for multiple projects selected in Manage Packages dialog. 14 years ago
Matt Ward 7355907ff1 Prevent the projects selected from changing when the Manage Packages dialog is opened. 14 years ago
Matt Ward 4c5a649507 Fix updated packages from using the wrong active project after a package is installed. 14 years ago
Matt Ward e936e539d6 Fix Manage button in Manage Packages dialog being disabled after a NuGet package is installed. 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 3de9a8a8d3 Show last updated date for NuGet package in Manage Packages dialog. 14 years ago
Matt Ward 17dc0e7771 Rename Add Package Reference dialog to Manage Packages. 14 years ago
Matt Ward 33fc889dec Update to NuGet 1.4 14 years ago
Matt Ward 7f7c7ca0bc Install all NuGet packages in a project template using PowerShell console if any package contains a PowerShell script. 14 years ago
Matt Ward eaa09056da Support installing the latest version of a NuGet package in a project template. 14 years ago
Matt Ward e494df2385 Speed up opening packagement management options. 14 years ago
Matt Ward 4f4bf9936a Can now configure NuGet package sources for project templates in Tools Options. 14 years ago
Matt Ward 2eb67539d6 Support using NuGet packages in project templates. 14 years ago
Matt Ward 66d07b6e62 Fix errors when installing jQuery NuGet package. 14 years ago
Matt Ward 7962901968 Second attempt to fix hang when closing SharpDevelop with a solution and the package management console open. 14 years ago
Matt Ward 09d3724f90 Fix errors when uninstalling jQuery NuGet package. 14 years ago
mrward efc8507e50 Move PowerShell specific code to separate assembly. 14 years ago
Matt Ward b7a218199c Support updating the text editor's font size and default text background and foreground colours from PowerShell. 14 years ago
Matt Ward 52097c9e0d If PowerShell is not installed the Add Package Reference dialog will not install the package using the console. 14 years ago
Matt Ward 79edee6940 Show error message in package management console if PowerShell 2.0 is not installed. 14 years ago
Matt Ward 65baef9f19 Fix cross-thread exceptions when running PowerShell scripts with Add Package Reference dialog is open. 14 years ago
Matt Ward 359fde507f Fix duplicate assembly references being added by NuGet when reference name does not have .dll or .exe file extension. 14 years ago
Matt Ward 8342c8288d Fix null reference exception when clearing packages after the configured NuGet package sources are changed. 14 years ago
Matt Ward 74a201369f Implement same behaviour as Visual Studio's EnvDTE.ProjectItems by throwing an exception when AddFileFromCopy called and the destination file exists. 14 years ago
Matt Ward 6cd00943dc Refactor package script creation code. 14 years ago
Matt Ward e577490860 NuGet package now being passed to PowerShell scripts. 14 years ago
Matt Ward dadb1e0ceb Fix exception when NuGetPSVariables package iterates over project properties. 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 e0030363b0 Execute commands using the console host instead of directly accessing the scripting console. 14 years ago
Matt Ward 62b1dc36cb Run PowerShell scripts when installing/uninstalling NuGet packages with 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