Skip to content

Ver.5.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 10:31
26bd037

Improvement:

  • Added support for argument escaping using --
  • Added CommandArguments and EscapedArguments properties to ConsoleAppContext

Breaking Changes:

The supported language version has been updated to C# 13. When using with .NET 8, you need to explicitly specify the LangVersion in your project file:

<PropertyGroup>
    <TargetFramework>net8.0</TargetFramework>
    <LangVersion>13</LangVersion>
</PropertyGroup>

What's Changed

New Contributors

Full Changelog: 5.3.4...5.4.0