From be227180785df8a172b15ab123c36f73e552a780 Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 9 Dec 2024 23:16:11 +0100 Subject: [PATCH] 0.0.29 --- SDK.CSharp.Hub/SDK.CSharp.Hub.csproj | 6 +++--- SDK.CSharp.Live/SDK.CSharp.Live.csproj | 6 +++--- SDK.CSharp/Problems/ProblemDetails.cs | 6 +++--- SDK.CSharp/SDK.CSharp.csproj | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/SDK.CSharp.Hub/SDK.CSharp.Hub.csproj b/SDK.CSharp.Hub/SDK.CSharp.Hub.csproj index e061af4..9135c03 100644 --- a/SDK.CSharp.Hub/SDK.CSharp.Hub.csproj +++ b/SDK.CSharp.Hub/SDK.CSharp.Hub.csproj @@ -9,8 +9,8 @@ OpenShock.SDK.CSharp.Hub OpenShock.SDK.CSharp.Hub OpenShock - 0.0.28 - 0.0.28 + 0.0.29 + 0.0.29 SDK.DotNet.Hub OpenShock Extension for OpenShock.SDK.CSharp @@ -35,7 +35,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/SDK.CSharp.Live/SDK.CSharp.Live.csproj b/SDK.CSharp.Live/SDK.CSharp.Live.csproj index 75083d7..a7d4948 100644 --- a/SDK.CSharp.Live/SDK.CSharp.Live.csproj +++ b/SDK.CSharp.Live/SDK.CSharp.Live.csproj @@ -8,8 +8,8 @@ OpenShock.SDK.CSharp.Live OpenShock.SDK.CSharp.Live OpenShock - 0.0.28 - 0.0.28 + 0.0.29 + 0.0.29 SDK.DotNet.Live OpenShock Extension for OpenShock.SDK.CSharp @@ -31,7 +31,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/SDK.CSharp/Problems/ProblemDetails.cs b/SDK.CSharp/Problems/ProblemDetails.cs index d1c78f9..28ed1a8 100644 --- a/SDK.CSharp/Problems/ProblemDetails.cs +++ b/SDK.CSharp/Problems/ProblemDetails.cs @@ -39,8 +39,8 @@ public class ProblemDetails public string? Detail { get; set; } /// - /// Trace Id for tracing the problem in the logs + /// Request Id for tracing the problem in the logs /// - [JsonPropertyName("traceId")] - public required string TraceId { get; set; } + [JsonPropertyName("requestId")] + public required string RequestId { get; set; } } \ No newline at end of file diff --git a/SDK.CSharp/SDK.CSharp.csproj b/SDK.CSharp/SDK.CSharp.csproj index af32037..ba9f941 100644 --- a/SDK.CSharp/SDK.CSharp.csproj +++ b/SDK.CSharp/SDK.CSharp.csproj @@ -8,8 +8,8 @@ OpenShock.SDK.CSharp OpenShock.SDK.CSharp OpenShock - 0.0.28 - 0.0.28 + 0.0.29 + 0.0.29 OpenShock.SDK.DotNet OpenShock .NET / C# SDK for developing OpenShock applications. Used to interact with a OpenShock backend.