Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yakovypg committed Sep 7, 2024
1 parent 50a3c63 commit 0387e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<img src="https://img.shields.io/badge/License-GPLv3-darkyellow.svg" alt="license" />
</a>
<img src="https://img.shields.io/badge/Version-1.0.2-red.svg" alt="version" />
<img src="https://img.shields.io/badge/C%23-.NET 8-blue" />
<img src="https://img.shields.io/badge/C%23-12.0-blue" alt="csharp" />
</p>

## About
**NetArgumentParser** is a cross-platform, free and open source library for parsing command-line options, arguments and subcommands. This library contains the main features of popular argument parsers such as `argparse`, as well as many of its own.

**NetArgumentParser** supports many frameworks, so you can use it in most of your projects. Moreover, you can find clear examples of using this library [here](Examples).

[![NuGet Badge](https://buildstats.info/nuget/NetArgumentParser)](https://www.nuget.org/packages/NetArgumentParser/)
[![NuGet Badge](https://img.shields.io/nuget/v/NetArgumentParser)](https://www.nuget.org/packages/NetArgumentParser/)
[![Contributors](https://img.shields.io/github/contributors/yakovypg/NetArgumentParser)](https://github.com/yakovypg/NetArgumentParser/graphs/contributors)
[![Build Status](https://img.shields.io/github/actions/workflow/status/yakovypg/NetArgumentParser/dotnet.yml?branch=main)](https://github.com/yakovypg/NetArgumentParser/actions/workflows/dotnet.yml?query=branch%3Amain)

Expand Down

0 comments on commit 0387e2b

Please sign in to comment.