|
9 | 9 | <Copyright>2025 Hagen Siegel</Copyright> |
10 | 10 | <PackageTags>Remoting RPC Network</PackageTags> |
11 | 11 | <Company>Hagen Siegel</Company> |
12 | | - <AssemblyVersion>1.2.2.0</AssemblyVersion> |
| 12 | + <AssemblyVersion>1.2.3.0</AssemblyVersion> |
13 | 13 | <TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks> |
14 | 14 | <EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization> |
15 | 15 | <PackageProjectUrl>https://github.com/theRainbird/CoreRemoting</PackageProjectUrl> |
16 | 16 | <PackageLicenseUrl></PackageLicenseUrl> |
17 | 17 | <RepositoryUrl>https://github.com/theRainbird/CoreRemoting.git</RepositoryUrl> |
18 | 18 | <RepositoryType>git</RepositoryType> |
19 | | - <PackageVersion>1.2.2.0</PackageVersion> |
20 | | - <PackageReleaseNotes>- Change default serializer to BSON to align with non-classic API's default |
21 | | -- Change default channel to TCP to align with non-classic API's default |
22 | | -- Implement TCP channel recognition from Classic Remoting API configuration |
23 | | -- Preventing Leakage of the Remoting Session |
24 | | -- Use Async methods for WatsonTCP |
25 | | -- Replace obsolete methods for Aes encryption |
26 | | -- Remove RemotingSession in a separate task |
27 | | -- Avoid nested envelopes |
28 | | -- RemotingSession shouldn't overwrite the serialized exception with an empty MessageCallResult message. |
29 | | -- Try to keep useful information from the non-serializable exceptions. |
30 | | -- Fix a hang due to a WireMessage deserialization error. |
31 | | -- Demonstrate failing event dispatch when one of the clients disconnects unexpectedly. |
32 | | -- Don't try to dispatch the client events to a disposed remoting session. |
33 | | -- Try your best not to fail event dispatch even if the client had power failure</PackageReleaseNotes> |
| 19 | + <PackageVersion>1.2.3.0</PackageVersion> |
| 20 | + <PackageReleaseNotes>- Update WatsonTcp version to 6.0.11</PackageReleaseNotes> |
34 | 21 | </PropertyGroup> |
35 | 22 |
|
36 | 23 | <PropertyGroup> |
|
0 commit comments