Skip to content

Commit

Permalink
Migrating to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocgsi committed Feb 10, 2024
1 parent 7c0c879 commit 774d4d9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
@@ -1,6 +1,11 @@
# Tapioca.HATEOAS

[![NuGet](https://img.shields.io/nuget/v/Tapioca.HATEOAS.svg)](https://www.nuget.org/packages/Tapioca.HATEOAS)
[![Donate with PayPal](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate/?hosted_button_id=ZJ4NQJXEKQ63A)
[![GitHub repo](https://img.shields.io/badge/GitHub-Repository-green.svg)](https://github.com/leandrocgsi/Tapioca.HATEOAS)
![Last Commit](https://img.shields.io/github/last-commit/leandrocgsi/Tapioca.HATEOAS)
![Forks](https://img.shields.io/github/forks/leandrocgsi/Tapioca.HATEOAS)
![Stars](https://img.shields.io/github/stars/leandrocgsi/Tapioca.HATEOAS)
[![.NET 8 Continuous Integration with GitHub, GitHub Actions and Nuget Packages](https://github.com/leandrocgsi/Tapioca.HATEOAS/actions/workflows/continuous-integration-nuget.yaml/badge.svg)](https://github.com/leandrocgsi/Tapioca.HATEOAS/actions/workflows/continuous-integration-nuget.yaml)

This is a smart library to implements HATEOAS pattern in your RESTFul API's, implemented based in [this project](https://github.com/SotirisH/HyperMedia).
Expand Down
5 changes: 5 additions & 0 deletions Tapioca.HATEOAS/docs/README.md
@@ -1,6 +1,11 @@
# Tapioca.HATEOAS

[![NuGet](https://img.shields.io/nuget/v/Tapioca.HATEOAS.svg)](https://www.nuget.org/packages/Tapioca.HATEOAS)
[![Donate with PayPal](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate/?hosted_button_id=ZJ4NQJXEKQ63A)
[![GitHub repo](https://img.shields.io/badge/GitHub-Repository-green.svg)](https://github.com/leandrocgsi/Tapioca.HATEOAS)
![Last Commit](https://img.shields.io/github/last-commit/leandrocgsi/Tapioca.HATEOAS)
![Forks](https://img.shields.io/github/forks/leandrocgsi/Tapioca.HATEOAS)
![Stars](https://img.shields.io/github/stars/leandrocgsi/Tapioca.HATEOAS)
[![.NET 8 Continuous Integration with GitHub, GitHub Actions and Nuget Packages](https://github.com/leandrocgsi/Tapioca.HATEOAS/actions/workflows/continuous-integration-nuget.yaml/badge.svg)](https://github.com/leandrocgsi/Tapioca.HATEOAS/actions/workflows/continuous-integration-nuget.yaml)

This is a smart library to implements HATEOAS pattern in your RESTFul API's, implemented based in [this project](https://github.com/SotirisH/HyperMedia).
Expand Down

0 comments on commit 774d4d9

Please sign in to comment.