-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Xamarin.TVOS and Xamarin.WatchOS support.
- Loading branch information
Showing
186 changed files
with
73 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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<[email protected]></owners> | ||
|
@@ -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. | ||
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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<[email protected]></owners> | ||
|
@@ -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. | ||
|
@@ -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" /> | ||
|
@@ -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" /> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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<[email protected]></owners> | ||
|
@@ -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. | ||
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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<[email protected]></owners> | ||
|
@@ -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. | ||
|
@@ -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" /> | ||
|
@@ -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> | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.