Skip to content

Commit

Permalink
Update Simple.ArgumentParser.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
henkla authored Oct 4, 2024
1 parent a746d37 commit 2dc8ee7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Simple.ArgumentParser/Simple.ArgumentParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,13 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup>
<PackageId>Simple.ArgumentParser</PackageId>
<Version>1.0.0</Version>
<Authors>Henrik Larsson</Authors>
<PackageDescription>This is a really simple, yet powerful and dynamic .NET command line argument parser library.</PackageDescription>
<PackageTags>args;parse;tool</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

</Project>

0 comments on commit 2dc8ee7

Please sign in to comment.