From f294eed93945cddc48d50c4275496a4f66252c64 Mon Sep 17 00:00:00 2001 From: Austin Harris Date: Thu, 24 Sep 2026 22:15:41 -0600 Subject: [PATCH] README: a second NuGet badge for the latest prerelease The stable badge stays on 1.2.3 until 2.0.0 ships; the prerelease badge shows 2.0.0-preview.1 beside it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75d9f02..66b964a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # JSON-RPC.Net -![Build Master](https://github.com/Astn/JSON-RPC.NET/workflows/Build%20Master/badge.svg) ![NuGet](https://img.shields.io/nuget/v/AustinHarris.JsonRpc) +![Build Master](https://github.com/Astn/JSON-RPC.NET/workflows/Build%20Master/badge.svg) ![NuGet](https://img.shields.io/nuget/v/AustinHarris.JsonRpc) ![NuGet preview](https://img.shields.io/nuget/vpre/AustinHarris.JsonRpc?label=preview) JSON-RPC.Net is a [JSON-RPC 2.0](https://www.jsonrpc.org/specification) server for .NET. You give it a request document and it gives you the response document, bytes in and bytes out; the transport is yours. Host it in Kestrel, a console app, sockets, pipes, or a Blazor WebAssembly page.