-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
36 additions
and
31 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 |
---|---|---|
@@ -1,32 +1,37 @@ | ||
# JPush Library for .NET | ||
|
||
[![NuGet](https://img.shields.io/badge/NuGet-v1.0.7-blue.svg)](https://preview.nuget.org/packages/Jiguang.JPush/) | ||
|
||
由[极光](https://www.jiguang.cn/)官方支持的 JPush .NET API Client。 | ||
|
||
> 注意:**Jiguang.JPush** 为基于 .NET Standard 的重构版本,API 用法有较大改变,不兼容旧版本(**cn.jpush.api**),升级前请注意。 | ||
## Install | ||
|
||
- [NuGet](https://preview.nuget.org/packages/Jiguang.JPush/) | ||
- 手动添加 Jiguang.JPush.dll 依赖 | ||
|
||
## Documents | ||
|
||
[REST API documents](https://docs.jiguang.cn/jpush/server/push/server_overview/). | ||
|
||
## Support Frameworks | ||
|
||
基于 [.NET Standard 1.3](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard1.3.md)。 | ||
|
||
## Support | ||
|
||
[极光社区](https://community.jiguang.cn/) | ||
|
||
## Contribute | ||
|
||
Please contribute! [Look at the issues](https://github.com/jpush/jpush-api-csharp-client/issues). | ||
|
||
## License | ||
|
||
# JPush Library for .NET | ||
|
||
[![NuGet](https://img.shields.io/badge/NuGet-v1.0.8-blue.svg)](https://preview.nuget.org/packages/Jiguang.JPush/) | ||
|
||
由[极光](https://www.jiguang.cn/)官方支持的 JPush .NET API Client。 | ||
|
||
> 注意:**Jiguang.JPush** 为基于 .NET Standard 的重构版本,API 用法有较大改变,不兼容旧版本(**cn.jpush.api**),升级前请注意。 | ||
## Install | ||
|
||
- [NuGet](https://preview.nuget.org/packages/Jiguang.JPush/) | ||
- 手动添加 Jiguang.JPush.dll 依赖(在运行时可能会提示缺少其他的依赖,可根据提示安装)。 | ||
|
||
## Documents | ||
|
||
[REST API documents](https://docs.jiguang.cn/jpush/server/push/server_overview/). | ||
|
||
## Support Frameworks | ||
|
||
基于 [.NET Standard 1.1](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard1.1.md) 和 [.NET Standard 1.3](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard1.3.md)。 | ||
|
||
## Support | ||
|
||
[极光社区](https://community.jiguang.cn/) | ||
|
||
## FAQ | ||
|
||
1.如果调用异步方法时出现死锁,即一直没有返回 [HttpResponse](https://github.com/jpush/jsms-api-csharp-client/blob/v2-dev/Jiguang.JSMS/Model/HttpResponse.cs),可参考这篇[文章](https://blogs.msdn.microsoft.com/jpsanders/2017/08/28/asp-net-do-not-use-task-result-in-main-context/)。 | ||
|
||
|
||
## Contribute | ||
|
||
Please contribute! [Look at the issues](https://github.com/jpush/jpush-api-csharp-client/issues). | ||
|
||
## License | ||
|
||
MIT © [JiGuang](/license) |