Skip to content

Commit 35b62bb

Browse files
update readme with nuget downloads
1 parent e102cb9 commit 35b62bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
[![Github actions status](https://github.com/isaacnborges/custom-exception-middleware/actions/workflows/dotnet-workflow.yml/badge.svg)](https://github.com/isaacnborges/custom-exception-middleware/actions/workflows/dotnet-workflow.yml)
44
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=isaacnborges_custom-exception-middleware&metric=alert_status)](https://sonarcloud.io/dashboard?id=isaacnborges_custom-exception-middleware)
5-
[![Nuget](https://img.shields.io/nuget/v/CustomExceptionMiddleware?label=Nuget&style=flat)](https://www.nuget.org/packages/CustomExceptionMiddleware/)
5+
[![Nuget version](https://img.shields.io/nuget/v/CustomExceptionMiddleware?label=Nuget&style=flat)](https://www.nuget.org/packages/CustomExceptionMiddleware/)
6+
[![Nuget downloads](https://img.shields.io/nuget/dt/CustomExceptionMiddleware?color=blue)](https://www.nuget.org/stats/packages/CustomExceptionMiddleware?groupby=Version)
67

78
It is a middleware for error handling in [ASP.NET](https://dotnet.microsoft.com/apps/aspnet) projects, the application aims to facilitate and handle when an accidental or custom exception occurs in the project.
89

0 commit comments

Comments
 (0)