Matt Ward
2baac1b1c5
Use version constraints for updates shown in Manage Packages dialog.
...
A version constraint defined in the packages.config file, as shown
below, is now used when checking for package updates from a package
source. Previously always the latest version of the NuGet package
would be displayed as an update in the Manage Packages dialog.
<package
id="jQuery"
version="1.4.1"
targetFramework="net40"
allowedVersions="[1.4.1,1.8)" />
After updating to jQuery 1.7.2 then no further updates will be shown
in the Manage Packages dialog.
Currently this only works if a project is selected when the Manage
Packages dialog is opened.
11 years ago
Dragan
2ce903b171
PackageManagement: Make Tests Testable
...
1) Enable testable derivations for previous commit changes
2) Tests: Make new and extend existing testable classes/derivations
12 years ago
Daniel Grunwald
eec385146f
Change LGPL headers to MIT header.
12 years ago
Matt Ward
e6c04de4a0
Refactor package management unit tests.
12 years ago
Matt Ward
87eac5a4af
Use NuGet-Operation update HTTP header when using Update All button.
12 years ago
Matt Ward
1f1620234d
Support pre-release NuGet packages in dialog.
12 years ago
Matt Ward
997641f8ac
Refresh updated NuGet packages after updating in dialog.
12 years ago
Matt Ward
2ea4c27ad4
Clear dialog error messages when 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
0089d00bb8
Always show package sources in Available and Updates tab.
...
Do not hide the package sources combo box in the Manage Packages dialog
when only on package source is defined.
13 years ago
Matt Ward
199c8059b4
Show package sources drop down in updated packages tab.
...
Allow user to choose which package source when looking for updated packages.
13 years ago
Matt Ward
01268b2cfa
Add tests for prerelease NuGet packages.
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
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
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
41ee929603
Add PackageManagementProject class.
14 years ago
Matt Ward
a354836b3b
Rename PackageManagementService to PackageManagementSolution.
14 years ago
Matt Ward
56caa05034
Remove message reporter class.
14 years ago
Matt Ward
8eee3a31f6
Move package repository code into separate class.
14 years ago
Matt Ward
9e873eb31a
Add get-package cmdlet.
15 years ago
mrward
6bfdcc0912
Handle errors on opening Add Package Reference dialog.
15 years ago
mrward
f3e3671a3c
Handle exceptions when installing and uninstalling NuGet packages.
15 years ago
mrward
871c373b11
Do not create package repositories in background thread.
15 years ago
mrward
0a05faa707
Read NuGet packages from repositories on background worker thread.
15 years ago
mrward
5931f6d71a
Check for NuGet package updates in all configured repositories.
15 years ago
mrward
5da955fecb
Add NuGet package management addin.
15 years ago