You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix bug in subcommand name inference. When not specified, the subcommand always matched the entry assembly name. In this update, this convention only applies to the parent command.
44
69
* Add generic overloads of `.IsRequired()` for `CommandOption<T>` and `CommandArgument<T>`.
45
70
* @handcraftedsource: handled nested HelpOptions (fixes #86 - InvalidOperationException when multiple help options were defined)
71
+
]]>
72
+
</PackageReleaseNotes>
73
+
<PackageReleaseNotes>$(PackageReleaseNotes)
46
74
47
75
See more details here: https://github.com/natemcmaster/CommandLineUtils/blob/master/CHANGELOG.md#v$(VersionPrefix.Replace('.',''))
0 commit comments