Update version

This commit is contained in:
Oleksii Holub
2022-12-08 21:57:42 +02:00
parent b1995fa4f7
commit 48f157a51e
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>2.3</Version>
<Version>2.3.1</Version>
<Company>Tyrrrz</Company>
<Copyright>Copyright (C) Oleksii Holub</Copyright>
<LangVersion>latest</LangVersion>