Skip to content

Version 1.0.4.0

Choose a tag to compare

@PowerCommands PowerCommands released this 12 Dec 10:37
· 18 commits to main since this release

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.4.0

Released 2024-12-12

  • Added a new FileCommand command to Read, Copy, Move, Delete files and show file properties.
  • FileCommand also handles to write the output for a provided existing Command to a file.
  • Added a new service RunCommandService to be used when running a Command from a command.
  • Improved the ClsCommand so that the cls really clears all the input, which is a security improvement.
  • Fixed a bug that duplicated the output to the RunResult instance.
  • Added the feature to Commands command to pickup and display diagnostics about the latest RunResult (if any) for a given command (by name).
  • Log view is now the default action instead of viewing log files
  • Improved cd and dir command, added som nice new features to them
  • All Nuget packages has been updated.