Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions src/SharedKernel/SharedKernel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<Authors>Pandatech</Authors>
<Copyright>MIT</Copyright>
<Version>1.6.2</Version>
<Version>1.6.3</Version>
<PackageId>Pandatech.SharedKernel</PackageId>
<Title>Pandatech Shared Kernel Library</Title>
<PackageTags>Pandatech, shared kernel, library, OpenAPI, Swagger, utilities, scalar</PackageTags>
<Description>Pandatech.SharedKernel provides centralized configurations, utilities, and extensions for ASP.NET Core projects. For more information refere to readme.md document.</Description>
<RepositoryUrl>https://github.com/PandaTechAM/be-lib-sharedkernel</RepositoryUrl>
<PackageReleaseNotes>Logging performance extreme boost and redesigned log structure</PackageReleaseNotes>
<PackageReleaseNotes>Nuget updates</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -49,9 +49,10 @@
<PackageReference Include="Pandatech.Crypto" Version="6.0.0" />
<PackageReference Include="Pandatech.DistributedCache" Version="4.0.9" />
<PackageReference Include="PandaTech.FileExporter" Version="4.1.2" />
<PackageReference Include="PandaTech.FluentImporter" Version="3.0.6" />
<PackageReference Include="Pandatech.FluentMinimalApiMapper" Version="2.0.4" />
<PackageReference Include="Pandatech.PandaVaultClient" Version="4.0.6" />
<PackageReference Include="Pandatech.ResponseCrafter" Version="5.2.0" />
<PackageReference Include="Pandatech.ResponseCrafter" Version="5.2.1" />
<PackageReference Include="Scalar.AspNetCore" Version="2.7.2" />
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
<PackageReference Include="Serilog.Sinks.Async" Version="2.1.0" />
Expand Down