From 2c393701e468dcea0798e42ed7b8a7249fdf77d6 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Mon, 19 May 2025 16:09:45 +0200 Subject: [PATCH] Add NuGet package metadata and asset inclusion Updated `DigitalData.Core.Exceptions.Middleware.csproj` to include essential NuGet package metadata such as `PackageId`, `Authors`, `Description`, and versioning information. Added an `ItemGroup` for the `core_icon.png` asset to ensure it is packed with the NuGet package. Retained existing framework-specific references for `Microsoft.Extensions.Options` for `net7.0` and `net8.0`. --- ...italData.Core.Exceptions.Middleware.csproj | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/DigitalData.Core.Exceptions.Middleware/DigitalData.Core.Exceptions.Middleware.csproj b/DigitalData.Core.Exceptions.Middleware/DigitalData.Core.Exceptions.Middleware.csproj index d134f19..9d46974 100644 --- a/DigitalData.Core.Exceptions.Middleware/DigitalData.Core.Exceptions.Middleware.csproj +++ b/DigitalData.Core.Exceptions.Middleware/DigitalData.Core.Exceptions.Middleware.csproj @@ -4,8 +4,31 @@ net7.0;net8.0;net9.0 enable enable + + DigitalData.Core.Exceptions.Middleware + Digital Data GmbH + Digital Data GmbH + DigitalData.Core.Exceptions.Middleware + Provides middleware components for standardized exception handling and error response formatting in ASP.NET Core applications. + digital data core exceptions middleware + True + Copyright 2025 + + http://git.dd:3000/AppStd/WebCoreModules.git + False + core_icon.png + 1.0.0 + 1.0.0 + 1.0.0 + + + True + \ + + +