Skip to content

Commit 1c63cd1

Browse files
committed
Version 1.0.3.1
1 parent b71f42c commit 1c63cd1

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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**

Templates/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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**

src/PainKiller.PowerCommands/PainKiller.PowerCommands.Bootstrap/whats_new.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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**

0 commit comments

Comments
 (0)