File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
src/PainKiller.PowerCommands/PainKiller.PowerCommands.Bootstrap Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ You could see PowerCommands as your CLI application starter kit. It is a structu
55
66## Version 1.0.3.1
77** Released 2023-11-30**
8- - Adjusted the Power Command to use be run with a service account and use encryption, update the setup to reflect this.
9- - Added general option --pc_force_quit in CommandBase to be used with any command to force application to quit.
10- - Improved encryption
11- - Bug fix DialogService.ListDialog now handles 0 input more gracefully
8+ - Adjusted the Power Command to be run with a service account and use encryption, update the setup to reflect this.
9+ - Added general option ` --pc_force_quit ` in CommandBase to be used with any command to force application to quit.
10+ - Improved encryption.
11+ - Bug fix DialogService.ListDialog now handles 0 input more gracefully.
1212- Bug fix CommandBase now return RunResultStatus.Quit when using Quit()
1313
1414** Release 2023-11-18**
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ I recommend you to use the option ```Place solution in the same directory``` som
1818# What is new?
1919## Version 1.0.3.1
2020** Released 2023-11-30**
21- - Adjusted the Power Command to use be run with a service account and use encryption, update the setup to reflect this.
22- - Added general option --pc_force_quit in CommandBase to be used with any command to force application to quit.
23- - Improved encryption
24- - Bug fix DialogService.ListDialog now handles 0 input more gracefully
21+ - Adjusted the Power Command to be run with a service account and use encryption, update the setup to reflect this.
22+ - Added general option ` --pc_force_quit ` in CommandBase to be used with any command to force application to quit.
23+ - Improved encryption.
24+ - Bug fix DialogService.ListDialog now handles 0 input more gracefully.
2525- Bug fix CommandBase now return RunResultStatus.Quit when using Quit()
2626## Version 1.0.3.0
2727** Released 2023-11-18**
Original file line number Diff line number Diff line change 11# What is new?
22## Version 1.0.3.1
33** Released 2023-11-30**
4- - Adjusted the Power Command to use be run with a service account and use encryption, update the setup to reflect this.
5- - Added general option --pc_force_quit in CommandBase to be used with any command to force application to quit.
6- - Improved encryption
7- - Bug fix DialogService.ListDialog now handles 0 input more gracefully
4+ - Adjusted the Power Command to be run with a service account and use encryption, update the setup to reflect this.
5+ - Added general option ` --pc_force_quit ` in CommandBase to be used with any command to force application to quit.
6+ - Improved encryption.
7+ - Bug fix DialogService.ListDialog now handles 0 input more gracefully.
88- Bug fix CommandBase now return RunResultStatus.Quit when using Quit()
99## Version 1.0.3.0
1010** Released 2023-11-18**
You can’t perform that action at this time.
0 commit comments