Skip to content

Releases: hprose/hprose-dotnet

Version 3.0.0

04 May 09:01
Compare
Choose a tag to compare

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

01 Mar 06:09
Compare
Choose a tag to compare

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

28 Jun 04:28
Compare
Choose a tag to compare

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

13 Sep 18:35
Compare
Choose a tag to compare

Added generic method interface support for client proxy.

Version 1.5.5

03 Sep 04:00
Compare
Choose a tag to compare

Added IntPtr support.

Hprose Invocation Proxy Implementation Generator 1.1

14 Mar 08:00
Compare
Choose a tag to compare

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

30 Jan 12:41
Compare
Choose a tag to compare

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

27 Jan 04:18
Compare
Choose a tag to compare

Added .NET Micro Framework 4.4 support.
Fixed http(s)://0.0.0.0:[port] bindings.

Version 1.5.3

17 Jan 00:48
Compare
Choose a tag to compare

Added .NET Portable v4.0, v4.5, v4.6 support.
Added HproseHttpClient Timeout support for .NET Core.

Version 1.5.2

17 Jan 00:44
Compare
Choose a tag to compare

Added Xamarin.TVOS and Xamarin.WatchOS support.