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

Commit 8e5cb02

Browse files
committed
Aggiornato README
1 parent 45b645d commit 8e5cb02

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

README.md

+33-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![GitHub license](https://img.shields.io/github/license/AngeloDotNet/NET6CustomLibrary)](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/LICENSE)
77

88

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.
9+
Collection of tools mostly used in my private/work projects thus avoiding the duplication of repetitive code (only compatible with .NET 6).
1010

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

@@ -20,6 +20,38 @@ dotnet add package NET6CustomLibrary
2020
```
2121

2222

23+
## Coming soon stay tuned
24+
25+
The documentation of this library will be updated in the coming days as a result of its implementations.
26+
27+
<!--
28+
## RabbitMQ
29+
30+
31+
## Date and Time Only
32+
33+
Documentation is available by clicking [here](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/src/NET6CustomLibrary/Docs/README-DateTimeOnly.md).
34+
35+
36+
## MailKit
37+
38+
39+
## Entity Framework Core
40+
41+
42+
## Upload files
43+
44+
45+
## Serilog (save to text file)
46+
47+
Documentation is available by clicking [here](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/src/NET6CustomLibrary/Docs/README-Serilog.md).
48+
49+
50+
## Multi language support
51+
52+
Documentation is available by clicking [here](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/src/NET6CustomLibrary/Docs/README-MultiLanguage.md)
53+
-->
54+
2355
## Contributing
2456

2557
Contributions and/or suggestions are always welcome.

0 commit comments

Comments
 (0)