Skip to content

Commit 4c2502a

Browse files
committed
Update release notes for 2.1.0-rc
[skip ci]
1 parent b2fb642 commit 4c2502a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

releasenotes.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ New features:
77
- Options defined as [Option] or [Argument], [Subcommand].
88
- Command parsing options can be defined with [Command] and [Subcmomand].
99
- Special options include [HelpOption] and [VersionOption].
10+
- Validation. You can use [Required] and any other ValidationAttribute to validate input on options and arguments.
1011
- Async from end to end. Using C# 7.1 and attribute binding, your console app can be async from top to bottom.
12+
- Required options and arguments. Added CommandOption.IsRequired() and CommandArgument.IsRequired().
1113

1214
New API
1315
- Prompt.GetYesNo, Prompt.GetPassword, and more. Added API for interactively getting responses on the console.

0 commit comments

Comments
 (0)