Releases: hprose/hprose-dotnet
Version 3.0.0
Added .NET Core 2.0+ support.
Added TCP, UDP, WebSocket support.
Added plugins support.
Added custom codec support.
Added JSONRPC support.
Added Circuit Breaker plugin.
Added Cluster plugin.
Added Limiter plugin.
Added Load Balance plugin.
Added Log plugin.
Added Oneway call plugin.
Added Push plugin.
Added Reverse RPC plugin.
Version 1.5.8
Added .NET 4.7 support.
Added .NET Core 2.0 support.
Added UWP support.
Fixed #22.
Removed .NET 1.x support.
Removed .NET MF support.
Removed SliverLight 2.0 support.
Removed Windows Phone support.
Version 1.5.7
Fixed get property without setter or getter.
Fixed HuffmanTree.
Fixed BigInteger .NET MF support.
Changed HproseMethod to public.
Changed remoteMethod to public.
Changed args and result to ref.
Version 1.5.6
Added generic method interface support for client proxy.
Version 1.5.5
Added IntPtr support.
Hprose Invocation Proxy Implementation Generator 1.1
hipig -i:IExample -r:IExample.dll -o:Example.cs
-i:InterfaceName Interface name
-o:OutputFileName Output files
-r:Assembly Imports metadata from the specified assembly
Hprose Invocation Proxy Implementation Generator 1.0
hipig -i:IExample.cs -r:Hprose.Client.dll -o:Example.cs
-input:FILE1[,FILEn] Input files (short: -i)
-output:FILE Output files (short: -o)
-reference:A1[,An] Imports metadata from the specified assembly (short: -r)
Version 1.5.4
Added .NET Micro Framework 4.4 support.
Fixed http(s)://0.0.0.0:[port] bindings.
Version 1.5.3
Added .NET Portable v4.0, v4.5, v4.6 support.
Added HproseHttpClient Timeout support for .NET Core.
Version 1.5.2
Added Xamarin.TVOS and Xamarin.WatchOS support.