Skip to content

v1.0.2.1

Compare
Choose a tag to compare
@PowerCommands PowerCommands released this 23 Jul 22:26
· 34 commits to main since this release

Version 1.0.2.1

Released 2023-07-24

  • ReadLineService now has two static events by the OpenShortCutPressed Occurs when user press [Ctrl + O], SaveShortCutPressed Occurs when user press [Ctrl + S].
  • DialogService.ListDialog now returns a Dictionary<int, string> instead of List<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 parameter RunFlowManager 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.