Skip to content

Commit

Permalink
Added Xamarin.TVOS and Xamarin.WatchOS support.
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed Jan 15, 2016
1 parent 758a163 commit c7d93ea
Show file tree
Hide file tree
Showing 186 changed files with 73 additions and 9 deletions.
6 changes: 4 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.1</version>
<version>1.5.2</version>
<title>Hprose Client for .NET</title>
<authors>Ma Bingyao</authors>
<owners>Ma Bingyao&lt;[email protected]&gt;</owners>
Expand Down Expand Up @@ -47,7 +47,7 @@ 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.
It supports Windows Phone 7.0 ~ 10.
It supports Mono.
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.
Expand Down Expand Up @@ -93,5 +93,7 @@ It supports NuGet install.</releaseNotes>
<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" />
</files>
</package>
10 changes: 7 additions & 3 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.1</version>
<version>1.5.2</version>
<title>Hprose Client for .NET</title>
<authors>Ma Bingyao</authors>
<owners>Ma Bingyao&lt;[email protected]&gt;</owners>
Expand Down Expand Up @@ -47,7 +47,7 @@ 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.
It supports Windows Phone 7.0 ~ 10.
It supports Mono.
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.
Expand Down Expand Up @@ -93,7 +93,9 @@ It supports NuGet install.</releaseNotes>
<file src="dist/Hprose.Client/Debug/monoandroid/Hprose.Client.dll" target="lib/monoandroid" />
<file src="dist/Hprose.Client/Debug/monotouch/Hprose.Client.dll" target="lib/monotouch" />
<file src="dist/Hprose.Client/Debug/xamarinios/Hprose.Client.dll" target="lib/xamarinios" />

<file src="dist/Hprose.Client/Debug/xamarintvos/Hprose.Client.dll" target="lib/xamarintvos" />
<file src="dist/Hprose.Client/Debug/xamarinwatchos/Hprose.Client.dll" target="lib/xamarinwatchos" />

<file src="dist/Hprose.Client/Debug/net10/Hprose.Client.pdb" target="lib/net10" />
<file src="dist/Hprose.Client/Debug/net11/Hprose.Client.pdb" target="lib/net11" />
<file src="dist/Hprose.Client/Debug/net20/Hprose.Client.pdb" target="lib/net20" />
Expand Down Expand Up @@ -124,6 +126,8 @@ It supports NuGet install.</releaseNotes>
<file src="dist/Hprose.Client/Debug/monoandroid/Hprose.Client.pdb" target="lib/monoandroid" />
<file src="dist/Hprose.Client/Debug/monotouch/Hprose.Client.pdb" target="lib/monotouch" />
<file src="dist/Hprose.Client/Debug/xamarinios/Hprose.Client.pdb" target="lib/xamarinios" />
<file src="dist/Hprose.Client/Debug/xamarintvos/Hprose.Client.dll" target="lib/xamarintvos" />
<file src="dist/Hprose.Client/Debug/xamarinwatchos/Hprose.Client.dll" target="lib/xamarinwatchos" />

<file src="src/**/*.cs" target="src" />

Expand Down
6 changes: 4 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.1</version>
<version>1.5.2</version>
<title>Hprose for .NET</title>
<authors>Ma Bingyao</authors>
<owners>Ma Bingyao&lt;[email protected]&gt;</owners>
Expand Down Expand Up @@ -47,7 +47,7 @@ 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.
It supports Windows Phone 7.0 ~ 10.
It supports Mono.
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.
Expand Down Expand Up @@ -82,5 +82,7 @@ It supports NuGet install.</releaseNotes>
<file src="dist/Hprose/Release/monoandroid/Hprose.dll" target="lib/monoandroid" />
<file src="dist/Hprose/Release/monotouch/Hprose.dll" target="lib/monotouch" />
<file src="dist/Hprose/Release/xamarinios/Hprose.dll" target="lib/xamarinios" />
<file src="dist/Hprose/Release/xamarintvos/Hprose.dll" target="lib/xamarintvos" />
<file src="dist/Hprose/Release/xamarinwatchos/Hprose.dll" target="lib/xamarinwatchos" />
</files>
</package>
8 changes: 6 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.1</version>
<version>1.5.2</version>
<title>Hprose for .NET</title>
<authors>Ma Bingyao</authors>
<owners>Ma Bingyao&lt;[email protected]&gt;</owners>
Expand Down Expand Up @@ -47,7 +47,7 @@ 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.
It supports Windows Phone 7.0 ~ 10.
It supports Mono.
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.
Expand Down Expand Up @@ -82,6 +82,8 @@ It supports NuGet install.</releaseNotes>
<file src="dist/Hprose/Debug/monoandroid/Hprose.dll" target="lib/monoandroid" />
<file src="dist/Hprose/Debug/monotouch/Hprose.dll" target="lib/monotouch" />
<file src="dist/Hprose/Debug/xamarinios/Hprose.dll" target="lib/xamarinios" />
<file src="dist/Hprose/Debug/xamarintvos/Hprose.dll" target="lib/xamarintvos" />
<file src="dist/Hprose/Debug/xamarinwatchos/Hprose.dll" target="lib/xamarinwatchos" />

<file src="dist/Hprose/Debug/net10/Hprose.pdb" target="lib/net10" />
<file src="dist/Hprose/Debug/net11/Hprose.pdb" target="lib/net11" />
Expand All @@ -102,6 +104,8 @@ It supports NuGet install.</releaseNotes>
<file src="dist/Hprose/Debug/monoandroid/Hprose.pdb" target="lib/monoandroid" />
<file src="dist/Hprose/Debug/monotouch/Hprose.pdb" target="lib/monotouch" />
<file src="dist/Hprose/Debug/xamarinios/Hprose.pdb" target="lib/xamarinios" />
<file src="dist/Hprose/Debug/xamarintvos/Hprose.pdb" target="lib/xamarintvos" />
<file src="dist/Hprose/Debug/xamarinwatchos/Hprose.pdb" target="lib/xamarinwatchos" />

<file src="src/**/*.cs" target="src" />
</files>
Expand Down
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 modified dist/Hprose.Client/Debug/net39-cf/Hprose.Client.dll
Binary file not shown.
Binary file modified dist/Hprose.Client/Debug/net39-cf/Hprose.Client.pdb
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 not shown.
Binary file not shown.
Binary file not shown.
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 modified dist/Hprose.Client/Release/net39-cf/Hprose.Client.dll
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 not shown.
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 modified dist/Hprose/Debug/net39-cf/Hprose.dll
Binary file not shown.
Binary file modified 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 added dist/Hprose/Debug/xamarintvos/Hprose.dll
Binary file not shown.
Binary file added dist/Hprose/Debug/xamarintvos/Hprose.pdb
Binary file not shown.
Binary file added dist/Hprose/Debug/xamarinwatchos/Hprose.dll
Binary file not shown.
Binary file added dist/Hprose/Debug/xamarinwatchos/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 modified 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.
Binary file added dist/Hprose/Release/xamarintvos/Hprose.dll
Binary file not shown.
Binary file added dist/Hprose/Release/xamarinwatchos/Hprose.dll
Binary file not shown.
52 changes: 52 additions & 0 deletions make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ if not exist dist\Hprose\Release\unity-web mkdir dist\Hprose\Release\unity-web
if not exist dist\Hprose\Release\monoandroid mkdir dist\Hprose\Release\monoandroid
if not exist dist\Hprose\Release\monotouch mkdir dist\Hprose\Release\monotouch
if not exist dist\Hprose\Release\xamarinios mkdir dist\Hprose\Release\xamarinios
if not exist dist\Hprose\Release\xamarintvos mkdir dist\Hprose\Release\xamarintvos
if not exist dist\Hprose\Release\xamarinwatchos mkdir dist\Hprose\Release\xamarinwatchos

if not exist dist\Hprose\Debug\net10 mkdir dist\Hprose\Debug\net10
if not exist dist\Hprose\Debug\net10-cf mkdir dist\Hprose\Debug\net10-cf
Expand Down Expand Up @@ -65,6 +67,8 @@ if not exist dist\Hprose\Debug\unity-web mkdir dist\Hprose\Debug\unity-web
if not exist dist\Hprose\Debug\monoandroid mkdir dist\Hprose\Debug\monoandroid
if not exist dist\Hprose\Debug\monotouch mkdir dist\Hprose\Debug\monotouch
if not exist dist\Hprose\Debug\xamarinios mkdir dist\Hprose\Debug\xamarinios
if not exist dist\Hprose\Debug\xamarintvos mkdir dist\Hprose\Debug\xamarintvos
if not exist dist\Hprose\Debug\xamarinwatchos mkdir dist\Hprose\Debug\xamarinwatchos

if not exist dist\Hprose.Client\Release\net10 mkdir dist\Hprose.Client\Release\net10
if not exist dist\Hprose.Client\Release\net10-cf mkdir dist\Hprose.Client\Release\net10-cf
Expand Down Expand Up @@ -104,6 +108,8 @@ if not exist dist\Hprose.Client\Release\unity-web mkdir dist\Hprose.Client\Relea
if not exist dist\Hprose.Client\Release\monoandroid mkdir dist\Hprose.Client\Release\monoandroid
if not exist dist\Hprose.Client\Release\monotouch mkdir dist\Hprose.Client\Release\monotouch
if not exist dist\Hprose.Client\Release\xamarinios mkdir dist\Hprose.Client\Release\xamarinios
if not exist dist\Hprose.Client\Release\xamarintvos mkdir dist\Hprose.Client\Release\xamarintvos
if not exist dist\Hprose.Client\Release\xamarinwatchos mkdir dist\Hprose.Client\Release\xamarinwatchos

if not exist dist\Hprose.Client\Debug\net10 mkdir dist\Hprose.Client\Debug\net10
if not exist dist\Hprose.Client\Debug\net10-cf mkdir dist\Hprose.Client\Debug\net10-cf
Expand Down Expand Up @@ -143,6 +149,8 @@ if not exist dist\Hprose.Client\Debug\unity-web mkdir dist\Hprose.Client\Debug\u
if not exist dist\Hprose.Client\Debug\monoandroid mkdir dist\Hprose.Client\Debug\monoandroid
if not exist dist\Hprose.Client\Debug\monotouch mkdir dist\Hprose.Client\Debug\monotouch
if not exist dist\Hprose.Client\Debug\xamarinios mkdir dist\Hprose.Client\Debug\xamarinios
if not exist dist\Hprose.Client\Debug\xamarintvos mkdir dist\Hprose.Client\Debug\xamarintvos
if not exist dist\Hprose.Client\Debug\xamarinwatchos mkdir dist\Hprose.Client\Debug\xamarinwatchos

set PRO_PATH=C:\Program Files

Expand Down Expand Up @@ -585,6 +593,50 @@ set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\System.Numeric
"%CSC%" -keyfile:HproseKeys.snk -out:dist\Hprose.Client\Debug\xamarinios\Hprose.Client.dll -define:dotNET4;dotNET45;MONO;Unity;Unity_iOS;ClientProfile;ClientOnly -filealign:512 -target:library -noconfig -nowarn:1685 -nostdlib+ -optimize+ -debug+ %DOTNET_REFERENCE% %HPROSE_SRC% %HPROSE_INFO%
"%CSC%" -keyfile:HproseKeys.snk -out:dist\Hprose\Debug\xamarinios\Hprose.dll -define:dotNET4;dotNET45;MONO;Unity;Unity_iOS;ClientProfile -filealign:512 -target:library -noconfig -nowarn:1685 -nostdlib+ -optimize+ -debug+ %DOTNET_REFERENCE% %HPROSE_SRC% %HPROSE_INFO%

echo start compile hprose for Xamarin.TVOS Release
set DOTNET_PATH=%PRO_PATH%\Reference Assemblies\Microsoft\Framework\Xamarin.TVOS\v1.0
set DOTNET_REFERENCE=
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\mscorlib.dll"
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\System.Core.dll"
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\System.dll"
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\System.Runtime.Serialization.dll"
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\System.Numerics.dll"
"%CSC%" -keyfile:HproseKeys.snk -out:dist\Hprose.Client\Release\xamarintvos\Hprose.Client.dll -define:dotNET4;dotNET45;MONO;Unity;Unity_iOS;ClientProfile;ClientOnly -filealign:512 -target:library -noconfig -nowarn:1685 -nostdlib+ -optimize+ %DOTNET_REFERENCE% %HPROSE_SRC% %HPROSE_INFO%
"%CSC%" -keyfile:HproseKeys.snk -out:dist\Hprose\Release\xamarintvos\Hprose.dll -define:dotNET4;dotNET45;MONO;Unity;Unity_iOS;ClientProfile -filealign:512 -target:library -noconfig -nowarn:1685 -nostdlib+ -optimize+ %DOTNET_REFERENCE% %HPROSE_SRC% %HPROSE_INFO%

echo start compile hprose for Xamarin.TVOS Debug
set DOTNET_PATH=%PRO_PATH%\Reference Assemblies\Microsoft\Framework\Xamarin.TVOS\v1.0
set DOTNET_REFERENCE=
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\mscorlib.dll"
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\System.Core.dll"
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\System.dll"
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\System.Runtime.Serialization.dll"
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\System.Numerics.dll"
"%CSC%" -keyfile:HproseKeys.snk -out:dist\Hprose.Client\Debug\xamarintvos\Hprose.Client.dll -define:dotNET4;dotNET45;MONO;Unity;Unity_iOS;ClientProfile;ClientOnly -filealign:512 -target:library -noconfig -nowarn:1685 -nostdlib+ -optimize+ -debug+ %DOTNET_REFERENCE% %HPROSE_SRC% %HPROSE_INFO%
"%CSC%" -keyfile:HproseKeys.snk -out:dist\Hprose\Debug\xamarintvos\Hprose.dll -define:dotNET4;dotNET45;MONO;Unity;Unity_iOS;ClientProfile -filealign:512 -target:library -noconfig -nowarn:1685 -nostdlib+ -optimize+ -debug+ %DOTNET_REFERENCE% %HPROSE_SRC% %HPROSE_INFO%

echo start compile hprose for Xamarin.WatchOS Release
set DOTNET_PATH=%PRO_PATH%\Reference Assemblies\Microsoft\Framework\Xamarin.WatchOS\v1.0
set DOTNET_REFERENCE=
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\mscorlib.dll"
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\System.Core.dll"
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\System.dll"
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\System.Runtime.Serialization.dll"
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\System.Numerics.dll"
"%CSC%" -keyfile:HproseKeys.snk -out:dist\Hprose.Client\Release\xamarinwatchos\Hprose.Client.dll -define:dotNET4;dotNET45;MONO;Unity;Unity_iOS;ClientProfile;ClientOnly -filealign:512 -target:library -noconfig -nowarn:1685 -nostdlib+ -optimize+ %DOTNET_REFERENCE% %HPROSE_SRC% %HPROSE_INFO%
"%CSC%" -keyfile:HproseKeys.snk -out:dist\Hprose\Release\xamarinwatchos\Hprose.dll -define:dotNET4;dotNET45;MONO;Unity;Unity_iOS;ClientProfile -filealign:512 -target:library -noconfig -nowarn:1685 -nostdlib+ -optimize+ %DOTNET_REFERENCE% %HPROSE_SRC% %HPROSE_INFO%

echo start compile hprose for Xamarin.WatchOS Debug
set DOTNET_PATH=%PRO_PATH%\Reference Assemblies\Microsoft\Framework\Xamarin.WatchOS\v1.0
set DOTNET_REFERENCE=
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\mscorlib.dll"
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\System.Core.dll"
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\System.dll"
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\System.Runtime.Serialization.dll"
set DOTNET_REFERENCE=%DOTNET_REFERENCE% -reference:"%DOTNET_PATH%\System.Numerics.dll"
"%CSC%" -keyfile:HproseKeys.snk -out:dist\Hprose.Client\Debug\xamarinwatchos\Hprose.Client.dll -define:dotNET4;dotNET45;MONO;Unity;Unity_iOS;ClientProfile;ClientOnly -filealign:512 -target:library -noconfig -nowarn:1685 -nostdlib+ -optimize+ -debug+ %DOTNET_REFERENCE% %HPROSE_SRC% %HPROSE_INFO%
"%CSC%" -keyfile:HproseKeys.snk -out:dist\Hprose\Debug\xamarinwatchos\Hprose.dll -define:dotNET4;dotNET45;MONO;Unity;Unity_iOS;ClientProfile -filealign:512 -target:library -noconfig -nowarn:1685 -nostdlib+ -optimize+ -debug+ %DOTNET_REFERENCE% %HPROSE_SRC% %HPROSE_INFO%

set CSC=c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Csc.exe

echo start compile hprose for Silverlight 2.0 Release
Expand Down
Binary file added nupkg/Hprose.1.5.2.nupkg
Binary file not shown.
Binary file added nupkg/Hprose.1.5.2.symbols.nupkg
Binary file not shown.
Binary file added nupkg/Hprose.Client.1.5.2.nupkg
Binary file not shown.
Binary file added nupkg/Hprose.Client.1.5.2.symbols.nupkg
Binary file not shown.

0 comments on commit c7d93ea

Please sign in to comment.