Skip to content

Commit

Permalink
Version 1.0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerCommands committed Nov 30, 2023
1 parent b71f42c commit 1c63cd1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ You could see PowerCommands as your CLI application starter kit. It is a structu

## Version 1.0.3.1
**Released 2023-11-30**
- Adjusted the Power Command to use be run with a service account and use encryption, update the setup to reflect this.
- Added general option --pc_force_quit in CommandBase to be used with any command to force application to quit.
- Improved encryption
- Bug fix DialogService.ListDialog now handles 0 input more gracefully
- 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_quit` in 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()

**Release 2023-11-18**
Expand Down
8 changes: 4 additions & 4 deletions Templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ I recommend you to use the option ```Place solution in the same directory``` som
# What is new?
## Version 1.0.3.1
**Released 2023-11-30**
- Adjusted the Power Command to use be run with a service account and use encryption, update the setup to reflect this.
- Added general option --pc_force_quit in CommandBase to be used with any command to force application to quit.
- Improved encryption
- Bug fix DialogService.ListDialog now handles 0 input more gracefully
- 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_quit` in 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()
## Version 1.0.3.0
**Released 2023-11-18**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# What is new?
## Version 1.0.3.1
**Released 2023-11-30**
- Adjusted the Power Command to use be run with a service account and use encryption, update the setup to reflect this.
- Added general option --pc_force_quit in CommandBase to be used with any command to force application to quit.
- Improved encryption
- Bug fix DialogService.ListDialog now handles 0 input more gracefully
- 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_quit` in 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()
## Version 1.0.3.0
**Released 2023-11-18**
Expand Down

0 comments on commit 1c63cd1

Please sign in to comment.