v1.0.2.1
Version 1.0.2.1
Released 2023-07-24
ReadLineServicenow has two static events by theOpenShortCutPressedOccurs when user press [Ctrl + O],SaveShortCutPressedOccurs when user press [Ctrl + S].DialogService.ListDialognow returns aDictionary<int, string>instead ofList<string>so string value and index is returned for each selected item.ChecksumManagernow exposing it´t functions for calculating MDF checksum.DialogServicestandard dialogs has some minor improvements.PowerCommandsManager.RunCustomCodenow has a parameterRunFlowManager runFlow.- Adjusted creation of commands using
powercommand new --command Nameso 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.