v1.0.2.1
Version 1.0.2.1
Released 2023-07-24
ReadLineService
now has two static events by theOpenShortCutPressed
Occurs when user press [Ctrl + O
],SaveShortCutPressed
Occurs when user press [Ctrl + S
].DialogService.ListDialog
now returns aDictionary<int, string>
instead ofList<string>
so string value and index is returned for each selected item.ChecksumManager
now exposing it´t functions for calculating MDF checksum.DialogService
standard dialogs has some minor improvements.PowerCommandsManager.RunCustomCode
now has a parameterRunFlowManager runFlow
.- Adjusted creation of commands using
powercommand new --command Name
so that the new command class now has the correct namespace. (removed PainKiller.PowerCommands.)
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.