diff --git a/Changelog.md b/Changelog.md index 432a393..7dfc8ab 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## v2.3.4 (18-May-2023) + +- Added an overload of `CliApplicationBuilder.UseTypeActivator(...)` that accepts a `Func, IServiceProvider>` delegate. The first parameter in the delegate is the list of all command types registered in the application. You can use this overload to more easily add the commands to a DI container. See the readme for an [updated example](https://github.com/Tyrrrz/CliFx/tree/2.3.4#type-activation). + ## v2.3.3 (28-Apr-2023) - Fixed an issue where the analyzers failed to load in some projects, due to targeting a Roslyn version that was too high. diff --git a/Directory.Build.props b/Directory.Build.props index f455d12..1447c9b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 2.3.3 + 2.3.4 Tyrrrz Copyright (C) Oleksii Holub latest