From 5e7287bf864a8c718ae8fa94d503136707b3d26a Mon Sep 17 00:00:00 2001 From: TekH Date: Fri, 5 Dec 2025 10:00:58 +0100 Subject: [PATCH] Update copyright and add NLog dependencies Updated the copyright year to 2025 for "Digital Data GmbH." Added `NLog` (v5.2.5) and `NLog.Web.AspNetCore` (v5.3.0) package references to introduce logging capabilities. No functional changes were made to the `Swashbuckle.AspNetCore` package reference, though it was reformatted slightly. --- src/ReC.API/ReC.API.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ReC.API/ReC.API.csproj b/src/ReC.API/ReC.API.csproj index 0ec439b..fd7da17 100644 --- a/src/ReC.API/ReC.API.csproj +++ b/src/ReC.API/ReC.API.csproj @@ -19,7 +19,9 @@ - + + +