Skip to content

Commit

Permalink
Merge pull request #26 from PandaTechAM/development
Browse files Browse the repository at this point in the history
Update filter lib with ICollection fix
  • Loading branch information
ruboarm committed May 24, 2024
2 parents f84b45c + 61fa70a commit d762474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ResponseCrafter/ResponseCrafter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Copyright>MIT</Copyright>
<PackageIcon>pandatech.png</PackageIcon>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<Version>1.4.13</Version>
<Version>1.4.14</Version>
<PackageId>Pandatech.ResponseCrafter</PackageId>
<PackageTags>Pandatech, library, exception handler, exception, middleware, Api response</PackageTags>
<Title>ResponseCrafter</Title>
Expand All @@ -24,7 +24,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.3" />
<PackageReference Include="Pandatech.EFCoreQueryMagic" Version="1.0.11" />
<PackageReference Include="Pandatech.EFCoreQueryMagic" Version="1.0.12" />
<PackageReference Include="PandaTech.FluentImporter" Version="2.0.12" />
<PackageReference Include="PandaTech.ServiceResponse" Version="1.2.12" />
</ItemGroup>
Expand Down

0 comments on commit d762474

Please sign in to comment.