From 4e6cb20dc2844e6f2fa7a983dd73800e81da5587 Mon Sep 17 00:00:00 2001 From: TekH Date: Fri, 5 Dec 2025 09:29:58 +0100 Subject: [PATCH] Add metadata for NuGet packaging in ReC.API.csproj Enhanced the project file (`ReC.API.csproj`) with metadata to prepare the package for distribution. Added properties such as `PackageId`, `Authors`, `Company`, `Product`, `PackageIcon`, `PackageTags`, `Version`, `AssemblyVersion`, `FileVersion`, `InformationalVersion`, and `Copyright`. These changes ensure the package contains detailed information for consumers and aligns with NuGet standards. --- src/ReC.API/ReC.API.csproj | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/ReC.API/ReC.API.csproj b/src/ReC.API/ReC.API.csproj index 6c898fb..0ec439b 100644 --- a/src/ReC.API/ReC.API.csproj +++ b/src/ReC.API/ReC.API.csproj @@ -1,9 +1,20 @@  - net8.0 - enable - enable + net8.0 + enable + enable + ReC.API + Digital Data GmbH + Digital Data GmbH + ReC.API + Assets\icon.ico + digital data rest-caller rec api + 1.0.0-beta + 1.0.0.0 + 1.0.0.0 + 1.0.0-beta + Copyright © 2025 Digital Data GmbH. All rights reserved.