Skip to content

Version 5.5

Latest

Choose a tag to compare

@Marfusios Marfusios released this 19 May 12:15
58767e1

What's Changed

  • Added a netstandard2.0 target so full .NET Framework applications can consume Websocket.Client again.
  • Kept the existing .NET 6/7/8/9/10 paths on the current Memory<byte>/ReadOnlyMemory<byte> WebSocket APIs, with compatibility fallbacks isolated to netstandard2.0.
  • Modernized the .NET Framework sample to SDK-style net472 with PackageReference dependencies and current Websocket.Client API usage.
  • Added Windows CI coverage for the .NET Framework sample and net472 benchmark build.
  • Added .NET Framework client receive benchmark coverage and documented the measured results.

Compatibility

  • NuGet package version: 5.5.0.
  • Adds support for full .NET Framework consumers through the netstandard2.0 package asset.
  • No breaking API changes for existing .NET Core / modern .NET targets.