Releases: pusher/pusher-websocket-dotnet
Releases · pusher/pusher-websocket-dotnet
1.0.2
This edition makes some significant possibly breaking changes that may require you to refactor some of your code in order to use it.
It brings Dotnet Standard 1.6 compliance to the library, opening up compatibility with a whole lot more Dotnet platforms!
It now supports:
- .NET Core 1.0
- .NET Framework 4.6.1
- Mono 4.6
- Xamarin.iOS 10.0
- Xamarin.Android 7.0
Let us know if you see any issues.
1.0.1-beta
This release removes a case where the connection object was nulled - as this was causing stability issues.
1.0.0-beta
This release bring some significant rework, bumps the .Net version to 4.6.2, and adds support for Async.