From 97efb917fb6ef048d6e4c872b761508eaa25cc25 Mon Sep 17 00:00:00 2001 From: MemphiZ Date: Thu, 18 Dec 2025 22:18:45 +0100 Subject: [PATCH] Add .NET client library to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4ae9410d6..0901c96dc 100755 --- a/README.md +++ b/README.md @@ -59,6 +59,10 @@ A template to build an Android client for your LibreSpeed installation is availa A command line client is available [here](https://github.com/librespeed/speedtest-cli). +## .NET client + +A .NET client library is available in the [`LibreSpeed.NET`](https://github.com/Memphizzz/LibreSpeed.NET) repo ([NuGet](https://www.nuget.org/packages/LibreSpeed.NET)), maintained by [MemphiZ](https://github.com/Memphizzz). + ## Development If you want to contribute or develop with LibreSpeed, see [DEVELOPMENT.md](DEVELOPMENT.md) for information about using npm for development tasks, linting, and formatting.