This repository was archived by the owner on Apr 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed
Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments