diff --git a/README.md b/README.md index c713dd3..a89b8d1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # CodiceFiscale - -[![NuGet](https://img.shields.io/nuget/v/CodiceFiscale.svg)](https://www.nuget.org/packages/CodiceFiscale/) -[![Build Status](https://github.com/lorenzomaiuri-dev/CodiceFiscale/actions/workflows/dotnet.yml/badge.svg)](https://github.com/lorenzomaiuri-dev/CodiceFiscale/actions/workflows/dotnet.yml/badge.svg) +[![Stargazers][stars-shield]][stars-url] +[![MIT License][license-shield]][license-url] +[![NuGet Version][nuget-badge]][nuget-url] +[![Build Status][build-badge]][build-url] +[![LinkedIn][linkedin-shield]][linkedin-url] A .NET Core library to calculate and validate the Italian Tax Code (Codice Fiscale) @@ -12,6 +14,7 @@ A .NET Core library to calculate and validate the Italian Tax Code (Codice Fisca - [Usage](#usage) - [Contributing](#contributing) - [License](#license) +- [Acknowledgments](#acknowledgments) ## Description @@ -91,4 +94,21 @@ Contributions are welcome! If you'd like to contribute to this project, please f Please ensure all pull requests pass the existing tests and include new tests for any added functionality ## License -This project is licensed under the MIT License. See the LICENSE file for more details +This project is licensed under the GPL-3.0 License. See the LICENSE file for more details + + +## Acknowledgments + +Special thanks to all contributors and resources that made this project possible + + +[stars-shield]: https://img.shields.io/github/stars/lorenzomaiuri-dev/Reactive-Architecture?style=social +[stars-url]: https://github.com/lorenzomaiuri-dev/Reactive-Architecture/stargazers +[license-shield]: https://img.shields.io/badge/License-GPL%20v3-blue.svg +[license-url]: https://www.gnu.org/licenses/gpl-3.0.html +[nuget-badge]: https://img.shields.io/nuget/v/CodiceFiscale.svg +[nuget-url]: https://www.nuget.org/packages/CodiceFiscale/ +[build-badge]: https://img.shields.io/github/actions/workflow/status/lorenzomaiuri-dev/CodiceFiscale/dotnet.yml?branch=main +[build-url]: https://github.com/lorenzomaiuri-dev/CodiceFiscale/actions/workflows/dotnet.yml +[linkedin-shield]: https://img.shields.io/badge/LinkedIn-Profile-blue?logo=linkedin&logoColor=white +[linkedin-url]: https://it.linkedin.com/in/lorenzo-maiuri-9a7472244 \ No newline at end of file