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

Commit 46d1515

Browse files
committed
Aggiornato README
1 parent 05cdfce commit 46d1515

File tree

1 file changed

+11
-28
lines changed

1 file changed

+11
-28
lines changed

README.md

Lines changed: 11 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
[![NuGet](https://img.shields.io/nuget/dt/NET6CustomLibrary.svg)](https://www.nuget.org/packages/NET6CustomLibrary)
66
[![GitHub license](https://img.shields.io/github/license/AngeloDotNet/NET6CustomLibrary)](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/LICENSE)
77

8-
98
Collection of tools mostly used in my private/work projects thus avoiding the duplication of repetitive code (only compatible with .NET 6).
109

1110

@@ -18,41 +17,25 @@ dotnet add package NET6CustomLibrary
1817
```
1918

2019

21-
### Date and Time Only
22-
23-
Documentation is available by clicking [here](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/src/NET6CustomLibrary/Docs/README-DateTimeOnly.md).
24-
25-
26-
### Serilog (save to text file)
27-
28-
Documentation is available by clicking [here](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/src/NET6CustomLibrary/Docs/README-Serilog.md).
29-
30-
31-
### Multi language support
32-
33-
Documentation is available by clicking [here](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/src/NET6CustomLibrary/Docs/README-MultiLanguage.md)
34-
35-
36-
### Json
37-
38-
Documentation is available by clicking [here](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/src/NET6CustomLibrary/Docs/README-Json.md)
39-
40-
41-
### DBContext Pool MySQL / MariaDB
42-
43-
Documentation is available by clicking [here](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/src/NET6CustomLibrary/Docs/README-DbContextPool-MySQL.md)
20+
## Library documentation
4421

22+
The extensions methods available regarding:
4523

46-
### Health Checks MySQL / MariaDB
24+
- Date and Time Only
25+
- Serilog (save to text file)
26+
- Multi language support
27+
- Json
28+
- DBContext Pool MySQL / MariaDB
29+
- Health Checks MySQL / MariaDB
4730

48-
Documentation is available by clicking [here](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/src/NET6CustomLibrary/Docs/README-HealthChecks-MySQL.md)
31+
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/)
4932

5033

51-
### Contributing
34+
## Contributing
5235

5336
Contributions and/or suggestions are always welcome.
5437

5538

56-
### Support me
39+
## Support me
5740

5841
If you like this repository, please drop a :star: on Github!

0 commit comments

Comments
 (0)