From afd5c9ea24a212266d4e864a0ebe615855e1ccfe Mon Sep 17 00:00:00 2001 From: Kyle Burrows Date: Thu, 13 Nov 2025 19:51:19 -0500 Subject: [PATCH] update nuget package descriptions to remove command attribute refs --- .../MinimalCli.SourceGenerator.csproj | 2 +- src/MinimalCli/MinimalCli.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MinimalCli.SourceGenerator/MinimalCli.SourceGenerator.csproj b/src/MinimalCli.SourceGenerator/MinimalCli.SourceGenerator.csproj index a0e5712..29b4b33 100644 --- a/src/MinimalCli.SourceGenerator/MinimalCli.SourceGenerator.csproj +++ b/src/MinimalCli.SourceGenerator/MinimalCli.SourceGenerator.csproj @@ -7,7 +7,7 @@ MinimalCli.SourceGenerator Minimal Command Line Source Generator dotnetKyle - A source generator for MinimalCommandLine. Enables the quick rigging of commands using a Command attribute. + A source generator for MinimalCommandLine. Enables the quick rigging of commands using a Handler attribute. https://github.com/dotnetKyle/MinimalCommandLine Command; Line diff --git a/src/MinimalCli/MinimalCli.csproj b/src/MinimalCli/MinimalCli.csproj index dc519e8..debbd9a 100644 --- a/src/MinimalCli/MinimalCli.csproj +++ b/src/MinimalCli/MinimalCli.csproj @@ -7,7 +7,7 @@ MinimalCli Minimal Command Line dotnetKyle - A source generator on top of System.CommandLine to minimize the boiler plate needed to get started. Just add a [Command] attribute to a function to get started! + A source generator on top of System.CommandLine to minimize the boiler plate needed to get started. Just add a [Handler] attribute to a function to get started! README.md https://github.com/dotnetKyle/MinimalCommandLine