Skip to content

Commit 1fe20bd

Browse files
authored
Add badges to README for project status
Added badges for license, release, and build status. Signed-off-by: CØDE N!NJΔ <najaf.shaikh@gmail.com>
1 parent 00fdd94 commit 1fe20bd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# ActiveForge ORM
2+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/CodeShayk/ActiveForge/blob/master/LICENSE.md)
3+
[![GitHub Release](https://img.shields.io/github/v/release/CodeShayk/ActiveForge?logo=github&sort=semver)](https://github.com/CodeShayk/ActiveForge/releases/latest)
4+
[![master-build](https://github.com/CodeShayk/ActiveForge/actions/workflows/Master-Build.yml/badge.svg)](https://github.com/CodeShayk/ActiveForge/actions/workflows/master-build.yml)
5+
[![master-codeql](https://github.com/CodeShayk/ActiveForge/actions/workflows/Master-CodeQL.yml/badge.svg)](https://github.com/CodeShayk/ActiveForge/actions/workflows/master-codeQL.yml)
26

37
A lightweight, Active Record-style ORM for .NET 8, with first-class support for SQL Server, PostgreSQL, and MongoDB.
48

0 commit comments

Comments
 (0)