Skip to content

Commit be66eab

Browse files
authored
Merge pull request #25 from escendit/24-update-readme
docs: Update README with badges and NuGet package links
2 parents 3cd2981 + e1276ec commit be66eab

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# ASP.NET Core Builder Extensions
22

3-
ASP.NET Core Builder Extensions provides a set of extensions for `WebApplicationBuilder` and `WebApplication` to simplify the configuration of various services and integrations within Escendit projects.
3+
[![Build Status](https://github.com/escendit/aspnetcore-builder/actions/workflows/push.yml/badge.svg)](https://github.com/escendit/aspnetcore-builder/actions/workflows/push.yml)
4+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
45

5-
## Packages
6+
ASP.NET Core Builder Extensions provides a set of extensions for `WebApplicationBuilder` and `WebApplication` to simplify the configuration of various services and integrations within Escendit projects.
67

7-
This repository contains the following packages:
8+
## NuGet Packages
89

9-
| Package | Description |
10+
| Package | Version |
1011
| --- | --- |
11-
| `Escendit.AspNetCore.Builder.Core` | Core extensions for `WebApplication` and `WebApplicationBuilder`. |
12-
| `Escendit.AspNetCore.Builder.Orleans` | Orleans client extensions for `WebApplicationBuilder`. |
12+
| `Escendit.AspNetCore.Builder.Core` | [![NuGet Version](https://img.shields.io/nuget/v/Escendit.AspNetCore.Builder.Core.svg)](https://www.nuget.org/packages/Escendit.AspNetCore.Builder.Core) |
13+
| `Escendit.AspNetCore.Builder.Orleans` | [![NuGet Version](https://img.shields.io/nuget/v/Escendit.AspNetCore.Builder.Orleans.svg)](https://www.nuget.org/packages/Escendit.AspNetCore.Builder.Orleans) |
1314

1415
## Installation
1516

0 commit comments

Comments
 (0)