From 1546192ccbf4bc2d192d0e676a65ddac7f5f6dc7 Mon Sep 17 00:00:00 2001 From: Sven Groot Date: Thu, 29 Aug 2024 13:21:40 -0700 Subject: [PATCH] Update package description. --- src/Ookii.CommandLine/Ookii.CommandLine.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ookii.CommandLine/Ookii.CommandLine.csproj b/src/Ookii.CommandLine/Ookii.CommandLine.csproj index 444fbcf..63c889f 100644 --- a/src/Ookii.CommandLine/Ookii.CommandLine.csproj +++ b/src/Ookii.CommandLine/Ookii.CommandLine.csproj @@ -25,7 +25,7 @@ library for .Net applications. - Create applications with multiple subcommands. - Generate fully customizable usage help. - Supports PowerShell-like and POSIX-like parsing rules. -- Trim-friendly +- Compatible with trimming and native AOT. command line arguments parsing parser parse argument args console This version contains breaking changes compared to version 2.x and 3.x. For details, please view: https://www.ookii.org/Link/CommandLineVersionHistory true