Matt Ward
|
a9c9850ca5
|
Update to NuGet 1.7
|
13 years ago |
Matt Ward
|
8d5533a925
|
Updated icons from Michael Seeger for addins using their own images and a fix for the transparency of the method icon.
|
14 years ago |
Matt Ward
|
226ca96e44
|
Fix null reference exception when installing/uninstalling NuGet packages a project is not selected and the solution contains only one project.
|
14 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
|
b26a6fb635
|
Move Manage Packages menu item after Add Service Reference menu item when right clicking on a project.
|
14 years ago |
Matt Ward
|
ac4bb7b171
|
Make EnvDTE available to T4 templates.
|
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 |
Matt Ward
|
788044949c
|
Fix ordering of OK and cancel buttons on Select Projects dialog.
|
14 years ago |
Matt Ward
|
164a379a97
|
Fix mixed tabs and spaces formatting on PackageManagement xaml files.
|
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
|
a70cd671d9
|
Official NuGet package repository url changed in NuGet 1.4
|
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
|
c9968cd1f8
|
Remove code duplication.
|
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
|
507a8a6dc9
|
Fix PowerShell detection error when registry key does not exist.
|
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 |