Skip to content

Commit 9f57dfe

Browse files
committed
Update changelog and releasenotes
1 parent 9b91cfb commit 9f57dfe

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* [@scott-xu]: Show allowed values in help text ([#369])
1414
* [@scott-xu]: Generic Hosting: add overload of RunCommandLineApplicationAsync to support configuring of CommandLineApplication<T> ([#363])
1515
* [@danielmeza]: implement API on host builder to fetch CommandLineContext from non DI contexts ([#368])
16+
* [@hellfirehd] and [@cbcrouse]: feature: add API to allow calling UseCommandLineApplication&lt;TApp&gt; prior to Run*Async() ([#409] and [#415])
1617

1718
### Bug fixes
1819
* [@natemcmaster]: ensure clustering options is detected correctly when subcommands added via AddSubcommand ([#393])
@@ -49,6 +50,8 @@
4950
[#391]: https://github.com/natemcmaster/CommandLineUtils/pull/391
5051
[#393]: https://github.com/natemcmaster/CommandLineUtils/pull/393
5152
[#402]: https://github.com/natemcmaster/CommandLineUtils/pull/402
53+
[#409]: https://github.com/natemcmaster/CommandLineUtils/pull/409
54+
[#415]: https://github.com/natemcmaster/CommandLineUtils/pull/415
5255

5356
## [v3.0.0](https://github.com/natemcmaster/CommandLineUtils/compare/v2.6.0...v3.0.0)
5457

@@ -483,6 +486,7 @@ Other:
483486
[@atruskie]: https://github.com/atruskie
484487
[@bjorg]: https://github.com/bjorg
485488
[@bording]: https://github.com/bording
489+
[@cbcrouse]: https://github.com/cbcrouse
486490
[@chaami]: https://github.com/chaami
487491
[@couven92]: https://github.com/couven92
488492
[@cuperman007]: https://github.com/cuperman007
@@ -491,6 +495,7 @@ Other:
491495
[@ejball]: https://github.com/ejball
492496
[@EricStG]: https://github.com/EricStG
493497
[@handcraftedsource]: https://github.com/handcraftedsource
498+
[@hellfirehd]: https://github.com/hellfirehd
494499
[@IanG]: https://github.com/IanG
495500
[@jcaillon]: https://github.com/jcaillon
496501
[@jerriep]: https://github.com/jerriep

src/Hosting.CommandLine/releasenotes.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
Improvements:
55
* @scott-xu: feature: add overload of RunCommandLineApplicationAsync to support configuring of CommandLineApplication (#363)
66
* @danielmeza: feature: implement API on host builder to fetch CommandLineContext from non DI contexts (#368)
7+
* @hellfirehd and @cbcrouse: feature: add API to allow calling UseCommandLineApplication&lt;TApp&gt; prior to Run*Async() (#409 and #415)
78
</PackageReleaseNotes>
89
<PackageReleaseNotes Condition="$(VersionPrefix.StartsWith('3.0.'))">
910
Features:

0 commit comments

Comments
 (0)