Skip to content

Commit 6375ee3

Browse files
committed
Updated CoreRemoting version to 1.2.3.0
1 parent 8db3d61 commit 6375ee3

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

CoreRemoting/CoreRemoting.csproj

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,15 @@
99
<Copyright>2025 Hagen Siegel</Copyright>
1010
<PackageTags>Remoting RPC Network</PackageTags>
1111
<Company>Hagen Siegel</Company>
12-
<AssemblyVersion>1.2.2.0</AssemblyVersion>
12+
<AssemblyVersion>1.2.3.0</AssemblyVersion>
1313
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
1414
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
1515
<PackageProjectUrl>https://github.com/theRainbird/CoreRemoting</PackageProjectUrl>
1616
<PackageLicenseUrl></PackageLicenseUrl>
1717
<RepositoryUrl>https://github.com/theRainbird/CoreRemoting.git</RepositoryUrl>
1818
<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>
3421
</PropertyGroup>
3522

3623
<PropertyGroup>

0 commit comments

Comments
 (0)