From 7bdd3906bdc286982f0a4ee72e161c6c301f20ad Mon Sep 17 00:00:00 2001 From: TekH Date: Tue, 4 Aug 2026 15:56:40 +0200 Subject: [PATCH] Update project versions to stable 1.0.0 release Downgraded versioning information in `ReC.API.csproj` and `ReC.Client.csproj` from beta versions to a stable `1.0.0` release. Updated ``, ``, ``, and `` fields accordingly: - `ReC.API.csproj`: Changed from `2.4.0-beta` to `1.0.0`. - `ReC.Client.csproj`: Changed from `2.0.0-beta` to `1.0.0`. These changes mark the transition from beta to stable release versions for both projects. --- src/ReC.API/ReC.API.csproj | 8 ++++---- src/ReC.Client/ReC.Client.csproj | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/ReC.API/ReC.API.csproj b/src/ReC.API/ReC.API.csproj index 472ae86..1ecbef1 100644 --- a/src/ReC.API/ReC.API.csproj +++ b/src/ReC.API/ReC.API.csproj @@ -10,10 +10,10 @@ ReC.API Assets\icon.ico digital data rest-caller rec api - 2.4.0-beta - 2.4.0.0 - 2.4.0.0 - 2.4.0-beta + 1.0.0 + 1.0.0.0 + 1.0.0.0 + 1.0.0 Copyright © 2025 Digital Data GmbH. All rights reserved. true $(NoWarn);1591 diff --git a/src/ReC.Client/ReC.Client.csproj b/src/ReC.Client/ReC.Client.csproj index cc26c58..b411254 100644 --- a/src/ReC.Client/ReC.Client.csproj +++ b/src/ReC.Client/ReC.Client.csproj @@ -11,9 +11,9 @@ icon.png http://git.dd:3000/AppStd/Rec.git digital data rec api client - 2.0.0-beta - 2.0.0.0 - 2.0.0.0 + 1.0.0 + 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.