Skip to content

Commit

Permalink
Added .NET CF 3.9 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed Jan 15, 2016
1 parent 1becbb9 commit 758a163
Show file tree
Hide file tree
Showing 210 changed files with 63 additions and 32 deletions.
5 changes: 3 additions & 2 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.0</version>
<version>1.5.1</version>
<title>Hprose Client for .NET</title>
<authors>Ma Bingyao</authors>
<owners>Ma Bingyao&lt;[email protected]&gt;</owners>
Expand Down Expand Up @@ -42,7 +42,7 @@
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware.</summary>
<releaseNotes>This is the first stable version of Hprose for .NET.
It supports .NET Framework 1.0 ~ 4.6.1.
It supports .NET CompactFramework 1.0 ~ 3.5.
It supports .NET CompactFramework 1.0 ~ 3.9.
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.
Expand Down Expand Up @@ -76,6 +76,7 @@ It supports NuGet install.</releaseNotes>
<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" />
Expand Down
6 changes: 4 additions & 2 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.0</version>
<version>1.5.1</version>
<title>Hprose Client for .NET</title>
<authors>Ma Bingyao</authors>
<owners>Ma Bingyao&lt;[email protected]&gt;</owners>
Expand Down Expand Up @@ -42,7 +42,7 @@
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware.</summary>
<releaseNotes>This is the first stable version of Hprose for .NET.
It supports .NET Framework 1.0 ~ 4.6.1.
It supports .NET CompactFramework 1.0 ~ 3.5.
It supports .NET CompactFramework 1.0 ~ 3.9.
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.
Expand Down Expand Up @@ -76,6 +76,7 @@ It supports NuGet install.</releaseNotes>
<file src="dist/Hprose.Client/Debug/net10-cf/Hprose.Client.dll" target="lib/net10-cf" />
<file src="dist/Hprose.Client/Debug/net20-cf/Hprose.Client.dll" target="lib/net20-cf" />
<file src="dist/Hprose.Client/Debug/net35-cf/Hprose.Client.dll" target="lib/net35-cf" />
<file src="dist/Hprose.Client/Debug/net39-cf/Hprose.Client.dll" target="lib/net39-cf" />
<file src="dist/Hprose.Client/Debug/net35-client/Hprose.Client.dll" target="lib/net35-client" />
<file src="dist/Hprose.Client/Debug/net40-client/Hprose.Client.dll" target="lib/net40-client" />
<file src="dist/Hprose.Client/Debug/netcore45/Hprose.Client.dll" target="lib/netcore45" />
Expand Down Expand Up @@ -106,6 +107,7 @@ It supports NuGet install.</releaseNotes>
<file src="dist/Hprose.Client/Debug/net10-cf/Hprose.Client.pdb" target="lib/net10-cf" />
<file src="dist/Hprose.Client/Debug/net20-cf/Hprose.Client.pdb" target="lib/net20-cf" />
<file src="dist/Hprose.Client/Debug/net35-cf/Hprose.Client.pdb" target="lib/net35-cf" />
<file src="dist/Hprose.Client/Debug/net39-cf/Hprose.Client.pdb" target="lib/net39-cf" />
<file src="dist/Hprose.Client/Debug/net35-client/Hprose.Client.pdb" target="lib/net35-client" />
<file src="dist/Hprose.Client/Debug/net40-client/Hprose.Client.pdb" target="lib/net40-client" />
<file src="dist/Hprose.Client/Debug/netcore45/Hprose.Client.pdb" target="lib/netcore45" />
Expand Down
5 changes: 3 additions & 2 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.0</version>
<version>1.5.1</version>
<title>Hprose for .NET</title>
<authors>Ma Bingyao</authors>
<owners>Ma Bingyao&lt;[email protected]&gt;</owners>
Expand Down Expand Up @@ -42,7 +42,7 @@
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware.</summary>
<releaseNotes>This is the first stable version of Hprose for .NET.
It supports .NET Framework 1.0 ~ 4.6.1.
It supports .NET CompactFramework 1.0 ~ 3.5.
It supports .NET CompactFramework 1.0 ~ 3.9.
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.
Expand Down Expand Up @@ -76,6 +76,7 @@ It supports NuGet install.</releaseNotes>
<file src="dist/Hprose/Release/net10-cf/Hprose.dll" target="lib/net10-cf" />
<file src="dist/Hprose/Release/net20-cf/Hprose.dll" target="lib/net20-cf" />
<file src="dist/Hprose/Release/net35-cf/Hprose.dll" target="lib/net35-cf" />
<file src="dist/Hprose/Release/net39-cf/Hprose.dll" target="lib/net39-cf" />
<file src="dist/Hprose/Release/net35-client/Hprose.dll" target="lib/net35-client" />
<file src="dist/Hprose/Release/net40-client/Hprose.dll" target="lib/net40-client" />
<file src="dist/Hprose/Release/monoandroid/Hprose.dll" target="lib/monoandroid" />
Expand Down
6 changes: 4 additions & 2 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.0</version>
<version>1.5.1</version>
<title>Hprose for .NET</title>
<authors>Ma Bingyao</authors>
<owners>Ma Bingyao&lt;[email protected]&gt;</owners>
Expand Down Expand Up @@ -42,7 +42,7 @@
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware.</summary>
<releaseNotes>This is the first stable version of Hprose for .NET.
It supports .NET Framework 1.0 ~ 4.6.1.
It supports .NET CompactFramework 1.0 ~ 3.5.
It supports .NET CompactFramework 1.0 ~ 3.9.
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.
Expand Down Expand Up @@ -76,6 +76,7 @@ It supports NuGet install.</releaseNotes>
<file src="dist/Hprose/Debug/net10-cf/Hprose.dll" target="lib/net10-cf" />
<file src="dist/Hprose/Debug/net20-cf/Hprose.dll" target="lib/net20-cf" />
<file src="dist/Hprose/Debug/net35-cf/Hprose.dll" target="lib/net35-cf" />
<file src="dist/Hprose/Debug/net39-cf/Hprose.dll" target="lib/net39-cf" />
<file src="dist/Hprose/Debug/net35-client/Hprose.dll" target="lib/net35-client" />
<file src="dist/Hprose/Debug/net40-client/Hprose.dll" target="lib/net40-client" />
<file src="dist/Hprose/Debug/monoandroid/Hprose.dll" target="lib/monoandroid" />
Expand All @@ -95,6 +96,7 @@ It supports NuGet install.</releaseNotes>
<file src="dist/Hprose/Debug/net10-cf/Hprose.pdb" target="lib/net10-cf" />
<file src="dist/Hprose/Debug/net20-cf/Hprose.pdb" target="lib/net20-cf" />
<file src="dist/Hprose/Debug/net35-cf/Hprose.pdb" target="lib/net35-cf" />
<file src="dist/Hprose/Debug/net39-cf/Hprose.pdb" target="lib/net39-cf" />
<file src="dist/Hprose/Debug/net35-client/Hprose.pdb" target="lib/net35-client" />
<file src="dist/Hprose/Debug/net40-client/Hprose.pdb" target="lib/net40-client" />
<file src="dist/Hprose/Debug/monoandroid/Hprose.pdb" target="lib/monoandroid" />
Expand Down
Binary file modified dist/Hprose.Client/Debug/mono/Hprose.Client.dll.mdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/mono20/Hprose.Client.dll.mdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/mono35/Hprose.Client.dll.mdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/mono40/Hprose.Client.dll.mdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/mono45/Hprose.Client.dll.mdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/monoandroid/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/monoandroid/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/monotouch/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/monotouch/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net10-cf/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net10-cf/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net10/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net10/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net11/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net11/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net20-cf/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net20-cf/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net20/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net20/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net35-cf/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net35-cf/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net35-client/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net35-client/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net35/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net35/Hprose.Client.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net40-client/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net40-client/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net40/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net40/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net45/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net45/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net451/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net451/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net452/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net452/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net46/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net46/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net461/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net461/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/netcore45/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/netcore45/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/netcore451/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/netcore451/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/sl2/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/sl2/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/sl3-wp/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/sl3-wp/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/sl30/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/sl30/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/sl4-wp71/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/sl4-wp71/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/sl40/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/sl40/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/sl50/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/sl50/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/unity-ios/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/unity-ios/Hprose.Client.dll.mdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/unity-web/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/unity-web/Hprose.Client.dll.mdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/unity/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/unity/Hprose.Client.dll.mdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/wp8/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/wp8/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/wp81/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/wp81/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/wpa81/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/wpa81/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/xamarinios/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/xamarinios/Hprose.Client.pdb
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/monoandroid/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/monotouch/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/net10-cf/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/net10/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/net11/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/net20-cf/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/net20/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/net35-cf/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/net35-client/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/net35/Hprose.Client.dll
Binary file not shown.
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/net40-client/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/net40/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/net45/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/net451/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/net452/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/net46/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/net461/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/netcore45/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/netcore451/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/sl2/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/sl3-wp/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/sl30/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/sl4-wp71/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/sl40/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/sl50/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/unity-ios/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/unity-web/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/unity/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/wp8/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/wp81/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/wpa81/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Release/xamarinios/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/mono/Hprose.dll.mdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/mono20/Hprose.dll.mdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/mono35/Hprose.dll.mdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/mono40/Hprose.dll.mdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/mono45/Hprose.dll.mdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/monoandroid/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/monoandroid/Hprose.pdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/monotouch/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/monotouch/Hprose.pdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/net10-cf/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/net10-cf/Hprose.pdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/net10/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/net10/Hprose.pdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/net11/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/net11/Hprose.pdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/net20-cf/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/net20-cf/Hprose.pdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/net20/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/net20/Hprose.pdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/net35-cf/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/net35-cf/Hprose.pdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/net35-client/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/net35-client/Hprose.pdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/net35/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/net35/Hprose.pdb
Binary file not shown.
Binary file added dist/Hprose/Debug/net39-cf/Hprose.dll
Binary file not shown.
Binary file added dist/Hprose/Debug/net39-cf/Hprose.pdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/net40-client/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/net40-client/Hprose.pdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/net40/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/net40/Hprose.pdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/net45/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/net45/Hprose.pdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/net451/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/net451/Hprose.pdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/net452/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/net452/Hprose.pdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/net46/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/net46/Hprose.pdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/net461/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/net461/Hprose.pdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/unity-ios/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/unity-ios/Hprose.dll.mdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/unity-web/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/unity-web/Hprose.dll.mdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/unity/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/unity/Hprose.dll.mdb
Binary file not shown.
Binary file modified dist/Hprose/Debug/xamarinios/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Debug/xamarinios/Hprose.pdb
Binary file not shown.
Binary file modified dist/Hprose/Release/monoandroid/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/monotouch/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/net10-cf/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/net10/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/net11/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/net20-cf/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/net20/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/net35-cf/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/net35-client/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/net35/Hprose.dll
Binary file not shown.
Binary file added dist/Hprose/Release/net39-cf/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/net40-client/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/net40/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/net45/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/net451/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/net452/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/net46/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/net461/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/unity-ios/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/unity-web/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/unity/Hprose.dll
Binary file not shown.
Binary file modified dist/Hprose/Release/xamarinios/Hprose.dll
Binary file not shown.
19 changes: 19 additions & 0 deletions make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ if not exist dist\Hprose\Release\net20-cf mkdir dist\Hprose\Release\net20-cf
if not exist dist\Hprose\Release\net35 mkdir dist\Hprose\Release\net35
if not exist dist\Hprose\Release\net35-cf mkdir dist\Hprose\Release\net35-cf
if not exist dist\Hprose\Release\net35-client mkdir dist\Hprose\Release\net35-client
if not exist dist\Hprose\Release\net39-cf mkdir dist\Hprose\Release\net39-cf
if not exist dist\Hprose\Release\net40 mkdir dist\Hprose\Release\net40
if not exist dist\Hprose\Release\net40-client mkdir dist\Hprose\Release\net40-client
if not exist dist\Hprose\Release\net45 mkdir dist\Hprose\Release\net45
Expand Down Expand Up @@ -45,6 +46,7 @@ if not exist dist\Hprose\Debug\net20-cf mkdir dist\Hprose\Debug\net20-cf
if not exist dist\Hprose\Debug\net35 mkdir dist\Hprose\Debug\net35
if not exist dist\Hprose\Debug\net35-cf mkdir dist\Hprose\Debug\net35-cf
if not exist dist\Hprose\Debug\net35-client mkdir dist\Hprose\Debug\net35-client
if not exist dist\Hprose\Debug\net39-cf mkdir dist\Hprose\Debug\net39-cf
if not exist dist\Hprose\Debug\net40 mkdir dist\Hprose\Debug\net40
if not exist dist\Hprose\Debug\net40-client mkdir dist\Hprose\Debug\net40-client
if not exist dist\Hprose\Debug\net45 mkdir dist\Hprose\Debug\net45
Expand Down Expand Up @@ -72,6 +74,7 @@ if not exist dist\Hprose.Client\Release\net20-cf mkdir dist\Hprose.Client\Releas
if not exist dist\Hprose.Client\Release\net35 mkdir dist\Hprose.Client\Release\net35
if not exist dist\Hprose.Client\Release\net35-cf mkdir dist\Hprose.Client\Release\net35-cf
if not exist dist\Hprose.Client\Release\net35-client mkdir dist\Hprose.Client\Release\net35-client
if not exist dist\Hprose.Client\Release\net39-cf mkdir dist\Hprose.Client\Release\net39-cf
if not exist dist\Hprose.Client\Release\net40 mkdir dist\Hprose.Client\Release\net40
if not exist dist\Hprose.Client\Release\net40-client mkdir dist\Hprose.Client\Release\net40-client
if not exist dist\Hprose.Client\Release\net45 mkdir dist\Hprose.Client\Release\net45
Expand Down Expand Up @@ -110,6 +113,7 @@ if not exist dist\Hprose.Client\Debug\net20-cf mkdir dist\Hprose.Client\Debug\ne
if not exist dist\Hprose.Client\Debug\net35 mkdir dist\Hprose.Client\Debug\net35
if not exist dist\Hprose.Client\Debug\net35-cf mkdir dist\Hprose.Client\Debug\net35-cf
if not exist dist\Hprose.Client\Debug\net35-client mkdir dist\Hprose.Client\Debug\net35-client
if not exist dist\Hprose.Client\Debug\net39-cf mkdir dist\Hprose.Client\Debug\net39-cf
if not exist dist\Hprose.Client\Debug\net40 mkdir dist\Hprose.Client\Debug\net40
if not exist dist\Hprose.Client\Debug\net40-client mkdir dist\Hprose.Client\Debug\net40-client
if not exist dist\Hprose.Client\Debug\net45 mkdir dist\Hprose.Client\Debug\net45
Expand Down Expand Up @@ -758,6 +762,21 @@ echo start compile hprose for .NET Compact Framework 3.5 Debug
"%CSC%" -keyfile:HproseKeys.snk -out:dist\Hprose.Client\Debug\net35-cf\Hprose.Client.dll -define:Smartphone;dotNETCF35;ClientOnly -noconfig -nostdlib -filealign:512 -target:library -optimize+ -debug+ %CF_REFERENCE% %NUMERICS_SRC% %HPROSE_SRC% %HPROSE_INFO%
"%CSC%" -keyfile:HproseKeys.snk -out:dist\Hprose\Debug\net35-cf\Hprose.dll -define:Smartphone;dotNETCF35 -noconfig -nostdlib -filealign:512 -target:library -optimize+ -debug+ %CF_REFERENCE% %NUMERICS_SRC% %HPROSE_SRC% %HPROSE_INFO%

set CSC=%PRO_PATH%\MSBuild\14.0\Bin\Csc.exe

echo start compile hprose for .NET Compact Framework 3.9 Release
set CF_REFERENCE=
set CF_REFERENCE=%CF_REFERENCE% -reference:"%PRO_PATH%\Reference Assemblies\Microsoft\Framework\WindowsEmbeddedCompact\v3.9\mscorlib.dll"
set CF_REFERENCE=%CF_REFERENCE% -reference:"%PRO_PATH%\Reference Assemblies\Microsoft\Framework\WindowsEmbeddedCompact\v3.9\System.dll"
set CF_REFERENCE=%CF_REFERENCE% -reference:"%PRO_PATH%\Reference Assemblies\Microsoft\Framework\WindowsEmbeddedCompact\v3.9\System.Core.dll"
set CF_REFERENCE=%CF_REFERENCE% -reference:"%PRO_PATH%\Reference Assemblies\Microsoft\Framework\WindowsEmbeddedCompact\v3.9\System.Windows.Forms.dll"
"%CSC%" -keyfile:HproseKeys.snk -out:dist\Hprose.Client\Release\net39-cf\Hprose.Client.dll -define:Smartphone;dotNETCF39;ClientOnly -noconfig -nostdlib -filealign:512 -target:library -optimize+ %CF_REFERENCE% %NUMERICS_SRC% %HPROSE_SRC% %HPROSE_INFO%
"%CSC%" -keyfile:HproseKeys.snk -out:dist\Hprose\Release\net39-cf\Hprose.dll -define:Smartphone;dotNETCF39 -noconfig -nostdlib -filealign:512 -target:library -optimize+ %CF_REFERENCE% %NUMERICS_SRC% %HPROSE_SRC% %HPROSE_INFO%

echo start compile hprose for .NET Compact Framework 3.9 Debug
"%CSC%" -keyfile:HproseKeys.snk -out:dist\Hprose.Client\Debug\net39-cf\Hprose.Client.dll -define:Smartphone;dotNETCF39;ClientOnly -noconfig -nostdlib -filealign:512 -target:library -optimize+ -debug+ %CF_REFERENCE% %NUMERICS_SRC% %HPROSE_SRC% %HPROSE_INFO%
"%CSC%" -keyfile:HproseKeys.snk -out:dist\Hprose\Debug\net39-cf\Hprose.dll -define:Smartphone;dotNETCF39 -noconfig -nostdlib -filealign:512 -target:library -optimize+ -debug+ %CF_REFERENCE% %NUMERICS_SRC% %HPROSE_SRC% %HPROSE_INFO%

echo start compile hprose for mono 1.0 Release
call "%MONO_PATH%\mcs" -keyfile:HproseKeys.snk -out:dist\Hprose.Client\Release\mono\Hprose.Client.dll -define:dotNET11;MONO;ClientOnly -noconfig -target:library -optimize+ -reference:System,System.Windows.Forms %NUMERICS_SRC% %HPROSE_SRC% %HPROSE_INFO%
call "%MONO_PATH%\mcs" -keyfile:HproseKeys.snk -out:dist\Hprose\Release\mono\Hprose.dll -define:dotNET11;MONO -noconfig -target:library -optimize+ -reference:System,System.Web,System.Windows.Forms %NUMERICS_SRC% %HPROSE_SRC% %HPROSE_INFO%
Expand Down
Binary file added nupkg/Hprose.1.5.1.nupkg
Binary file not shown.
Binary file added nupkg/Hprose.1.5.1.symbols.nupkg
Binary file not shown.
Binary file added nupkg/Hprose.Client.1.5.1.nupkg
Binary file not shown.
Binary file added nupkg/Hprose.Client.1.5.1.symbols.nupkg
Binary file not shown.
1 change: 1 addition & 0 deletions path.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\WindowsEmbeddedCompact\v3.9
5 changes: 5 additions & 0 deletions src/Hprose/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ public class AssemblyInfo {
#elif dotNETCF35
public const string dotNET_Version = "3.5.7283.0";
public const string dotNET_Name = ".NET Compact Framework 3.5";
#elif dotNETCF39
public const string dotNET_Version = "3.9.15155.0";
public const string dotNET_Name = ".NET Compact Framework 3.9";
#elif SL5
public const string dotNET_Version = "5.0.61118.0";
public const string dotNET_Name = "Silverlight 5";
Expand All @@ -123,6 +126,8 @@ public class AssemblyInfo {
public const string dotNET_MajorVersion = "4.0";
#elif (WP70 || WP71)
public const string dotNET_MajorVersion = "3.7";
#elif dotNETCF39
public const string dotNET_MajorVersion = "3.9";
#elif (dotNET35 || dotNETCF35)
public const string dotNET_MajorVersion = "3.5";
#elif SL3
Expand Down
2 changes: 1 addition & 1 deletion src/System/Action.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET2 || dotNET35 || dotNETCF20 || dotNETCF35 || SL2 || SL3 || WP70 || WP71 || MONO2)
#if (dotNET2 || dotNET35 || dotNETCF20 || dotNETCF35 || dotNETCF39 || SL2 || SL3 || WP70 || WP71 || MONO2)
namespace System
{
#if (dotNET2 || dotNETCF20)
Expand Down
2 changes: 1 addition & 1 deletion src/System/Func.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET2 || dotNET35 || dotNETCF20 || dotNETCF35 || SL2 || SL3 || WP70 || WP71 || MONO2)
#if (dotNET2 || dotNET35 || dotNETCF20 || dotNETCF35 || dotNETCF39 || SL2 || SL3 || WP70 || WP71 || MONO2)
namespace System
{
#if (dotNET2 || dotNETCF20)
Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/BlockType.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;

namespace System.IO.Compression {
Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/CompressionMode.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;

namespace System.IO.Compression {
Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/DecodeHelper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;

namespace System.IO.Compression {
Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/DeflateInput.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;

namespace System.IO.Compression {
Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/DeflateStream.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;
using System.IO;
using System.Runtime.CompilerServices;
Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/DeflateStreamAsyncResult.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;
using System.Threading;

Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/Deflater.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;

namespace System.IO.Compression {
Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/FastEncoder.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;
using System.IO;

Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/FastEncoderStatics.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;

namespace System.IO.Compression {
Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/FastEncoderWindow.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/GZIPHeaderState.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;

namespace System.IO.Compression {
Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/GZipDecoder.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;
using System.IO;

Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/GZipStream.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;
using System.IO;

Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/HuffmanTree.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;
using System.IO;

Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/Inflater.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;
using System.IO;
using System.Runtime.InteropServices;
Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/InflaterState.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;

namespace System.IO.Compression {
Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/InputBuffer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;

namespace System.IO.Compression {
Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/Match.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;

namespace System.IO.Compression {
Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/MatchState.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;

namespace System.IO.Compression {
Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/Compression/OutputWindow.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;

namespace System.IO.Compression {
Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/InvalidDataException.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !MONO
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;

namespace System.IO {
Expand Down
Loading

0 comments on commit 758a163

Please sign in to comment.