Skip to content

Commit d4e9c35

Browse files
authored
Update README.md
1 parent 2c83b5c commit d4e9c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Everybody wants to use fluent APIs but writing them is tedious. With this librar
77
The generated code follows the builder design pattern and allows you to construct objects step by step. This approach avoids big constructors and results in very readable code.
88

99
[![license](https://img.shields.io/badge/license-MIT-brightgreen)](https://github.com/m31coding/M31.BinarySearchTrees/blob/master/LICENSE)
10-
[![.net version](https://img.shields.io/badge/.NET-6.0-6D429C)](https://dotnet.microsoft.com/en-us/)
10+
[![.net version](https://img.shields.io/badge/.NET-10.0-6D429C)](https://dotnet.microsoft.com/en-us/)
1111
[![version](https://img.shields.io/nuget/v/M31.FluentApi)](https://www.nuget.org/packages/M31.FluentApi/)
1212
[![CI](https://github.com/m31coding/M31.FluentAPI/actions/workflows/ci.yml/badge.svg)](https://github.com/m31coding/M31.FluentAPI/actions/workflows/ci.yml)
1313
[![m31coding](https://img.shields.io/badge/www-m31coding.com-34345B)](https://www.m31coding.com)
@@ -591,4 +591,4 @@ In particular, if your IDE visually indicates that there are errors in your code
591591

592592
This library is free. If you find it valuable and wish to express your support, please leave a star. You are kindly invited to contribute. If you see the possibility for enhancement, please create a GitHub issue and you will receive timely feedback.
593593

594-
Happy coding!
594+
Happy coding!

0 commit comments

Comments
 (0)