Skip to content

Commit 199acf7

Browse files
committed
Update to v1.5.7
1 parent a92dd07 commit 199acf7

9 files changed

+42
-21
lines changed

Hprose.Client.nuspec

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Hprose.Client</id>
5-
<version>1.5.6</version>
5+
<version>1.5.7</version>
66
<title>Hprose Client for .NET</title>
77
<authors>Ma Bingyao</authors>
88
<owners>Ma Bingyao&lt;[email protected]&gt;</owners>
@@ -39,9 +39,8 @@
3939
This project is the implementation of Hprose for .NET (C#, Visual Basic...).</description>
4040
<summary>Hprose is a High Performance Remote Object Service Engine.
4141

42-
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware.</summary>
43-
<releaseNotes>Added generic method interface support for client proxy.
44-
Added IntPtr support.
42+
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware.
43+
4544
It supports .NET Framework 1.0 ~ 4.6.1.
4645
It supports .NET CompactFramework 1.0 ~ 3.9.
4746
It supports .NET Micro Framework 4.4.
@@ -61,8 +60,14 @@ It supplies System.IO.Compression for .NET 1.x and .NET CompactFramework.
6160
It supplies full System.Action and System.Func definition for .NET Framework 2.0+, .NET CompactFramework 2.0+, SilverLight, Windows Phone and Mono.
6261
It supplies HashMap for null key Hashtable and Dictionary.
6362
It is faster, easier and robuster than any other Serialization and RPC.
64-
It supports NuGet install.</releaseNotes>
65-
<copyright>Copyright (c) 2008-2016 http://hprose.com</copyright>
63+
It supports NuGet install.</summary>
64+
<releaseNotes>Fixed get property without setter or getter.
65+
Fixed HuffmanTree.
66+
Fixed BigInteger .NET MF support.
67+
Changed HproseMethod to public.
68+
Changed remoteMethod to public.
69+
Changed args and result to ref.</releaseNotes>
70+
<copyright>Copyright (c) 2008-2017 http://hprose.com</copyright>
6671
<tags>Hprose RPC WebService WebAPI Serialize Serialization</tags>
6772
</metadata>
6873
<files>

Hprose.Client.symbols.nuspec

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Hprose.Client</id>
5-
<version>1.5.6</version>
5+
<version>1.5.7</version>
66
<title>Hprose Client for .NET</title>
77
<authors>Ma Bingyao</authors>
88
<owners>Ma Bingyao&lt;[email protected]&gt;</owners>
@@ -39,9 +39,7 @@
3939
This project is the implementation of Hprose for .NET (C#, Visual Basic...).</description>
4040
<summary>Hprose is a High Performance Remote Object Service Engine.
4141

42-
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware.</summary>
43-
<releaseNotes>Added generic method interface support for client proxy.
44-
Added IntPtr support.
42+
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware.
4543
It supports .NET Framework 1.0 ~ 4.6.1.
4644
It supports .NET CompactFramework 1.0 ~ 3.9.
4745
It supports .NET Micro Framework 4.4.
@@ -61,7 +59,13 @@ It supplies System.IO.Compression for .NET 1.x and .NET CompactFramework.
6159
It supplies full System.Action and System.Func definition for .NET Framework 2.0+, .NET CompactFramework 2.0+, SilverLight, Windows Phone and Mono.
6260
It supplies HashMap for null key Hashtable and Dictionary.
6361
It is faster, easier and robuster than any other Serialization and RPC.
64-
It supports NuGet install.</releaseNotes>
62+
It supports NuGet install.</summary>
63+
<releaseNotes>Fixed get property without setter or getter.
64+
Fixed HuffmanTree.
65+
Fixed BigInteger .NET MF support.
66+
Changed HproseMethod to public.
67+
Changed remoteMethod to public.
68+
Changed args and result to ref.</releaseNotes>
6569
<copyright>Copyright (c) 2008-2016 http://hprose.com</copyright>
6670
<tags>Hprose RPC WebService WebAPI Serialize Serialization</tags>
6771
</metadata>

Hprose.nuspec

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Hprose</id>
5-
<version>1.5.6</version>
5+
<version>1.5.7</version>
66
<title>Hprose for .NET</title>
77
<authors>Ma Bingyao</authors>
88
<owners>Ma Bingyao&lt;[email protected]&gt;</owners>
@@ -39,9 +39,8 @@
3939
This project is the implementation of Hprose for .NET (C#, Visual Basic...).</description>
4040
<summary>Hprose is a High Performance Remote Object Service Engine.
4141

42-
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware.</summary>
43-
<releaseNotes>Added generic method interface support for client proxy.
44-
Added IntPtr support.
42+
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware.
43+
4544
It supports .NET Framework 1.0 ~ 4.6.1.
4645
It supports .NET CompactFramework 1.0 ~ 3.9.
4746
It supports .NET Micro Framework 4.4.
@@ -57,7 +56,13 @@ It supplies System.IO.Compression for .NET 1.x and .NET CompactFramework.
5756
It supplies full System.Action and System.Func definition for .NET Framework 2.0+, .NET CompactFramework 2.0+, SilverLight, Windows Phone and Mono.
5857
It supplies HashMap for null key Hashtable and Dictionary.
5958
It is faster, easier and robuster than any other Serialization and RPC.
60-
It supports NuGet install.</releaseNotes>
59+
It supports NuGet install.</summary>
60+
<releaseNotes>Fixed get property without setter or getter.
61+
Fixed HuffmanTree.
62+
Fixed BigInteger .NET MF support.
63+
Changed HproseMethod to public.
64+
Changed remoteMethod to public.
65+
Changed args and result to ref.</releaseNotes>
6166
<copyright>Copyright (c) 2008-2016 http://hprose.com</copyright>
6267
<tags>Hprose RPC WebService WebAPI Serialize Serialization</tags>
6368
</metadata>

Hprose.symbols.nuspec

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Hprose</id>
5-
<version>1.5.6</version>
5+
<version>1.5.7</version>
66
<title>Hprose for .NET</title>
77
<authors>Ma Bingyao</authors>
88
<owners>Ma Bingyao&lt;[email protected]&gt;</owners>
@@ -39,9 +39,8 @@
3939
This project is the implementation of Hprose for .NET (C#, Visual Basic...).</description>
4040
<summary>Hprose is a High Performance Remote Object Service Engine.
4141

42-
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware.</summary>
43-
<releaseNotes>Added generic method interface support for client proxy.
44-
Added IntPtr support.
42+
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware.
43+
4544
It supports .NET Framework 1.0 ~ 4.6.1.
4645
It supports .NET CompactFramework 1.0 ~ 3.9.
4746
It supports .NET Micro Framework 4.4.
@@ -57,7 +56,13 @@ It supplies System.IO.Compression for .NET 1.x and .NET CompactFramework.
5756
It supplies full System.Action and System.Func definition for .NET Framework 2.0+, .NET CompactFramework 2.0+, SilverLight, Windows Phone and Mono.
5857
It supplies HashMap for null key Hashtable and Dictionary.
5958
It is faster, easier and robuster than any other Serialization and RPC.
60-
It supports NuGet install.</releaseNotes>
59+
It supports NuGet install.</summary>
60+
<releaseNotes>Fixed get property without setter or getter.
61+
Fixed HuffmanTree.
62+
Fixed BigInteger .NET MF support.
63+
Changed HproseMethod to public.
64+
Changed remoteMethod to public.
65+
Changed args and result to ref.</releaseNotes>
6166
<copyright>Copyright (c) 2008-2016 http://hprose.com</copyright>
6267
<tags>Hprose RPC WebService WebAPI Serialize Serialization</tags>
6368
</metadata>

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
Full Version:
66
[![NuGet](https://img.shields.io/nuget/v/Hprose.svg)](https://www.nuget.org/packages/Hprose)
7+
[![NuGet](https://img.shields.io/nuget/dt/Hprose.svg)](https://www.nuget.org/packages/Hprose)
78

89
Client Version:
910
[![NuGet](https://img.shields.io/nuget/v/Hprose.Client.svg)](https://www.nuget.org/packages/Hprose.Client)
11+
[![NuGet](https://img.shields.io/nuget/dt/Hprose.Client.svg)](https://www.nuget.org/packages/Hprose.Client)
1012

1113
*Hprose* is a High Performance Remote Object Service Engine.
1214

nupkg/Hprose.1.5.7.nupkg

1.78 MB
Binary file not shown.

nupkg/Hprose.1.5.7.symbols.nupkg

5.15 MB
Binary file not shown.

nupkg/Hprose.Client.1.5.7.nupkg

5.56 MB
Binary file not shown.
15.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)