Skip to content

Commit 5eab3ed

Browse files
authored
Merge pull request #53 from PandaTechAM/development
bug fix
2 parents 7dcfcc6 + 71a07b0 commit 5eab3ed

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/ResponseCrafter/Extensions/WebApplicationExtensions.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ public static WebApplicationBuilder AddResponseCrafter(this WebApplicationBuilde
2323

2424
public static WebApplication UseResponseCrafter(this WebApplication app)
2525
{
26-
app.UseExceptionHandler();
26+
app.UseExceptionHandler(_ =>
27+
{
28+
});
2729
return app;
2830
}
2931
}

src/ResponseCrafter/ResponseCrafter.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<Copyright>MIT</Copyright>
99
<PackageIcon>pandatech.png</PackageIcon>
1010
<PackageReadmeFile>Readme.md</PackageReadmeFile>
11-
<Version>5.1.2</Version>
11+
<Version>5.1.3</Version>
1212
<PackageId>Pandatech.ResponseCrafter</PackageId>
1313
<PackageTags>Pandatech, library, exception handler, exception, middleware, Api response</PackageTags>
1414
<Title>ResponseCrafter</Title>
1515
<Description>Handling exceptions, custom Dtos.</Description>
1616
<RepositoryUrl>https://github.com/PandaTechAM/be-lib-response-crafter</RepositoryUrl>
17-
<PackageReleaseNotes>Performance boost</PackageReleaseNotes>
17+
<PackageReleaseNotes>Bug fix</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)