From 278133ae1ca26b6391b4ac3ff6e2ad368714a9ed Mon Sep 17 00:00:00 2001 From: Lucas Mendes Campos Date: Fri, 30 Aug 2024 14:25:39 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7dab4a1..89b9fc0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A framework to simplify application creation by improving dependency injection, validation, config and database handling -[![Quality gate](https://qube.takasaki.studio/api/project_badges/quality_gate?project=Takasaki-Studio_Lina_15f9a6a7-ef3c-4937-88f6-40e4f890d8f1&token=sqb_e3d13032d4593a8be8fecd4a976ada88ba8696ac)](https://qube.takasaki.studio/dashboard?id=Takasaki-Studio_Lina_15f9a6a7-ef3c-4937-88f6-40e4f890d8f1) +[![Quality Gate Status](https://qube.takasaki.studio/api/project_badges/measure?project=Takasaki-Studio_Lina_15f9a6a7-ef3c-4937-88f6-40e4f890d8f1&metric=alert_status&token=sqb_e3d13032d4593a8be8fecd4a976ada88ba8696ac)](https://qube.takasaki.studio/dashboard?id=Takasaki-Studio_Lina_15f9a6a7-ef3c-4937-88f6-40e4f890d8f1) ## Features @@ -330,4 +330,4 @@ public class MyWorker : AbstractHostedLifecycleService ## License The entire project, except for the file [FileVersionProvider.cs](TakasakiStudio.Lina.AspNet/Providers/FileVersionProvider.cs) is licensed under the [The Unlicense license](LICENSE). -The file FileVersionProvider.cs was copied from [Asp.NET Core](https://github.com/dotnet/aspnetcore/blob/6dfaf9e2cff6cfa3aab0b7842fe02fe9f71e0f60/src/Mvc/Mvc.Razor/src/Infrastructure/DefaultFileVersionProvider.cs) under the MIT License. \ No newline at end of file +The file FileVersionProvider.cs was copied from [Asp.NET Core](https://github.com/dotnet/aspnetcore/blob/6dfaf9e2cff6cfa3aab0b7842fe02fe9f71e0f60/src/Mvc/Mvc.Razor/src/Infrastructure/DefaultFileVersionProvider.cs) under the MIT License.