Skip to content

Commit 1f38c6a

Browse files
committed
Add status badges to README
- CI build status badge - Release workflow status badge - Latest release version badge (dynamic) - MIT license badge - .NET 9.0 version badge - Platform support badge (Linux/Windows)
1 parent b531d12 commit 1f38c6a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Localization Resource Manager (LRM)
22

3+
[![CI](https://github.com/nickprotop/LocalizationManager/actions/workflows/ci.yml/badge.svg)](https://github.com/nickprotop/LocalizationManager/actions/workflows/ci.yml)
4+
[![Release](https://github.com/nickprotop/LocalizationManager/actions/workflows/release.yml/badge.svg)](https://github.com/nickprotop/LocalizationManager/actions/workflows/release.yml)
5+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/nickprotop/LocalizationManager)](https://github.com/nickprotop/LocalizationManager/releases)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7+
[![.NET](https://img.shields.io/badge/.NET-9.0-512BD4)](https://dotnet.microsoft.com/download/dotnet/9.0)
8+
[![Platform](https://img.shields.io/badge/platform-Linux%20%7C%20Windows-blue)](https://github.com/nickprotop/LocalizationManager#installation)
9+
310
A powerful C# .NET 9 console utility for managing .resx localization files with auto-discovery, validation, and rich CLI interface.
411

512
**Author:** Nikolaos Protopapas

0 commit comments

Comments
 (0)