diff --git a/Changelog.md b/Changelog.md index 7dfc8ab..ed97951 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## v2.3.5 (16-Nov-2023) + +- Fixed an issue where calling `CliApplication.RunAsync(IReadOnlyList)` could fail in very specific scenarios on Windows, if there were two global environment variables with the same name but different casing. (Thanks [@alirezanet](https://github.com/alirezanet)) + ## 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). diff --git a/Directory.Build.props b/Directory.Build.props index b0f5377..4ed4d26 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 2.3.4 + 2.3.5 Tyrrrz Copyright (C) Oleksii Holub latest