Skip to content

Commit

Permalink
updated readme with badges
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzomaiuri-dev committed Sep 12, 2024
1 parent 83d12aa commit 2b36539
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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

Expand Down Expand Up @@ -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 -->
## Acknowledgments

Special thanks to all contributors and resources that made this project possible

<!-- LINKS & IMAGES -->
[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

0 comments on commit 2b36539

Please sign in to comment.