Matt Ward
|
625c7568a8
|
Create package management console pad before running package initialization PowerShell scripts.
|
14 years ago |
Matt Ward
|
e549d51049
|
Add methods to determine if a package PowerShell script file exists on the file system.
|
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
|
034ced130a
|
Override the Clear-Host PowerShell function to support clearing the package management console on the command line.
|
14 years ago |
mrward
|
464759343d
|
Use NuGet.Config file to store package sources.
|
14 years ago |
mrward
|
81f323322b
|
Add tools options to clear recent NuGet packages and clear the local machine NuGet package cache.
|
14 years ago |
mrward
|
787fce196d
|
Can now browse for a directory containing NuGet packages in the options dialog.
|
14 years ago |
Matt Ward
|
92df3493a9
|
Add minimal support for accessing project files inside subdirectories in PowerShell scripts.
|
14 years ago |
Matt Ward
|
d507dfeccf
|
Support updating a project item's CustomTool with a PowerShell script.
|
14 years ago |
Matt Ward
|
1c4db6e458
|
Support getting and setting the project file's CopyToOutputDirectory property via PowerShell script.
|
14 years ago |
Matt Ward
|
ca40c856d2
|
Support navigating to a web page from a PowerShell script.
|
14 years ago |
Matt Ward
|
fa0d1d9b24
|
Support adding files into the project with PowerShell scripts.
|
14 years ago |
Matt Ward
|
9b465c972b
|
Support enumerating project references and removing references from PowerShell scripts.
|
14 years ago |
Matt Ward
|
a3566e1c68
|
Support installing SQL Server Compact NuGet package.
|
14 years ago |
Matt Ward
|
873c6af946
|
Add support for adding GAC references and post build events in NuGet PowerShell scripts.
|
14 years ago |
Matt Ward
|
a3b896b2e6
|
Check PowerShell scripts exist before attempting to run them.
|
14 years ago |
Matt Ward
|
9a726f5b07
|
Add support for running PowerShell scripts in NuGet packages.
|
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
|
e182ef53ae
|
Reduce number of parameters in PackageViewModel constructor.
|
14 years ago |
Matt Ward
|
0a8be1d18f
|
PackageManagementOutputMessagesView no longer needs to implement ILogger.
|
14 years ago |
Matt Ward
|
c6ff8a7ad1
|
Package operation log messages are now raised as package management events.
|
14 years ago |
Matt Ward
|
c1d3a8dda5
|
Move package install/uninstall events into package management events class.
|
15 years ago |
Matt Ward
|
56caa05034
|
Remove message reporter class.
|
15 years ago |
Matt Ward
|
8eee3a31f6
|
Move package repository code into separate class.
|
15 years ago |
Matt Ward
|
77c0d4c4ca
|
Move unit tests for package processing actions into separate test classes.
|
15 years ago |
mrward
|
713fcb745f
|
Use NuGet update methods when updating a package.
|
15 years ago |
Matt Ward
|
aa89bc79b5
|
Add uninstall-package cmdlet.
|
15 years ago |
Matt Ward
|
9cfc77aa5b
|
Add install-package cmdlet.
|
15 years ago |
Matt Ward
|
9e873eb31a
|
Add get-package cmdlet.
|
15 years ago |
Matt Ward
|
95689ed33f
|
Add Package Management Console.
|
15 years ago |
mrward
|
f3e3671a3c
|
Handle exceptions when installing and uninstalling NuGet packages.
|
15 years ago |
mrward
|
50d17bbe3a
|
Save recent NuGet packages used in properties file.
|
15 years ago |
mrward
|
6e703ce950
|
Add recent packages to Add Package Reference dialog.
|
15 years ago |
mrward
|
cc85f6564a
|
Add logging to SharpDevelopProjectSystem.
|
15 years ago |
mrward
|
3d6c88d5cc
|
Show NuGet log messages in Output window.
|
15 years ago |
mrward
|
19729e1bdb
|
Determine PackageOperations only once and use them when installing packages.
|
15 years ago |
mrward
|
d4fccb2f42
|
Cache package repositories.
|
15 years ago |
mrward
|
0a05faa707
|
Read NuGet packages from repositories on background worker thread.
|
15 years ago |
mrward
|
99d51fb502
|
Save the selected NuGet package source.
|
15 years ago |
mrward
|
5da955fecb
|
Add NuGet package management addin.
|
15 years ago |