Version 1.0.3.2
Template PowerCommands.zip
Copy the .zip file into the user project template directory. By default, this directory is
%USERPROFILE%\Documents\Visual Studio \Templates\ProjectTemplates
Open Visual Studio and write Power in the searchbox, you should find the PowerCommand template.
I recommend you to use the option Place solution in the same directory some experimental features for update and create commands using a template the Core depends on that.
Version 1.0.3.2
Released 2023-12-26
DialogService.ListDialoghas major improvements with paging and select all functionality and have been moved to a new service, namedListService.ProxyCommandnow handles suggestion overrides in configuration.ConsoleTableService.RenderTablegeneric constraint new() removed since it is not needed.- Bookmarks in
CdCommandnow handles%USERNAME%as a placeholder for current user in paths.
Version 1.0.3.1
Released 2023-11-30
- Adjusted the Power Command to be run with a service account and use encryption, update the setup to reflect this.
- Added general option
--pc_force_quitin CommandBase to be used with any command to force application to quit. - Improved encryption.
- Bug fix DialogService.ListDialog now handles 0 input more gracefully.
- Bug fix CommandBase now return RunResultStatus.Quit when using Quit()