NFlags v1.9.0 Release Notes
Release Date: 2020-11-15 // about 4 years ago-
⚡️ Updated to .Net 5.0
Previous changes from v1.8.0
-
⚠ Warning: This version contains breaking changes. Remove all deprecations, before update.
- New option 'version' to print current application version.
- Configurable 'help' option.
- [breaking] NFlags class removed.
- [breaking] RegisterSubcommand method removed from CommandConfigurator
- [breaking] RegisterParam<T> method removed from CommandConfigurator
- [breaking] Properties CliConfig and NFlagsConfig removed from CommandConfig class.
- [breaking] Changed IHelpPrinter interface