Skip to content

Commit

Permalink
New badges for NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
viral32111 committed Aug 1, 2023
1 parent 71c90bf commit e885a61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
[![CI](https://github.com/viral32111/JsonExtensions/actions/workflows/ci.yml/badge.svg)](https://github.com/viral32111/JsonExtensions/actions/workflows/ci.yml)
[![CodeQL](https://github.com/viral32111/JsonExtensions/actions/workflows/codeql.yml/badge.svg)](https://github.com/viral32111/JsonExtensions/actions/workflows/codeql.yml)
![GitHub tag (with filter)](https://img.shields.io/github/v/tag/viral32111/JsonExtensions?label=Latest)
![Nuget](https://img.shields.io/nuget/v/viral32111.JsonExtensions?label=NuGet)
![GitHub repository size](https://img.shields.io/github/repo-size/viral32111/JsonExtensions?label=Size)
![GitHub release downloads](https://img.shields.io/github/downloads/viral32111/JsonExtensions/total?label=Downloads)
![GitHub release downloads](https://img.shields.io/github/downloads/viral32111/JsonExtensions/total?label=Release Downloads)
![Nuget](https://img.shields.io/nuget/dt/viral32111.JsonExtensions?label=NuGet%20Downloads)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/viral32111/JsonExtensions?label=Commits)

This is a NuGet package for [.NET 7](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-7) that adds several creation and extension methods to [`System.Text.Json`](https://docs.microsoft.com/dotnet/api/system.text.json) data types, primarily for filesystem manipulation and accessing nested properties.
Expand Down

0 comments on commit e885a61

Please sign in to comment.