Skip to content

Commit

Permalink
(#24) docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Sep 21, 2024
1 parent 5d88565 commit 73df654
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Paralax Framework

[![Build Status](https://github.com/yourusername/paralax-framework/actions/workflows/dotnet-ci.yml/badge.svg)](https://github.com/yourusername/paralax-framework/actions)
[![NuGet Version](https://img.shields.io/nuget/v/Paralax.Framework.svg?style=flat)](https://www.nuget.org/packages/Paralax.Framework/)
[![Coverage Status](https://codecov.io/gh/yourusername/paralax-framework/branch/main/graph/badge.svg)](https://codecov.io/gh/yourusername/paralax-framework)
![.NET 9.0](https://img.shields.io/badge/.NET-9.0-blueviolet?logo=dotnet)
[![Build Status](https://github.com/yourusername/paralax-framework/actions/workflows/build-test-pack.yml/badge.svg)](https://github.com/yourusername/paralax-framework/actions)
[![NuGet Version](https://img.shields.io/nuget/v/Paralax.svg?style=flat)](https://www.nuget.org/packages/Paralax.Framework/)
[![Coverage Status](https://codecov.io/gh/itsharppro/Paralax/graph/badge.svg?token=VKEPZNVTOF)](https://codecov.io/gh/itsharppro/Paralax)

The **Paralax Framework** is a modern, modular, and extensible .NET framework designed to streamline microservice architecture development. It provides essential building blocks for services like encryption, hashing, signing, logging, CQRS, and more. The framework is optimized for .NET 9 and is designed to integrate seamlessly with ASP.NET and cloud-native applications.

Expand All @@ -22,5 +23,5 @@ The **Paralax Framework** is a modern, modular, and extensible .NET framework de
You can install the necessary packages from NuGet:

```bash
dotnet add package Paralax.Framework
dotnet add package Paralax
dotnet add package Paralax.Security

0 comments on commit 73df654

Please sign in to comment.