We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52bc71 commit 70ac2fbCopy full SHA for 70ac2fb
src/ProblemDetails/ProblemDetails.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <Version>6.2.0</Version>
+ <Version>6.3.0</Version>
4
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
5
<AssemblyName>Hellang.Middleware.ProblemDetails</AssemblyName>
6
<RootNamespace>Hellang.Middleware.ProblemDetails</RootNamespace>
src/ProblemDetails/ProblemDetailsOptions.cs
@@ -12,8 +12,8 @@ namespace Hellang.Middleware.ProblemDetails
12
{
13
public class ProblemDetailsOptions
14
15
- public const string DefaultTraceIdPropertyName = "traceId";
16
public const string DefaultExceptionDetailsPropertyName = "exceptionDetails";
+ public const string DefaultTraceIdPropertyName = "traceId";
17
18
public ProblemDetailsOptions()
19
0 commit comments