Skip to content

Commit

Permalink
0.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Feb 3, 2025
1 parent fa09c2b commit be22718
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions SDK.CSharp.Hub/SDK.CSharp.Hub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<AssemblyName>OpenShock.SDK.CSharp.Hub</AssemblyName>
<RootNamespace>OpenShock.SDK.CSharp.Hub</RootNamespace>
<Company>OpenShock</Company>
<AssemblyVersion>0.0.28</AssemblyVersion>
<Version>0.0.28</Version>
<AssemblyVersion>0.0.29</AssemblyVersion>
<Version>0.0.29</Version>
<Title>SDK.DotNet.Hub</Title>
<Authors>OpenShock</Authors>
<Description>Extension for OpenShock.SDK.CSharp</Description>
Expand All @@ -35,7 +35,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Condition=" '$(Configuration)' == 'Release' " Include="OpenShock.SDK.CSharp" Version="0.0.28" />
<PackageReference Condition=" '$(Configuration)' == 'Release' " Include="OpenShock.SDK.CSharp" Version="0.0.29" />
<PackageReference Include="Semver" Version="2.3.0"/>
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions SDK.CSharp.Live/SDK.CSharp.Live.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<AssemblyName>OpenShock.SDK.CSharp.Live</AssemblyName>
<RootNamespace>OpenShock.SDK.CSharp.Live</RootNamespace>
<Company>OpenShock</Company>
<AssemblyVersion>0.0.28</AssemblyVersion>
<Version>0.0.28</Version>
<AssemblyVersion>0.0.29</AssemblyVersion>
<Version>0.0.29</Version>
<Title>SDK.DotNet.Live</Title>
<Authors>OpenShock</Authors>
<Description>Extension for OpenShock.SDK.CSharp</Description>
Expand All @@ -31,7 +31,7 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" />
<PackageReference Include="OneOf" Version="3.0.271" />
<PackageReference Condition=" '$(Configuration)' == 'Release' " Include="OpenShock.SDK.CSharp" Version="0.0.28" />
<PackageReference Condition=" '$(Configuration)' == 'Release' " Include="OpenShock.SDK.CSharp" Version="0.0.29" />
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
6 changes: 3 additions & 3 deletions SDK.CSharp/Problems/ProblemDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public class ProblemDetails
public string? Detail { get; set; }

/// <summary>
/// Trace Id for tracing the problem in the logs
/// Request Id for tracing the problem in the logs
/// </summary>
[JsonPropertyName("traceId")]
public required string TraceId { get; set; }
[JsonPropertyName("requestId")]
public required string RequestId { get; set; }
}
4 changes: 2 additions & 2 deletions SDK.CSharp/SDK.CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<AssemblyName>OpenShock.SDK.CSharp</AssemblyName>
<RootNamespace>OpenShock.SDK.CSharp</RootNamespace>
<Company>OpenShock</Company>
<AssemblyVersion>0.0.28</AssemblyVersion>
<Version>0.0.28</Version>
<AssemblyVersion>0.0.29</AssemblyVersion>
<Version>0.0.29</Version>
<Title>OpenShock.SDK.DotNet</Title>
<Authors>OpenShock</Authors>
<Description>.NET / C# SDK for developing OpenShock applications. Used to interact with a OpenShock backend.</Description>
Expand Down

0 comments on commit be22718

Please sign in to comment.