From 8042a6f8980cc385924f9705d11ffd1da174439a Mon Sep 17 00:00:00 2001 From: TekH Date: Mon, 30 Mar 2026 14:53:01 +0200 Subject: [PATCH] Update project version to 2.1.0-beta Bump version numbers in ReC.API.csproj from 2.0.2-beta to 2.1.0-beta, including Version, AssemblyVersion, FileVersion, and InformationalVersion fields. No other changes were made. --- src/ReC.API/ReC.API.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ReC.API/ReC.API.csproj b/src/ReC.API/ReC.API.csproj index c83cde7..816aef7 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.0.2-beta - 2.0.2.0 - 2.0.2.0 - 2.0.1-beta + 2.1.0-beta + 2.1.0.0 + 2.1.0.0 + 2.1.0-beta Copyright © 2025 Digital Data GmbH. All rights reserved. true $(NoWarn);1591