363 Commits (80984a870f6c1844054bf9a068d4a1a385ba5952)

Author SHA1 Message Date
Matt Ward 7cb14bbf56 Fix hang caused by Package Management console on closing SharpDevelop with a solution open. 14 years ago
Matt Ward 5fda9cdf73 Refactor Package Managementment addin. 14 years ago
Matt Ward 64a7c8ab80 Reset PowerShell working directory when solution is closed. 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 d56517ab61 Change PowerShell working directory to solution directory when solution is opened. 14 years ago
Matt Ward 80ddd955f2 Run the package initialize PowerShell scripts for the open solution when the package management console is opened for the first time. 14 years ago
Matt Ward 625c7568a8 Create package management console pad before running package initialization PowerShell scripts. 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 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
Matt Ward 205488975c Support clearing the text in the PowerShell console by clicking the Clear button. 14 years ago
Matt Ward 6091f9a250 Remove dependency on project service from package management console host. 14 years ago
Matt Ward 90338b852f Fix argument out of range exception when modify the registered NuGet package sources in Tools Options. 14 years ago
Matt Ward 2a44380410 Support selecting the aggregrate NuGet package repository in the console. 14 years ago
mrward b682c07db0 Add default NuGet package source to NuGet.config file if no package sources exist. 14 years ago
mrward 8108a74bbf Support selecting the aggregate package repository when searching for packages in the Add Package Reference dialog. 14 years ago
mrward e169a3c006 Support aggregate package source in NuGet.config settings. 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
mrward a93d7f4667 Update to NuGet 1.3 14 years ago
Matt Ward eeb3684f47 PowerShell scripts can now access the FullPath property for project items. 14 years ago
Matt Ward 7297193a84 Support DTE.References.AddFromGAC method. 14 years ago
Matt Ward 16806ea5a5 PowerShell scripts can now search for references by name. 14 years ago
Matt Ward 3c4f59b6eb Allow PowerShell scripts to determine the project type (C# or VB.NET). 14 years ago
Matt Ward b38de40d25 Add FileName and FullName to DTE.Project 14 years ago
Matt Ward 19e732fe54 Add DTE.Solution.FileName 14 years ago
Matt Ward 92df3493a9 Add minimal support for accessing project files inside subdirectories in PowerShell scripts. 14 years ago
Matt Ward 7e6b16229b Support getting project item by name 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 9065cebc57 Support enumerating project item properties in PowerShell scripts. 14 years ago
Matt Ward 1c4db6e458 Support getting and setting the project file's CopyToOutputDirectory property via PowerShell script. 14 years ago
Matt Ward 1915a655f6 Add support for enumerating EnvDTE.Project.ProjectItems in PowerShell scripts. 14 years ago
Matt Ward afd3f84190 Do not add an assembly reference from a PowerShell script if the reference already exists in the project. 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 8837c0ce31 Add get-project cmdlet. 14 years ago
Matt Ward a456ad58c5 Support PowerShell scripts that access the TargetFrameworkMoniker project property. 14 years ago
Matt Ward 9b465c972b Support enumerating project references and removing references from PowerShell scripts. 14 years ago
Matt Ward 2f3d89a313 Return the NuGet version number for the PowerShell host version. 14 years ago
Matt Ward 8fae88d020 Support opening files from PowerShell scripts that use DTE.ItemOperations.OpenFile. 14 years ago
Matt Ward a3566e1c68 Support installing SQL Server Compact NuGet package. 14 years ago
Matt Ward f036b01bac Save project after making changes with PowerShell scripts. 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 9e2d9ff8b0 Fix exceptions thrown when PowerShell script writes to host. 14 years ago
Matt Ward a3b896b2e6 Check PowerShell scripts exist before attempting to run them. 14 years ago
Matt Ward 776d564105 Disable support for running PowerShell scripts in Add Package Reference dialog. 14 years ago
Matt Ward 9a726f5b07 Add support for running PowerShell scripts in NuGet packages. 14 years ago