Skip to content

3.0.0

Compare
Choose a tag to compare
@droyad droyad released this 21 Dec 00:09
· 580 commits to main since this release
71798f2

Breaking Changes

  • Support for netstandard1.5 has been dropped
  • Minimum Newtonsoft.Json version is 10.0.3
  • For the netstandard build of the library, configuration is no longer read from appsettings.json, but via ConfigurationManager just like the netfx build

Changes

  • Now supports netstandard2.0
  • All builds support WebSockets
  • netstandard build is now almost identical to the netfx build

Notes
WebSocket Polling connections cannot be initiated on .NET Core. However it can accept incoming WebSocket requests.