Skip to content

Commit

Permalink
Update to v1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed Jun 28, 2017
1 parent a92dd07 commit 199acf7
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 21 deletions.
17 changes: 11 additions & 6 deletions Hprose.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Hprose.Client</id>
<version>1.5.6</version>
<version>1.5.7</version>
<title>Hprose Client for .NET</title>
<authors>Ma Bingyao</authors>
<owners>Ma Bingyao&lt;[email protected]&gt;</owners>
Expand Down Expand Up @@ -39,9 +39,8 @@
This project is the implementation of Hprose for .NET (C#, Visual Basic...).</description>
<summary>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.</summary>
<releaseNotes>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.
Expand All @@ -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.</releaseNotes>
<copyright>Copyright (c) 2008-2016 http://hprose.com</copyright>
It supports NuGet install.</summary>
<releaseNotes>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.</releaseNotes>
<copyright>Copyright (c) 2008-2017 http://hprose.com</copyright>
<tags>Hprose RPC WebService WebAPI Serialize Serialization</tags>
</metadata>
<files>
Expand Down
14 changes: 9 additions & 5 deletions Hprose.Client.symbols.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Hprose.Client</id>
<version>1.5.6</version>
<version>1.5.7</version>
<title>Hprose Client for .NET</title>
<authors>Ma Bingyao</authors>
<owners>Ma Bingyao&lt;[email protected]&gt;</owners>
Expand Down Expand Up @@ -39,9 +39,7 @@
This project is the implementation of Hprose for .NET (C#, Visual Basic...).</description>
<summary>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.</summary>
<releaseNotes>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.
Expand All @@ -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.</releaseNotes>
It supports NuGet install.</summary>
<releaseNotes>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.</releaseNotes>
<copyright>Copyright (c) 2008-2016 http://hprose.com</copyright>
<tags>Hprose RPC WebService WebAPI Serialize Serialization</tags>
</metadata>
Expand Down
15 changes: 10 additions & 5 deletions Hprose.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Hprose</id>
<version>1.5.6</version>
<version>1.5.7</version>
<title>Hprose for .NET</title>
<authors>Ma Bingyao</authors>
<owners>Ma Bingyao&lt;[email protected]&gt;</owners>
Expand Down Expand Up @@ -39,9 +39,8 @@
This project is the implementation of Hprose for .NET (C#, Visual Basic...).</description>
<summary>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.</summary>
<releaseNotes>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.
Expand All @@ -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.</releaseNotes>
It supports NuGet install.</summary>
<releaseNotes>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.</releaseNotes>
<copyright>Copyright (c) 2008-2016 http://hprose.com</copyright>
<tags>Hprose RPC WebService WebAPI Serialize Serialization</tags>
</metadata>
Expand Down
15 changes: 10 additions & 5 deletions Hprose.symbols.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Hprose</id>
<version>1.5.6</version>
<version>1.5.7</version>
<title>Hprose for .NET</title>
<authors>Ma Bingyao</authors>
<owners>Ma Bingyao&lt;[email protected]&gt;</owners>
Expand Down Expand Up @@ -39,9 +39,8 @@
This project is the implementation of Hprose for .NET (C#, Visual Basic...).</description>
<summary>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.</summary>
<releaseNotes>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.
Expand All @@ -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.</releaseNotes>
It supports NuGet install.</summary>
<releaseNotes>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.</releaseNotes>
<copyright>Copyright (c) 2008-2016 http://hprose.com</copyright>
<tags>Hprose RPC WebService WebAPI Serialize Serialization</tags>
</metadata>
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Binary file added nupkg/Hprose.1.5.7.nupkg
Binary file not shown.
Binary file added nupkg/Hprose.1.5.7.symbols.nupkg
Binary file not shown.
Binary file added nupkg/Hprose.Client.1.5.7.nupkg
Binary file not shown.
Binary file added nupkg/Hprose.Client.1.5.7.symbols.nupkg
Binary file not shown.

0 comments on commit 199acf7

Please sign in to comment.