diff --git a/Hprose.Client.nuspec b/Hprose.Client.nuspec index 0bfd428b..ce299cd3 100644 --- a/Hprose.Client.nuspec +++ b/Hprose.Client.nuspec @@ -2,7 +2,7 @@ Hprose.Client - 1.5.6 + 1.5.7 Hprose Client for .NET Ma Bingyao Ma Bingyao<andot@hprose.com> @@ -39,9 +39,8 @@ This project is the implementation of Hprose for .NET (C#, Visual Basic...). Hprose is a High Performance Remote Object Service Engine. -It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. - Added generic method interface support for client proxy. -Added IntPtr support. +It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. + It supports .NET Framework 1.0 ~ 4.6.1. It supports .NET CompactFramework 1.0 ~ 3.9. It supports .NET Micro Framework 4.4. @@ -61,8 +60,14 @@ 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. - Copyright (c) 2008-2016 http://hprose.com +It supports NuGet install. + 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. + Copyright (c) 2008-2017 http://hprose.com Hprose RPC WebService WebAPI Serialize Serialization diff --git a/Hprose.Client.symbols.nuspec b/Hprose.Client.symbols.nuspec index 1d1ede34..4faf0892 100644 --- a/Hprose.Client.symbols.nuspec +++ b/Hprose.Client.symbols.nuspec @@ -2,7 +2,7 @@ Hprose.Client - 1.5.6 + 1.5.7 Hprose Client for .NET Ma Bingyao Ma Bingyao<andot@hprose.com> @@ -39,9 +39,7 @@ This project is the implementation of Hprose for .NET (C#, Visual Basic...). Hprose is a High Performance Remote Object Service Engine. -It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. - Added generic method interface support for client proxy. -Added IntPtr support. +It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It supports .NET Framework 1.0 ~ 4.6.1. It supports .NET CompactFramework 1.0 ~ 3.9. It supports .NET Micro Framework 4.4. @@ -61,7 +59,13 @@ 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. +It supports NuGet install. + 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. Copyright (c) 2008-2016 http://hprose.com Hprose RPC WebService WebAPI Serialize Serialization diff --git a/Hprose.nuspec b/Hprose.nuspec index a332b668..03db57de 100644 --- a/Hprose.nuspec +++ b/Hprose.nuspec @@ -2,7 +2,7 @@ Hprose - 1.5.6 + 1.5.7 Hprose for .NET Ma Bingyao Ma Bingyao<andot@hprose.com> @@ -39,9 +39,8 @@ This project is the implementation of Hprose for .NET (C#, Visual Basic...). Hprose is a High Performance Remote Object Service Engine. -It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. - Added generic method interface support for client proxy. -Added IntPtr support. +It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. + It supports .NET Framework 1.0 ~ 4.6.1. It supports .NET CompactFramework 1.0 ~ 3.9. It supports .NET Micro Framework 4.4. @@ -57,7 +56,13 @@ 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. +It supports NuGet install. + 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. Copyright (c) 2008-2016 http://hprose.com Hprose RPC WebService WebAPI Serialize Serialization diff --git a/Hprose.symbols.nuspec b/Hprose.symbols.nuspec index 858e98b8..88f8cae7 100644 --- a/Hprose.symbols.nuspec +++ b/Hprose.symbols.nuspec @@ -2,7 +2,7 @@ Hprose - 1.5.6 + 1.5.7 Hprose for .NET Ma Bingyao Ma Bingyao<andot@hprose.com> @@ -39,9 +39,8 @@ This project is the implementation of Hprose for .NET (C#, Visual Basic...). Hprose is a High Performance Remote Object Service Engine. -It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. - Added generic method interface support for client proxy. -Added IntPtr support. +It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. + It supports .NET Framework 1.0 ~ 4.6.1. It supports .NET CompactFramework 1.0 ~ 3.9. It supports .NET Micro Framework 4.4. @@ -57,7 +56,13 @@ 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. +It supports NuGet install. + 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. Copyright (c) 2008-2016 http://hprose.com Hprose RPC WebService WebAPI Serialize Serialization diff --git a/README.md b/README.md index 236c91a6..8f1fe603 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ Full Version: [![NuGet](https://img.shields.io/nuget/v/Hprose.svg)](https://www.nuget.org/packages/Hprose) +[![NuGet](https://img.shields.io/nuget/dt/Hprose.svg)](https://www.nuget.org/packages/Hprose) Client Version: [![NuGet](https://img.shields.io/nuget/v/Hprose.Client.svg)](https://www.nuget.org/packages/Hprose.Client) +[![NuGet](https://img.shields.io/nuget/dt/Hprose.Client.svg)](https://www.nuget.org/packages/Hprose.Client) *Hprose* is a High Performance Remote Object Service Engine. diff --git a/nupkg/Hprose.1.5.7.nupkg b/nupkg/Hprose.1.5.7.nupkg new file mode 100644 index 00000000..4614e087 Binary files /dev/null and b/nupkg/Hprose.1.5.7.nupkg differ diff --git a/nupkg/Hprose.1.5.7.symbols.nupkg b/nupkg/Hprose.1.5.7.symbols.nupkg new file mode 100644 index 00000000..9b65a3ee Binary files /dev/null and b/nupkg/Hprose.1.5.7.symbols.nupkg differ diff --git a/nupkg/Hprose.Client.1.5.7.nupkg b/nupkg/Hprose.Client.1.5.7.nupkg new file mode 100644 index 00000000..a2dfcd5d Binary files /dev/null and b/nupkg/Hprose.Client.1.5.7.nupkg differ diff --git a/nupkg/Hprose.Client.1.5.7.symbols.nupkg b/nupkg/Hprose.Client.1.5.7.symbols.nupkg new file mode 100644 index 00000000..18c741b6 Binary files /dev/null and b/nupkg/Hprose.Client.1.5.7.symbols.nupkg differ