From 48f157a51e7062a142273b7b1cb2d744790b2a73 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 8 Dec 2022 21:57:42 +0200 Subject: [PATCH] Update version --- Changelog.md | 4 ++++ Directory.Build.props | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 6b160c6..fd6c898 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +### v2.3.1 (08-Dec-2022) + +- Added support for the `required` keyword introduced in C# 11. Command options bound to required properties are now marked as required by default (equivalent to setting `IsRequired = true` on the attribute). Also added analyzers that prevent marking an option or parameter non-required if it's bound to a required property. + ### v2.3 (12-Jul-2022) - Added console dimension properties `WindowWidth` and `WindowHeight` to `IConsole` interface and implementing classes. diff --git a/Directory.Build.props b/Directory.Build.props index b35b706..3a355d5 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 2.3 + 2.3.1 Tyrrrz Copyright (C) Oleksii Holub latest