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

Commit e4cff92

Browse files
committed
Aggiornato README
1 parent 7d4f85f commit e4cff92

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

README.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
Collection of tools mostly used in my private and/or work projects thus avoiding the duplication of repetitive code.
44

5-
[![NuGet](https://img.shields.io/nuget/v/NET6CustomLibrary.svg?style=for-the-badge)](https://www.nuget.org/packages/NET6CustomLibrary)
6-
[![NuGet](https://img.shields.io/nuget/dt/NET6CustomLibrary.svg?style=for-the-badge)](https://www.nuget.org/packages/NET6CustomLibrary)
7-
[![GitHub Repo stars](https://img.shields.io/github/stars/angelodotnet/NET6CustomLibrary?style=for-the-badge)](https://github.com/AngeloDotNet/NET6CustomLibrary)
8-
[![GitHub Forks](https://img.shields.io/github/forks/angelodotnet/NET6CustomLibrary?style=for-the-badge)](https://github.com/AngeloDotNet/NET6CustomLibrary)
9-
[![GitHub Issues](https://img.shields.io/github/issues/angelodotnet/NET6CustomLibrary?style=for-the-badge)](https://github.com/AngeloDotNet/NET6CustomLibrary)
10-
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/angelodotnet/NET6CustomLibrary?style=for-the-badge)](https://github.com/AngeloDotNet/NET6CustomLibrary)
11-
[![GitHub License](https://img.shields.io/github/license/AngeloDotNet/NET6CustomLibrary?style=for-the-badge)](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/LICENSE)
12-
135
## :star: Give a star
146

157
If you found this Implementation helpful or used it in your Projects, do give it a :star: on Github. Thanks!
@@ -24,9 +16,9 @@ dotnet add package NET6CustomLibrary
2416

2517
## :memo: Library documentation
2618

27-
The documentation is divided for each extension method, and can be consulted by clicking [here](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/src/NET6CustomLibrary/Docs/).
19+
> **Note:** The methods marked deprecated are permanently removed in library version 1.0.202 but can be used with an updated implementation, using this library (*CustomLibrary.EFCore*) already available on [Nuget](https://www.nuget.org/packages/CustomLibrary.EFCore)
2820
29-
> **Note:** The methods marked as deprecated will be removed in the next version of the library but they can be used with an updated implementation, using this library (*CustomLibrary.EFCore*) already available on [Nuget](https://www.nuget.org/packages/CustomLibrary.EFCore)
21+
The documentation is divided for each extension method, and can be consulted by clicking [here](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/src/NET6CustomLibrary/Docs/).
3022

3123
In addition to the implementations listed above, the library includes dependencies to the MassTransit, AutoMapper packages.
3224

@@ -47,11 +39,6 @@ In addition to the implementations listed above, the library includes dependenci
4739
| DBContext generic methods | *deprecated* |
4840
| DBContext Pool for different databases | *deprecated* |
4941
| Health Checks for different databases | *deprecated* |
50-
51-
## Available method interfaces:
52-
53-
| Interfaces | Status |
54-
| --- | --- |
5542
| Fluent Validation | coming soon |
5643
| RabbitMQ | coming soon |
5744
| Upload Files | coming soon |
@@ -65,3 +52,10 @@ Contributions and/or suggestions are always welcome.
6552
[![Build and Test](https://github.com/AngeloDotNet/NET6CustomLibrary/actions/workflows/build.yml/badge.svg)](https://github.com/AngeloDotNet/NET6CustomLibrary/actions/workflows/build.yml)
6653
[![Build and Pack on Github](https://github.com/AngeloDotNet/NET6CustomLibrary/actions/workflows/dotnet-github.yml/badge.svg)](https://github.com/AngeloDotNet/NET6CustomLibrary/actions/workflows/dotnet-github.yml)
6754
[![Build and Pack on Nuget](https://github.com/AngeloDotNet/NET6CustomLibrary/actions/workflows/dotnet-nuget.yml/badge.svg)](https://github.com/AngeloDotNet/NET6CustomLibrary/actions/workflows/dotnet-nuget.yml)
55+
56+
[![NuGet](https://img.shields.io/nuget/v/NET6CustomLibrary.svg)](https://www.nuget.org/packages/NET6CustomLibrary)
57+
[![GitHub Repo stars](https://img.shields.io/github/stars/angelodotnet/NET6CustomLibrary)](https://github.com/AngeloDotNet/NET6CustomLibrary)
58+
[![GitHub Forks](https://img.shields.io/github/forks/angelodotnet/NET6CustomLibrary)](https://github.com/AngeloDotNet/NET6CustomLibrary)
59+
[![GitHub Issues](https://img.shields.io/github/issues/angelodotnet/NET6CustomLibrary)](https://github.com/AngeloDotNet/NET6CustomLibrary)
60+
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/angelodotnet/NET6CustomLibrary)](https://github.com/AngeloDotNet/NET6CustomLibrary)
61+
[![GitHub License](https://img.shields.io/github/license/AngeloDotNet/NET6CustomLibrary)](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/LICENSE)

0 commit comments

Comments
 (0)