Skip to content

Commit

Permalink
.NET 8 Continuous Integration with GitHub, GitHub Actions and Nuget P…
Browse files Browse the repository at this point in the history
…ackages
  • Loading branch information
leandrocgsi committed Feb 11, 2024
1 parent 578174c commit 7608d29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Tapioca.HATEOAS/Tapioca.HATEOAS.csproj
Expand Up @@ -8,12 +8,12 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>8.0.101.2</Version>
<RepositoryUrl>https://github.com/leandrocgsi/Tapioca.HATEOAS/</RepositoryUrl>
<Description>This is a smart library to implements HATEOAS docummentation in your RESTFul API's</Description>
<Description>This is a smart library to implement HATEOAS documentation in your RESTFul API's</Description>
<Copyright>Copyright © Erudio Training - Consultoria e Treinamentos em TI LTDA 2024</Copyright>
<PackageProjectUrl>https://github.com/leandrocgsi/Tapioca.HATEOAS/</PackageProjectUrl>
<PackageIcon>blue_link_128x128.png</PackageIcon>
<PackageTags>HATEOAS</PackageTags>
<PackageReleaseNotes>This is a smart library to implements HATEOAS docummentation in your RESTFul API's</PackageReleaseNotes>
<PackageReleaseNotes>This is a smart library to implement HATEOAS documentation in your RESTFul API's</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down
6 changes: 2 additions & 4 deletions Tapioca.HATEOAS/docs/README.md
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7608d29

Please sign in to comment.