From 9628b46ba041a58186fc23bdb90cde7ae048bb3c Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Sat, 6 Dec 2025 00:43:30 +0100 Subject: [PATCH] Add project description to ReC.Client.csproj A `` tag was added to the `ReC.Client.csproj` file. This tag describes the project as a client library for interacting with the ReC.API, offering typed HTTP access and DI integration. This change improves project metadata for better documentation and package management. --- src/ReC.Client/ReC.Client.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ReC.Client/ReC.Client.csproj b/src/ReC.Client/ReC.Client.csproj index 7ff09ef..806b76b 100644 --- a/src/ReC.Client/ReC.Client.csproj +++ b/src/ReC.Client/ReC.Client.csproj @@ -14,6 +14,7 @@ 1.0.0-beta 1.0.0.0 1.0.0.0 + Client-Bibliothek für die Interaktion mit der ReC.API, die typisierten HTTP-Zugriff und DI-Integration bietet.