Skip to content

Commit 1894aca

Browse files
authored
Add badges to readme.md (#17)
* Add badges to readme.md
1 parent 828c0d8 commit 1894aca

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@ name: build-and-test
22
on:
33
push:
44
branches: [ main ]
5-
paths-ignore:
6-
- "**/*.md"
75
pull_request:
86
branches: [ main ]
9-
paths-ignore:
10-
- "**/*.md"
117
env:
128
JsonDiffPatchSolutionPath: src/SystemTextJson.JsonDiffPatch.sln
139
jobs:

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# SystemTextJson.JsonDiffPatch
22

3+
![GitHub](https://img.shields.io/github/license/weichch/system-text-json-jsondiffpatch?color=blueviolet) ![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/weichch/system-text-json-jsondiffpatch/build-and-test/main) ![Nuget](https://img.shields.io/nuget/dt/SystemTextJson.JsonDiffPatch?color=important)
4+
35
High-performance, low-allocating JSON objects diff and patch extension for System.Text.Json.
46

57
## Features
68

7-
- Use [jsondiffpatch](https://github.com/benjamine/jsondiffpatch) delta format described [here](https://github.com/benjamine/jsondiffpatch/blob/master/docs/deltas.md)
9+
- Compatible with [jsondiffpatch delta format](https://github.com/benjamine/jsondiffpatch/blob/master/docs/deltas.md)
810
- Support generating patch document in RFC 6902 JSON Patch format
911
- Target latest .NET Standard and .NET Framework 4.6.1 (for legacy apps) and leverage latest .NET features
1012
- Alternative to [jsondiffpatch.net](https://github.com/wbish/jsondiffpatch.net) which is based on Newtonsoft.Json

0 commit comments

Comments
 (0)