From 9b83c14281612a23ed567dfc1fc0437f8183597a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Dec 2024 10:00:06 +0000 Subject: [PATCH] docs: Update README to enhance badge visibility and remove outdated package table --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 47269ab..1bfe774 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,10 @@ # Azure Liquid -[![Unit Tests](https://github.com/lekman/AzureLiquid/actions/workflows/ci_unit_tests.yml/badge.svg)](https://github.com/lekman/AzureLiquid/actions/workflows/ci_unit_tests.yml) +[![NuGet](https://img.shields.io/nuget/v/AzureLiquid.svg)](https://www.nuget.org/packages/AzureLiquid) [![Code Scanning](https://github.com/lekman/AzureLiquid/actions/workflows/codeql.yml/badge.svg)](https://github.com/lekman/AzureLiquid/actions/workflows/codeql.yml) +[![Qodana](https://github.com/lekman/AzureLiquid/actions/workflows/qodana_code_quality.yml/badge.svg)](https://github.com/lekman/AzureLiquid/actions/workflows/qodana_code_quality.yml) [![Coverage](https://codecov.io/gh/lekman/AzureLiquid/branch/main/graph/badge.svg?token=6449B7XRCS)](https://codecov.io/gh/lekman/AzureLiquid) -## Packages - -| Package | Latest Version | -| ------- | -------------- | -| AzureLiquid | [![NuGet](https://img.shields.io/nuget/v/AzureLiquid.svg)](https://www.nuget.org/packages/AzureLiquid) | -| AzureLiquid.Preview | [![NuGet](https://img.shields.io/nuget/v/AzureLiquid.Preview.svg)](https://www.nuget.org/packages/AzureLiquid.Preview) | - -## Overview - Allows programmatic parsing, unit testing and live preview of Liquid templates, specifically designed for the Azure cloud services. The project was primarily built to aid in developing and testing Liquid template parsing solutions for Microsoft Azure cloud services.