All Versions
35
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v2.4.3 Changes
- ๐ Fix #292 by @thomaslevesque - fix deadlock when
Environment.Exit
is called
- ๐ Fix #292 by @thomaslevesque - fix deadlock when
-
v2.4.2 Changes
- ๐ Fix #286 - fix deadlock in CTRL+C handling on Windows
-
v2.4.1 Changes
- ๐ Fix #277 - workaround a bug in NuGet's 'deterministic packaging' feature which causes issues based on your timezone
-
v2.4.0 Changes
- ๐ Fix #227 by [@ejball] - ArgumentEscaper should escape empty string
- PR #230 by [@IanG] - Attributes for files and directories that must not exist
- ๐ Fix #221 by [@vpkopylov] - Use Pager for help text option only works on top-level help
- PR #239 by [@vpkopylov] - Add check for subcommand cycle
- ๐ Support C# 8.0 and nullable reference types - #245
- โ Add async methods to CommandLineApplication
- ๐ Fix #208 - make
CommandLineApplication.ExecuteAsync
actually asynchronous - ๐ Fix #153 - add async methods that accept cancellation tokens
- ๐ Fix #111 - Handle CTRL+C by default
- ๐ Fix #246 by [@kyle-rader] - Multi-line option descriptions do not indent correctly
- ๐ Fix #253 - support calling CommandLineApplication.Execute multiple times
-
v2.3.3 Changes
โจ Enhancements:
- [@mpipo]: add an API to disable the pager for help text (CommandLineApplication.UsePagerForHelpText) (#216)
-
v2.3.1 Changes
๐ Bugs fixed:
- ๐ Fix #203 - fix InvalidOperationException thrown during help text generation on Mono
-
v2.3.0-rc Changes
๐ Bugs fixed:
- ๐ Fix #189 by [@TheConstructor]: fix inference about clustering options for sub-sub-commands
โจ Enhancements: