From eff84fd7aebb4b381ad4674ffd7184471636ecd4 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 6 Apr 2023 12:40:49 +0300 Subject: [PATCH] Update version --- Changelog.md | 4 ++++ Directory.Build.props | 2 +- License.txt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index b9fc213..78e5ec2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## v2.3.2 (06-Apr-2023) + +- Added name-based ordering to subcommands when displayed in the help text. (Thanks [@CartBlanche](https://github.com/CartBlanche)) + ## 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. diff --git a/Directory.Build.props b/Directory.Build.props index 3a355d5..a80665f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 2.3.1 + 2.3.2 Tyrrrz Copyright (C) Oleksii Holub latest diff --git a/License.txt b/License.txt index 8f14ae6..0e8f53b 100644 --- a/License.txt +++ b/License.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2022 Oleksii Holub +Copyright (c) 2019-2023 Oleksii Holub Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal