File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 99 <AssemblyName >OpenShock.SDK.CSharp.Hub</AssemblyName >
1010 <RootNamespace >OpenShock.SDK.CSharp.Hub</RootNamespace >
1111 <Company >OpenShock</Company >
12- <AssemblyVersion >0.0.28 </AssemblyVersion >
13- <Version >0.0.28 </Version >
12+ <AssemblyVersion >0.0.29 </AssemblyVersion >
13+ <Version >0.0.29 </Version >
1414 <Title >SDK.DotNet.Hub</Title >
1515 <Authors >OpenShock</Authors >
1616 <Description >Extension for OpenShock.SDK.CSharp</Description >
3535 <PrivateAssets >all</PrivateAssets >
3636 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3737 </PackageReference >
38- <PackageReference Condition =" '$(Configuration)' == 'Release' " Include =" OpenShock.SDK.CSharp" Version =" 0.0.28 " />
38+ <PackageReference Condition =" '$(Configuration)' == 'Release' " Include =" OpenShock.SDK.CSharp" Version =" 0.0.29 " />
3939 <PackageReference Include =" Semver" Version =" 2.3.0" />
4040 </ItemGroup >
4141
Original file line number Diff line number Diff line change 88 <AssemblyName >OpenShock.SDK.CSharp.Live</AssemblyName >
99 <RootNamespace >OpenShock.SDK.CSharp.Live</RootNamespace >
1010 <Company >OpenShock</Company >
11- <AssemblyVersion >0.0.28 </AssemblyVersion >
12- <Version >0.0.28 </Version >
11+ <AssemblyVersion >0.0.29 </AssemblyVersion >
12+ <Version >0.0.29 </Version >
1313 <Title >SDK.DotNet.Live</Title >
1414 <Authors >OpenShock</Authors >
1515 <Description >Extension for OpenShock.SDK.CSharp</Description >
3131 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 8.0.0" />
3232 <PackageReference Include =" Microsoft.IO.RecyclableMemoryStream" Version =" 3.0.1" />
3333 <PackageReference Include =" OneOf" Version =" 3.0.271" />
34- <PackageReference Condition =" '$(Configuration)' == 'Release' " Include =" OpenShock.SDK.CSharp" Version =" 0.0.28 " />
34+ <PackageReference Condition =" '$(Configuration)' == 'Release' " Include =" OpenShock.SDK.CSharp" Version =" 0.0.29 " />
3535 <PackageReference Include =" PolySharp" Version =" 1.14.1" >
3636 <PrivateAssets >all</PrivateAssets >
3737 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ public class ProblemDetails
3939 public string ? Detail { get ; set ; }
4040
4141 /// <summary>
42- /// Trace Id for tracing the problem in the logs
42+ /// Request Id for tracing the problem in the logs
4343 /// </summary>
44- [ JsonPropertyName ( "traceId " ) ]
45- public required string TraceId { get ; set ; }
44+ [ JsonPropertyName ( "requestId " ) ]
45+ public required string RequestId { get ; set ; }
4646}
Original file line number Diff line number Diff line change 88 <AssemblyName >OpenShock.SDK.CSharp</AssemblyName >
99 <RootNamespace >OpenShock.SDK.CSharp</RootNamespace >
1010 <Company >OpenShock</Company >
11- <AssemblyVersion >0.0.28 </AssemblyVersion >
12- <Version >0.0.28 </Version >
11+ <AssemblyVersion >0.0.29 </AssemblyVersion >
12+ <Version >0.0.29 </Version >
1313 <Title >OpenShock.SDK.DotNet</Title >
1414 <Authors >OpenShock</Authors >
1515 <Description >.NET / C# SDK for developing OpenShock applications. Used to interact with a OpenShock backend.</Description >
You can’t perform that action at this time.
0 commit comments