Skip to content

Releases: hprose/hprose-dotnet

Version 1.5.1

17 Jan 00:44
Compare
Choose a tag to compare

Added .NET CF 3.9 support.

Version 1.5.0

15 Jan 03:39
Compare
Choose a tag to compare

Change log:

Added HproseClientContext.
Added HproseHttpContext.
Added HproseHttpListenerContext.
Added HproseTcpListenerContext.
Changed HproseTcpMethods to HproseTcpListenerMethods.
The first letter of Field name is changed to lower in serialize.
Added Task support for .NET 4.0, SliverLight 5 and Windows Phone 8.
Fixed the crash problem due to asynchronous invocation network failure.
Fixed Silverlight can't run in OOB mode.
Fixed a few bugs of HproseTcpListenerServer.
Added HproseTcpListenerServer .NET 1.x support.
Fixed a few bugs of HproseHttpService.
Fixed a few bugs of Hprose.Reflection.Proxy.
Added .NET 4.5.2, .NET 6.0, .NET 6.1, Xamarin.iOS binary version.
Added New NuGet version with Symbol/Source.

Version 1.4.0

29 May 09:42
Compare
Choose a tag to compare

This is the first stable version of Hprose for .NET.
It supports .NET Framework 1.0 ~ 4.5.1.
It supports .NET CompactFramework 1.0 ~ 3.5.
It supports .NET Framework X64 2.0 ~ 4.0.
It supports .NET Framework Client Profile 3.5 ~ 4.0.
It supports .NET Core 4.5 ~ 4.5.1.
It supports SilverLight 2.0 ~ 5.0.
It supports WIndows Phone 7.0 ~ 8.1.
It supports Mono.
It supports Unity, Unity iOS and Unity Web.
It supports sync and async invoking.
It supports Http and Tcp Client and Server.
It supports Http service with ASP.NET.
It supports standalone Http service, too.
It supplies System.Numerics for all .NET version.
It supplies System.IO.Compression for .NET 1.x and .NET CompactFramework.
It supplies full System.Action and System.Func definition for .NET Framework 2.0+, .NET CompactFramework 2.0+, SilverLight, Windows Phone and Mono.
It supplies HashMap for null key Hashtable and Dictionary.
It is faster, easier and robuster than any other Serialization and RPC.
It supports NuGet install.
https://www.nuget.org/packages/Hprose/
https://www.nuget.org/packages/Hprose.Client/