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

Commit 61cf31e

Browse files
committed
Aggiornato README
1 parent f3a45f4 commit 61cf31e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +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-
## :star: Give a star
6-
7-
If you found this Implementation helpful or used it in your Projects, do give it a :star: on Github. Thanks!
8-
95
## :dvd: Installation
106

117
The library is available on [NuGet](https://www.nuget.org/packages/NET6CustomLibrary) or run the following command in the .NET CLI:
@@ -16,7 +12,7 @@ dotnet add package NET6CustomLibrary
1612

1713
## :memo: Library documentation
1814

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)
15+
> **Note:** The methods marked deprecated are permanently removed in library version 1.0.201 but can be used with an updated implementation, using this library (*CustomLibrary.EFCore*) already available on [Nuget](https://www.nuget.org/packages/CustomLibrary.EFCore)
2016
2117
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/).
2218

@@ -27,26 +23,30 @@ In addition to the implementations listed above, the library includes dependenci
2723
| Extensions methods | Status |
2824
| --- | --- |
2925
| Date and Time Only | available |
26+
| DBContext generic methods | *deprecated* |
27+
| DBContext Pool for different databases | *deprecated* |
28+
| Fluent Validation | coming soon |
29+
| Health Checks for different databases | *deprecated* |
3030
| Json | available |
3131
| MailKit | available |
32+
| MediatR | available |
3233
| Multi language support | available |
34+
| Policy Cors | available |
35+
| RabbitMQ | coming soon |
3336
| Redis Cache | available |
37+
| Scrutor | coming soon |
3438
| Serilog (save to text file and save to SEQ) | available |
3539
| Swagger UI (different types of configuration) | available |
36-
| MediatR (coming soon) | coming soon |
37-
| Scrutor (coming soon) | coming soon |
38-
| Policy Cors | available |
39-
| DBContext generic methods | *deprecated* |
40-
| DBContext Pool for different databases | *deprecated* |
41-
| Health Checks for different databases | *deprecated* |
42-
| Fluent Validation | coming soon |
43-
| RabbitMQ | coming soon |
4440
| Upload Files | coming soon |
4541

4642
## :muscle: Contributing
4743

4844
Contributions and/or suggestions are always welcome.
4945

46+
## :star: Give a star
47+
48+
If you found this Implementation helpful or used it in your Projects, do give it a :star: on Github. Thanks!
49+
5050
## :beginner: Badges
5151

5252
[![Build and Test](https://github.com/AngeloDotNet/NET6CustomLibrary/actions/workflows/build.yml/badge.svg)](https://github.com/AngeloDotNet/NET6CustomLibrary/actions/workflows/build.yml)

0 commit comments

Comments
 (0)