File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 15
15
* [ @natemcmaster ] : fix new CI to correctly publish symbols to nuget.org
16
16
* [ @scott-xu ] : show option types in help text when OptionAttribute.Template is set ([ #429 ] )
17
17
* [ @skirchner989 ] : change to not throw when a validator is not of type AttributeValidator ([ #431 ] )
18
+ * [ @natemcmaster ] : don't mask OperationCanceledException triggered by SIGINT ([ #483 ] )
18
19
19
20
[ #429 ] : https://github.com/natemcmaster/CommandLineUtils/pull/429
20
21
[ #431 ] : https://github.com/natemcmaster/CommandLineUtils/pull/431
22
+ [ #484 ] : https://github.com/natemcmaster/CommandLineUtils/pull/484
21
23
22
24
23
25
### Other
Original file line number Diff line number Diff line change 14
14
* @natemcmaster: fix new CI to correctly publish symbols to nuget.org
15
15
* @scott-xu: show option types in help text when OptionAttribute.Template is set (#429)
16
16
* @skirchner989: change to not throw when a validator is not of type AttributeValidator (#431)
17
+ @ @natemcmaster: don't mask OperationCanceledException triggered by SIGINT (#483)
17
18
</PackageReleaseNotes >
18
19
<PackageReleaseNotes Condition =" $(VersionPrefix.StartsWith('3.1.'))" >
19
20
Improvements:
You can’t perform that action at this time.
0 commit comments