Skip to content

Commit 7138c18

Browse files
committed
Update README.md
1 parent c79b1de commit 7138c18

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
<a href="https://github.com/yakovypg/NetArgumentParser/blob/main/LICENSE">
88
<img src="https://img.shields.io/badge/License-GPLv3-darkyellow.svg" alt="license" />
99
</a>
10-
<img src="https://img.shields.io/badge/Version-1.0.0-red.svg" alt="version" />
10+
<img src="https://img.shields.io/badge/Version-1.0.1-red.svg" alt="version" />
1111
<img src="https://img.shields.io/badge/C%23-.NET 8-blue" />
1212
</p>
1313

1414
## About
15-
**NetArgumentParser** is a cross-platform, free and open source library for parsing command-line options, arguments and subcommands.
15+
**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.
1616

17+
[![NuGet Badge](https://buildstats.info/nuget/NetArgumentParser)](https://www.nuget.org/packages/NetArgumentParser/)
1718
[![Contributors](https://img.shields.io/github/contributors/yakovypg/NetArgumentParser)](https://github.com/yakovypg/NetArgumentParser/graphs/contributors)
1819
[![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)
1920

@@ -23,7 +24,6 @@
2324
* [Build Project](#build-project)
2425
* [Test Project](#test-project)
2526
* [Connect Project](#connect-project)
26-
* [Project Status And TODO List](#project-status-and-todo-list)
2727
* [Documentation](#documentation)
2828
* [Development](#development)
2929
* [Contributing](#contributing)
@@ -59,12 +59,7 @@ dotnet test
5959
```
6060

6161
### Connect Project
62-
You can find instructions for connecting **NetArgumentParser** to your project [here](Documentation/ConnectProject.md).
63-
64-
## Project Status And TODO List
65-
**NetArgumentParser** is currently under development. There are some features that need to be added to the project:
66-
- Add support of reflection-based configuring option set using special attributes.
67-
- Add NuGet package.
62+
The easiest way to get started with the **NetArgumentParser** is to include the project [package](https://www.nuget.org/packages/NetArgumentParser/) via the NuGet package manager. Another way is to clone the repository and then connect it. You can find instructions for connecting **NetArgumentParser** to your project [here](Documentation/ConnectProject.md).
6863

6964
## Documentation
7065
You can read our documentation in the [DOCUMENTATION.md](DOCUMENTATION.md).

0 commit comments

Comments
 (0)