Skip to content

Commit

Permalink
Dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
bornac1 committed Oct 22, 2024
1 parent b954adc commit 168f2e7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Client/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public partial class Client
/// <summary>
/// Client version.
/// </summary>
public Messages.Version CV = "0.5.0";
public Messages.Version CV = "0.5.1";
private readonly string runtime = RuntimeInformation.RuntimeIdentifier;
/// <summary>
/// Connected flag.
Expand Down
4 changes: 2 additions & 2 deletions Messages/Messages.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MessagePack" Version="2.5.140">
<PackageReference Include="MessagePack" Version="2.5.187">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
</PackageReference>
<PackageReference Include="Sodium.Core" Version="1.3.4">
<PackageReference Include="Sodium.Core" Version="1.3.5">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
</PackageReference>
</ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

| Version | Supported | Audited |
| ------- | ------------------ | ------------------ |
| C0.5.0 | :white_check_mark: | :white_check_mark: |
| 0.4.0 | :white_check_mark: | :x: |
| 0.5.1 | :white_check_mark: | :x: |
| C0.5.0 | :x: | :white_check_mark: |
| 0.4.0 | :x: | :x: |
| 0.3.1 | :x: | :x: |
| 0.3.0 | :x: | :x: |
| 0.2.2 | :x: | :x: |
Expand Down
2 changes: 1 addition & 1 deletion Server_base/Server.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public partial class Server : IServer
/// <summary>
/// Server version.
/// </summary>
public Messages.Version SV = "0.5.0";
public Messages.Version SV = "0.5.1";
/// <summary>
/// /Server runtime.
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion Server_interface/Server_interface.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Sodium.Core" Version="1.3.4" />
<PackageReference Include="Sodium.Core" Version="1.3.5" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Transport/Transport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="pythonnet" Version="3.0.3" />
<PackageReference Include="pythonnet" Version="3.0.4" />
</ItemGroup>

</Project>

0 comments on commit 168f2e7

Please sign in to comment.