Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageId>MinimalCli.SourceGenerator</PackageId>
<Title>Minimal Command Line Source Generator</Title>
<Authors>dotnetKyle</Authors>
<Description>A source generator for MinimalCommandLine. Enables the quick rigging of commands using a Command attribute.</Description>
<Description>A source generator for MinimalCommandLine. Enables the quick rigging of commands using a Handler attribute.</Description>
<PackageProjectUrl></PackageProjectUrl>
<RepositoryUrl>https://github.com/dotnetKyle/MinimalCommandLine</RepositoryUrl>
<PackageTags>Command; Line</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion src/MinimalCli/MinimalCli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageId>MinimalCli</PackageId>
<Title>Minimal Command Line</Title>
<Authors>dotnetKyle</Authors>
<Description>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!</Description>
<Description>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!</Description>
<PackageProjectUrl></PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/dotnetKyle/MinimalCommandLine</RepositoryUrl>
Expand Down
Loading