CommandLineUtils v4.0.0-beta.56 Release Notes

  • 🔋 Features

    • 0️⃣ [@scott-xu] and [@natemcmaster]: feature: add API for setting default value on options and arguments, and display them in help text (#389 and #420)
    • [@natemcmaster]: cleanup: make .Values read-only on CommandArgument/Option (#406)
    • [@natemcmaster]: Make options, arguments, and commands read-only collections on CommandLineApplication (#407)

    🛠 Fixes

    • [@natemcmaster]: fix: pass the generic argument version in callback on .Option() and Argument() (#405)
    • [@natemcmaster]: add .NET Standard 2.1 and fix nullable type references (#424 and #425)

    Other

    • [@natemcmaster]: change from Azure DevOps to GitHub workflows