8
8
<LangVersion >13.0</LangVersion >
9
9
<PackageIcon >images\1iveowl-logo.png</PackageIcon >
10
10
<PackageLicenseExpression >MIT</PackageLicenseExpression >
11
- <Version >8.0</Version >
11
+ <Version >8.1. 0</Version >
12
12
<Authors >Jasper Hedegaard Bojsen</Authors >
13
13
<Copyright >1iveowl Development 2022</Copyright >
14
14
<PackageProjectUrl >https://github.com/1iveowl/WebsocketClientLite.PCL</PackageProjectUrl >
15
15
<PackageReadmeFile >README.md</PackageReadmeFile >
16
16
<RepositoryUrl >https://github.com/1iveowl/WebsocketClientLite.PCL</RepositoryUrl >
17
- <AssemblyVersion >8.0</AssemblyVersion >
18
- <FileVersion >8.0</FileVersion >
17
+ <AssemblyVersion >8.1. 0</AssemblyVersion >
18
+ <FileVersion >8.1. 0</FileVersion >
19
19
<Description >A simple and light WebSocket client.
20
20
Can be set to ignore SSL/TLS server certificate issues (use with care!).
21
21
Easily and effectively observe incoming message using Reactive Extensions (Rx)</Description >
22
- <PackageReleaseNotes >Removed PCL in assembly name.
23
- New feature: hasTransferTcpSocketLifeCycleOwnership.</PackageReleaseNotes >
22
+ <PackageReleaseNotes >Bump to HttpMachine 5.0</PackageReleaseNotes >
24
23
</PropertyGroup >
25
24
26
25
<ItemGroup >
@@ -35,10 +34,10 @@ New feature: hasTransferTcpSocketLifeCycleOwnership.</PackageReleaseNotes>
35
34
</ItemGroup >
36
35
37
36
<ItemGroup >
38
- <PackageReference Include =" HttpMachine.PCL" Version =" 4 .0.3 " />
37
+ <PackageReference Include =" HttpMachine.PCL" Version =" 5 .0.0 " />
39
38
<PackageReference Include =" System.Reactive" Version =" 6.0.1" />
40
39
<PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 9.0.3" Condition =" '$(TargetFramework)' == 'netstandard2.0' " />
41
- <PackageReference Include =" System.Memory" Version =" 4.6.0 " Condition =" '$(TargetFramework)' == 'netstandard2.0' " />
40
+ <PackageReference Include =" System.Memory" Version =" 4.6.2 " Condition =" '$(TargetFramework)' == 'netstandard2.0' " />
42
41
</ItemGroup >
43
42
44
43
<ItemGroup >
0 commit comments