From b58f37c2fe226a00facc9cd6d22cc661a609d477 Mon Sep 17 00:00:00 2001 From: mikepal2 Date: Thu, 10 Oct 2024 17:42:29 -0700 Subject: [PATCH] Update version: 1.1.0-pre --- src/SnapCLI.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/SnapCLI.csproj b/src/SnapCLI.csproj index e6bc81c..9bded96 100644 --- a/src/SnapCLI.csproj +++ b/src/SnapCLI.csproj @@ -6,14 +6,14 @@ 8.0 True Michael Pavlushik - This package includes SnapCLI app model for System.CommandLine, which allows you to create a command line application with declarations by attributes while getting support for complex type binding, error reporting, help, shell completions, and more. + Quickly create POSIX-like Command Line Interface (CLI) applications using a simple metadata API built on top of the System.CommandLine library. https://github.com/mikepal2/snap-cli - 1.0.5-pre + 1.1.0-pre True README.md https://github.com/mikepal2/snap-cli - Snap CLI Command Line Interface CommandLine Simple Easy - Added custom exception handler support + Snap CLI Command Line Interface CommandLine Quick Simple Easy + Unified and streamlined the API; added new features.