diff --git a/README.md b/README.md index 86a109f..7136769 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ ![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 project will no longer be maintained, [use the Erudio.HATEOAS](https://www.nuget.org/packages/Erudio.HATEOAS/) package as a replacement! + This is a smart library to implements HATEOAS pattern in your RESTFul API's, implemented based in [this project](https://github.com/SotirisH/HyperMedia). > ## How to use diff --git a/Tapioca.HATEOAS/Tapioca.HATEOAS.csproj b/Tapioca.HATEOAS/Tapioca.HATEOAS.csproj index 0002812..6f7a1c2 100644 --- a/Tapioca.HATEOAS/Tapioca.HATEOAS.csproj +++ b/Tapioca.HATEOAS/Tapioca.HATEOAS.csproj @@ -8,12 +8,12 @@ true 8.0.101.2 https://github.com/leandrocgsi/Tapioca.HATEOAS/ - This is a smart library to implements HATEOAS docummentation in your RESTFul API's + This is a smart library to implement HATEOAS documentation in your RESTFul API's Copyright © Erudio Training - Consultoria e Treinamentos em TI LTDA 2024 https://github.com/leandrocgsi/Tapioca.HATEOAS/ blue_link_128x128.png HATEOAS - This is a smart library to implements HATEOAS docummentation in your RESTFul API's + This is a smart library to implement HATEOAS documentation in your RESTFul API's README.md diff --git a/Tapioca.HATEOAS/docs/README.md b/Tapioca.HATEOAS/docs/README.md index 86a109f..2bd0bf2 100644 --- a/Tapioca.HATEOAS/docs/README.md +++ b/Tapioca.HATEOAS/docs/README.md @@ -8,6 +8,8 @@ ![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 project will no longer be maintained, [use the Erudio.HATEOAS](https://www.nuget.org/packages/Erudio.HATEOAS/) package as a replacement! + This is a smart library to implements HATEOAS pattern in your RESTFul API's, implemented based in [this project](https://github.com/SotirisH/HyperMedia). > ## How to use @@ -18,10 +20,6 @@ This is a smart library to implements HATEOAS pattern in your RESTFul API's, imp Install-Package Tapioca.HATEOAS -Version 1.0.15 ``` -#### Import with nuget package manager - -![Nuget Package Mannager](nuget_package_mannager.png) - >### 2 - Implements *ISupportsHyperMedia* in your exposed object. ```csharp