7341 Commits (881e805f18d3b55805df3c6e7c9fe6d7bcf4eb86)
 

Author SHA1 Message Date
mrward d745d4cef2 Fix duplicate attribute exception when saving settings file. 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 31302f5f60 Add extra public properties to EnvDTE.Project. 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 adeeb6ceb9 Show line being executed in the console window when a PowerShell script has a runtime error. 14 years ago
Matt Ward 9e2d9ff8b0 Fix exceptions thrown when PowerShell script writes to host. 14 years ago
Matt Ward e37674ff62 Fix cross-thread exception when deleting files and directories. 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
Matt Ward 5ce9465f25 Show better error messages in the Add Package Reference dialog when an aggregate exception has an inner aggregate exception. 14 years ago
Matt Ward 23142939d5 Log exceptions raised in the Add Package Reference dialog. 14 years ago
Matt Ward f1e142228b Remove unused code. 14 years ago
Matt Ward 4d3453902c Add missing unit tests. 14 years ago
Matt Ward 84a08041c1 Remove cmdlet dependency on the active solution. 14 years ago
Matt Ward ab1229eadc Return PackageManagementProjects from console host. 14 years ago
Matt Ward b229231c85 Remove properties no longer required from package actions. 14 years ago
Matt Ward e7fb02720a Move install/uninstall/update package actions to project. 14 years ago
Matt Ward 8e12bbc046 Remove unused code. 14 years ago
Matt Ward 41ee929603 Add PackageManagementProject class. 14 years ago
Eusebiu Marcu 244521346e add CallStack missing resources 14 years ago
Eusebiu Marcu bd041f141f add ShowModuleNames resource string for Callstack pad. 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 aecbb026b4 Move package view model logging to separate class. 14 years ago
Matt Ward 0a8be1d18f PackageManagementOutputMessagesView no longer needs to implement ILogger. 14 years ago