File tree 6 files changed +9
-8
lines changed
6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public partial class Client
21
21
/// <summary>
22
22
/// Client version.
23
23
/// </summary>
24
- public Messages . Version CV = "0.5.0 " ;
24
+ public Messages . Version CV = "0.5.1 " ;
25
25
private readonly string runtime = RuntimeInformation . RuntimeIdentifier ;
26
26
/// <summary>
27
27
/// Connected flag.
Original file line number Diff line number Diff line change 22
22
</PropertyGroup >
23
23
24
24
<ItemGroup >
25
- <PackageReference Include =" MessagePack" Version =" 2.5.140 " >
25
+ <PackageReference Include =" MessagePack" Version =" 2.5.187 " >
26
26
<ExcludeFromSingleFile >true</ExcludeFromSingleFile >
27
27
</PackageReference >
28
- <PackageReference Include =" Sodium.Core" Version =" 1.3.4 " >
28
+ <PackageReference Include =" Sodium.Core" Version =" 1.3.5 " >
29
29
<ExcludeFromSingleFile >true</ExcludeFromSingleFile >
30
30
</PackageReference >
31
31
</ItemGroup >
Original file line number Diff line number Diff line change 5
5
6
6
| Version | Supported | Audited |
7
7
| ------- | ------------------ | ------------------ |
8
- | C0.5.0 | :white_check_mark : | :white_check_mark : |
9
- | 0.4.0 | :white_check_mark : | :x : |
8
+ | 0.5.1 | :white_check_mark : | :x : |
9
+ | C0.5.0 | :x : | :white_check_mark : |
10
+ | 0.4.0 | :x : | :x : |
10
11
| 0.3.1 | :x : | :x : |
11
12
| 0.3.0 | :x : | :x : |
12
13
| 0.2.2 | :x : | :x : |
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public partial class Server : IServer
22
22
/// <summary>
23
23
/// Server version.
24
24
/// </summary>
25
- public Messages . Version SV = "0.5.0 " ;
25
+ public Messages . Version SV = "0.5.1 " ;
26
26
/// <summary>
27
27
/// /Server runtime.
28
28
/// </summary>
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Sodium.Core" Version =" 1.3.4 " />
10
+ <PackageReference Include =" Sodium.Core" Version =" 1.3.5 " />
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
Original file line number Diff line number Diff line change 22
22
</PropertyGroup >
23
23
24
24
<ItemGroup >
25
- <PackageReference Include =" pythonnet" Version =" 3.0.3 " />
25
+ <PackageReference Include =" pythonnet" Version =" 3.0.4 " />
26
26
</ItemGroup >
27
27
28
28
</Project >
You can’t perform that action at this time.
0 commit comments