Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#24) logging: update readme #27

Merged
merged 2 commits into from
Sep 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/itsharppro/Paralax/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
Loading