From b3b94420459ba87ef9cd31c13c429cbff40a53a8 Mon Sep 17 00:00:00 2001 From: nxships <2096086+nxships@users.noreply.github.com> Date: Sun, 24 May 2026 19:34:03 +0200 Subject: [PATCH] docs: add status / version / compatibility badges to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9f32442..8657eb3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ **Plugin-agnostic framework for FINAL FANTASY XIV Dalamud plugins.** [![CI](https://github.com/NexusFFXIV/NexusKit/actions/workflows/ci.yml/badge.svg)](https://github.com/NexusFFXIV/NexusKit/actions/workflows/ci.yml) +[![CodeQL](https://github.com/NexusFFXIV/NexusKit/actions/workflows/codeql.yml/badge.svg)](https://github.com/NexusFFXIV/NexusKit/actions/workflows/codeql.yml) +[![Release](https://img.shields.io/github/v/release/NexusFFXIV/NexusKit?label=release&logo=github)](https://github.com/NexusFFXIV/NexusKit/releases) +[![.NET](https://img.shields.io/badge/.NET-10.0-512BD4?logo=dotnet&logoColor=white)](https://dotnet.microsoft.com/) +[![Dalamud API](https://img.shields.io/badge/Dalamud_API-15-9D5BFF)](https://github.com/goatcorp/Dalamud) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) ## Overview