forked from hprose/hprose-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHprose.Client.nuspec
154 lines (145 loc) · 11.7 KB
/
Hprose.Client.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Hprose.Client</id>
<version>1.5.7</version>
<title>Hprose Client for .NET</title>
<authors>Ma Bingyao</authors>
<owners>Ma Bingyao<[email protected]></owners>
<licenseUrl>https://raw.githubusercontent.com/hprose/hprose-dotnet/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/hprose/hprose-dotnet</projectUrl>
<iconUrl>http://hprose.com/apple-touch-icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>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. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.
Hprose supports many programming languages, for example:
* AAuto Quicker
* ActionScript
* ASP
* C++
* Dart
* Delphi/Free Pascal
* dotNET(C#, Visual Basic...)
* Golang
* Java
* JavaScript
* Node.js
* Objective-C
* Perl
* PHP
* Python
* Ruby
* ...
Through Hprose, You can conveniently and efficiently intercommunicate between those programming languages.
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.
It supports .NET Framework 1.0 ~ 4.6.1.
It supports .NET CompactFramework 1.0 ~ 3.9.
It supports .NET Micro Framework 4.4.
It supports .NET Framework Client Profile 3.5 ~ 4.0.
It supports .NET Core 4.5 ~ 4.5.1.
It supports .NET Portable Framework 4.0, 4.5, 4.6.
It supports SilverLight 2.0 ~ 5.0.
It supports Windows Phone 7.0 ~ 10.
It supports Mono, MonoAndroid, MonoTouch, Xamarin.iOS, Xamarin.TVOS, Xamarin.WatchOS.
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.</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>
<file src="dist/Hprose.Client/Release/net10/Hprose.Client.dll" target="lib/net10" />
<file src="dist/Hprose.Client/Release/net11/Hprose.Client.dll" target="lib/net11" />
<file src="dist/Hprose.Client/Release/net20/Hprose.Client.dll" target="lib/net20" />
<file src="dist/Hprose.Client/Release/net35/Hprose.Client.dll" target="lib/net35" />
<file src="dist/Hprose.Client/Release/net40/Hprose.Client.dll" target="lib/net40" />
<file src="dist/Hprose.Client/Release/net45/Hprose.Client.dll" target="lib/net45" />
<file src="dist/Hprose.Client/Release/net451/Hprose.Client.dll" target="lib/net451" />
<file src="dist/Hprose.Client/Release/net452/Hprose.Client.dll" target="lib/net452" />
<file src="dist/Hprose.Client/Release/net46/Hprose.Client.dll" target="lib/net46" />
<file src="dist/Hprose.Client/Release/net461/Hprose.Client.dll" target="lib/net461" />
<file src="dist/Hprose.Client/Release/net10-cf/Hprose.Client.dll" target="lib/net10-cf" />
<file src="dist/Hprose.Client/Release/net20-cf/Hprose.Client.dll" target="lib/net20-cf" />
<file src="dist/Hprose.Client/Release/net35-cf/Hprose.Client.dll" target="lib/net35-cf" />
<file src="dist/Hprose.Client/Release/net39-cf/Hprose.Client.dll" target="lib/net39-cf" />
<file src="dist/Hprose.Client/Release/net35-client/Hprose.Client.dll" target="lib/net35-client" />
<file src="dist/Hprose.Client/Release/net40-client/Hprose.Client.dll" target="lib/net40-client" />
<file src="dist/Hprose.Client/Release/netcore45/Hprose.Client.dll" target="lib/netcore45" />
<file src="dist/Hprose.Client/Release/netcore451/Hprose.Client.dll" target="lib/netcore451" />
<file src="dist/Hprose.Client/Release/sl3-wp/Hprose.Client.dll" target="lib/sl3-wp" />
<file src="dist/Hprose.Client/Release/sl4-wp71/Hprose.Client.dll" target="lib/sl4-wp71" />
<file src="dist/Hprose.Client/Release/wp8/Hprose.Client.dll" target="lib/wp8" />
<file src="dist/Hprose.Client/Release/wp81/Hprose.Client.dll" target="lib/wp81" />
<file src="dist/Hprose.Client/Release/wpa81/Hprose.Client.dll" target="lib/wpa81" />
<file src="dist/Hprose.Client/Release/sl2/Hprose.Client.dll" target="lib/sl2" />
<file src="dist/Hprose.Client/Release/sl30/Hprose.Client.dll" target="lib/sl30" />
<file src="dist/Hprose.Client/Release/sl40/Hprose.Client.dll" target="lib/sl40" />
<file src="dist/Hprose.Client/Release/sl50/Hprose.Client.dll" target="lib/sl50" />
<file src="dist/Hprose.Client/Release/monoandroid/Hprose.Client.dll" target="lib/monoandroid" />
<file src="dist/Hprose.Client/Release/monotouch/Hprose.Client.dll" target="lib/monotouch" />
<file src="dist/Hprose.Client/Release/xamarinios/Hprose.Client.dll" target="lib/xamarinios" />
<file src="dist/Hprose.Client/Release/xamarintvos/Hprose.Client.dll" target="lib/xamarintvos" />
<file src="dist/Hprose.Client/Release/xamarinwatchos/Hprose.Client.dll" target="lib/xamarinwatchos" />
<file src="dist/Hprose.Client/Release/netmf/Hprose.Client.dll" target="lib/netmf" />
<file src="dist/Hprose.Client/Release/portable/profile2/Hprose.Client.dll" target="lib/portable-net40+win8+sl4+wp7" />
<file src="dist/Hprose.Client/Release/portable/profile3/Hprose.Client.dll" target="lib/portable-net40+sl4" />
<file src="dist/Hprose.Client/Release/portable/profile4/Hprose.Client.dll" target="lib/portable-net45+sl4+win8+wp7" />
<file src="dist/Hprose.Client/Release/portable/profile5/Hprose.Client.dll" target="lib/portable-net40+win8" />
<file src="dist/Hprose.Client/Release/portable/profile6/Hprose.Client.dll" target="lib/portable-net403+win8" />
<file src="dist/Hprose.Client/Release/portable/profile7/Hprose.Client.dll" target="lib/portable-net45+win8" />
<file src="dist/Hprose.Client/Release/portable/profile14/Hprose.Client.dll" target="lib/portable-net40+sl5" />
<file src="dist/Hprose.Client/Release/portable/profile18/Hprose.Client.dll" target="lib/portable-net403+sl4" />
<file src="dist/Hprose.Client/Release/portable/profile19/Hprose.Client.dll" target="lib/portable-net403+sl5" />
<file src="dist/Hprose.Client/Release/portable/profile23/Hprose.Client.dll" target="lib/portable-net45+sl4" />
<file src="dist/Hprose.Client/Release/portable/profile24/Hprose.Client.dll" target="lib/portable-net45+sl5" />
<file src="dist/Hprose.Client/Release/portable/profile31/Hprose.Client.dll" target="lib/portable-win81+wp81" />
<file src="dist/Hprose.Client/Release/portable/profile32/Hprose.Client.dll" target="lib/portable-win81+wpa81" />
<file src="dist/Hprose.Client/Release/portable/profile36/Hprose.Client.dll" target="lib/portable-net40+sl4+win8+wp8" />
<file src="dist/Hprose.Client/Release/portable/profile37/Hprose.Client.dll" target="lib/portable-net40+sl5+win8 " />
<file src="dist/Hprose.Client/Release/portable/profile41/Hprose.Client.dll" target="lib/portable-net403+sl4+win8" />
<file src="dist/Hprose.Client/Release/portable/profile42/Hprose.Client.dll" target="lib/portable-net403+sl5+win8" />
<file src="dist/Hprose.Client/Release/portable/profile44/Hprose.Client.dll" target="lib/portable-net451+win81" />
<file src="dist/Hprose.Client/Release/portable/profile46/Hprose.Client.dll" target="lib/portable-net45+sl4+win8" />
<file src="dist/Hprose.Client/Release/portable/profile47/Hprose.Client.dll" target="lib/portable-net45+sl5+win8" />
<file src="dist/Hprose.Client/Release/portable/profile49/Hprose.Client.dll" target="lib/portable-net45+wp8" />
<file src="dist/Hprose.Client/Release/portable/profile78/Hprose.Client.dll" target="lib/portable-net45+win8+wp8" />
<file src="dist/Hprose.Client/Release/portable/profile84/Hprose.Client.dll" target="lib/portable-wp81+wpa81" />
<file src="dist/Hprose.Client/Release/portable/profile88/Hprose.Client.dll" target="lib/portable-net40+sl4+win8+wp75" />
<file src="dist/Hprose.Client/Release/portable/profile92/Hprose.Client.dll" target="lib/portable-net40+win8+wpa81" />
<file src="dist/Hprose.Client/Release/portable/profile95/Hprose.Client.dll" target="lib/portable-net403+sl4+win8+wp7" />
<file src="dist/Hprose.Client/Release/portable/profile96/Hprose.Client.dll" target="lib/portable-net403+sl4+win8+wp75" />
<file src="dist/Hprose.Client/Release/portable/profile102/Hprose.Client.dll" target="lib/portable-net403+win8+wpa81" />
<file src="dist/Hprose.Client/Release/portable/profile104/Hprose.Client.dll" target="lib/portable-net45+sl4+win8+wp75" />
<file src="dist/Hprose.Client/Release/portable/profile111/Hprose.Client.dll" target="lib/portable-net45+win8+wpa81" />
<file src="dist/Hprose.Client/Release/portable/profile136/Hprose.Client.dll" target="lib/portable-net40+sl5+win8+wp8" />
<file src="dist/Hprose.Client/Release/portable/profile143/Hprose.Client.dll" target="lib/portable-net403+sl4+win8+wp8" />
<file src="dist/Hprose.Client/Release/portable/profile147/Hprose.Client.dll" target="lib/portable-net403+sl5+win8+wp8" />
<file src="dist/Hprose.Client/Release/portable/profile151/Hprose.Client.dll" target="lib/portable-net451+win81+wpa81" />
<file src="dist/Hprose.Client/Release/portable/profile154/Hprose.Client.dll" target="lib/portable-net45+sl4+win8+wp8" />
<file src="dist/Hprose.Client/Release/portable/profile157/Hprose.Client.dll" target="lib/portable-win81+wp81+wpa81" />
<file src="dist/Hprose.Client/Release/portable/profile158/Hprose.Client.dll" target="lib/portable-net45+sl5+win8+wp8" />
<file src="dist/Hprose.Client/Release/portable/profile225/Hprose.Client.dll" target="lib/portable-net40+sl5+win8+wpa81" />
<file src="dist/Hprose.Client/Release/portable/profile240/Hprose.Client.dll" target="lib/portable-net403+sl5+win8+wpa81" />
<file src="dist/Hprose.Client/Release/portable/profile255/Hprose.Client.dll" target="lib/portable-net45+sl5+win8+wpa81" />
<file src="dist/Hprose.Client/Release/portable/profile259/Hprose.Client.dll" target="lib/portable-net45+win8+wpa81+wp8" />
<file src="dist/Hprose.Client/Release/portable/profile328/Hprose.Client.dll" target="lib/portable-net40+sl5+win8+wpa81+wp8" />
<file src="dist/Hprose.Client/Release/portable/profile336/Hprose.Client.dll" target="lib/portable-net403+sl5+win8+wpa81+wp8" />
<file src="dist/Hprose.Client/Release/portable/profile344/Hprose.Client.dll" target="lib/portable-net45+sl5+win8+wpa81+wp8" />
</files>
</package>