Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit b35aeeb

Browse files
committed
Aggiornato README
1 parent c942128 commit b35aeeb

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# NET6 Custom Library
22

3-
## RabbitMQ
3+
[![Publish](https://github.com/AngeloDotNet/NET6CustomLibrary/actions/workflows/dotnet.yml/badge.svg?branch=main)](https://github.com/AngeloDotNet/NET6CustomLibrary/actions/workflows/dotnet.yml)
4+
[![NuGet](https://img.shields.io/nuget/v/NET6CustomLibrary.svg)](https://www.nuget.org/packages/NET6CustomLibrary)
5+
[![NuGet](https://img.shields.io/nuget/dt/NET6CustomLibrary.svg)](https://www.nuget.org/packages/NET6CustomLibrary)
6+
[![GitHub license](https://img.shields.io/github/license/AngeloDotNet/NET6CustomLibrary)](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/LICENSE)
47

5-
TODO
8+
9+
Library for .net 6 that avoids the duplication of the code that collects the tools that I often use in my private / working projects.
10+
11+
If you like this repository, please drop a :star: on Github!
12+
13+
14+
## Installation
15+
16+
The library is available on [NuGet](https://www.nuget.org/packages/NET6CustomLibrary) or run the following command in the .NET CLI:
17+
18+
```bash
19+
dotnet add package NET6CustomLibrary
20+
```
21+
22+
23+
## Contributing
24+
25+
Contributions and/or suggestions are always welcome.

0 commit comments

Comments
 (0)