From b09b2d69a037c788558f4844fdae3563a89a95c6 Mon Sep 17 00:00:00 2001 From: haik Date: Mon, 8 Sep 2025 22:51:08 +0400 Subject: [PATCH 1/2] nguet updates --- Readme.md | 1 + src/SharedKernel/SharedKernel.csproj | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 3665dfe..b550146 100644 --- a/Readme.md +++ b/Readme.md @@ -737,6 +737,7 @@ This package includes various extensions and utilities to aid development: - **Pandatech.FluentMinimalApiMapper:** Simplifies mapping in minimal APIs. - **Pandatech.ResponseCrafter:** A utility for crafting consistent API responses. - **Pandatech.DistributedCache:** A distributed cache provider for Redis. +- **PandaTech.FluentImporter:** Fluent API for importing data. - **Pandatech.FileExporter:** A utility for exporting files. ## License diff --git a/src/SharedKernel/SharedKernel.csproj b/src/SharedKernel/SharedKernel.csproj index 810f16a..fb8f988 100644 --- a/src/SharedKernel/SharedKernel.csproj +++ b/src/SharedKernel/SharedKernel.csproj @@ -49,9 +49,10 @@ + - + From 8b7860744a4367496cc67ebecfa3ea4ba386c161 Mon Sep 17 00:00:00 2001 From: haik Date: Mon, 8 Sep 2025 22:51:27 +0400 Subject: [PATCH 2/2] nguet updates --- src/SharedKernel/SharedKernel.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SharedKernel/SharedKernel.csproj b/src/SharedKernel/SharedKernel.csproj index fb8f988..0c06d6a 100644 --- a/src/SharedKernel/SharedKernel.csproj +++ b/src/SharedKernel/SharedKernel.csproj @@ -8,13 +8,13 @@ Readme.md Pandatech MIT - 1.6.2 + 1.6.3 Pandatech.SharedKernel Pandatech Shared Kernel Library Pandatech, shared kernel, library, OpenAPI, Swagger, utilities, scalar Pandatech.SharedKernel provides centralized configurations, utilities, and extensions for ASP.NET Core projects. For more information refere to readme.md document. https://github.com/PandaTechAM/be-lib-sharedkernel - Logging performance extreme boost and redesigned log structure + Nuget updates