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

Commit 495b87b

Browse files
committed
Aggiornato README
1 parent ea4407c commit 495b87b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,28 @@ dotnet add package NET6CustomLibrary
2626

2727
The extensions methods available regarding:
2828

29-
- [x] Date and Time Only<br />
30-
- [x] DBContext generic CRUD methods<br />
31-
- [x] DBContext Pool MySQL / MariaDB<br />
32-
- [x] DBContext Pool PostgreSQL<br />
33-
- [ ] DBContext Pool SQL server (coming soon)<br />
34-
- [x] Health Checks MySQL / MariaDB<br />
35-
- [x] Health Checks PostgreSQL<br />
36-
- [ ] Health Checks SQL Server (coming soon)<br />
37-
- [x] Json<br />
38-
- [x] MailKit<br />
39-
- [x] Multi language support<br />
40-
- [ ] RabbitMQ (coming soon)<br />
41-
- [x] Serilog (save to text file)<br />
42-
- [x] Swagger UI minimal configuration<br />
43-
- [x] Swagger UI with date and time only management<br />
44-
- [x] Swagger UI with JWT Bearer<br />
45-
- [x] Swagger UI with date, time and JWT Bearer<br />
29+
- [x] Date and Time Only<br>
30+
- [x] DBContext generic CRUD methods<br>
31+
- [x] DBContext Pool MySQL / MariaDB<br>
32+
- [x] DBContext Pool PostgreSQL<br>
33+
- [x] DBContext Pool SQLite<br>
34+
- [ ] DBContext Pool SQL server (coming soon)<br>
35+
- [x] Health Checks MySQL / MariaDB<br>
36+
- [x] Health Checks PostgreSQL<br>
37+
- [ ] Health Checks SQL Server (coming soon)<br>
38+
- [x] Json<br>
39+
- [x] MailKit<br>
40+
- [x] Multi language support<br>
41+
- [ ] RabbitMQ (coming soon)<br>
42+
- [x] Serilog (save to text file)<br>
43+
- [x] Swagger UI minimal configuration<br>
44+
- [x] Swagger UI with date and time only management<br>
45+
- [x] Swagger UI with JWT Bearer<br>
46+
- [x] Swagger UI with date, time and JWT Bearer<br>
4647
- [ ] Upload Files (coming soon)
4748

4849

4950
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/).
50-
5151
In addition to the implementations listed above, the library includes dependencies to the MediatR and AutoMapper packages.
5252

5353

0 commit comments

Comments
 (0)