Skip to content

Commit 9786b4f

Browse files
author
Hevin
committed
Merge branch 'v2-dev' into v2
2 parents bf596a1 + 4fb8afd commit 9786b4f

File tree

1 file changed

+36
-31
lines changed

1 file changed

+36
-31
lines changed

README.md

Lines changed: 36 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,37 @@
1-
# JPush Library for .NET
2-
3-
[![NuGet](https://img.shields.io/badge/NuGet-v1.0.7-blue.svg)](https://preview.nuget.org/packages/Jiguang.JPush/)
4-
5-
[极光](https://www.jiguang.cn/)官方支持的 JPush .NET API Client。
6-
7-
> 注意:**Jiguang.JPush** 为基于 .NET Standard 的重构版本,API 用法有较大改变,不兼容旧版本(**cn.jpush.api**),升级前请注意。
8-
9-
## Install
10-
11-
- [NuGet](https://preview.nuget.org/packages/Jiguang.JPush/)
12-
- 手动添加 Jiguang.JPush.dll 依赖
13-
14-
## Documents
15-
16-
[REST API documents](https://docs.jiguang.cn/jpush/server/push/server_overview/).
17-
18-
## Support Frameworks
19-
20-
基于 [.NET Standard 1.3](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard1.3.md)
21-
22-
## Support
23-
24-
[极光社区](https://community.jiguang.cn/)
25-
26-
## Contribute
27-
28-
Please contribute! [Look at the issues](https://github.com/jpush/jpush-api-csharp-client/issues).
29-
30-
## License
31-
1+
# JPush Library for .NET
2+
3+
[![NuGet](https://img.shields.io/badge/NuGet-v1.0.8-blue.svg)](https://preview.nuget.org/packages/Jiguang.JPush/)
4+
5+
[极光](https://www.jiguang.cn/)官方支持的 JPush .NET API Client。
6+
7+
> 注意:**Jiguang.JPush** 为基于 .NET Standard 的重构版本,API 用法有较大改变,不兼容旧版本(**cn.jpush.api**),升级前请注意。
8+
9+
## Install
10+
11+
- [NuGet](https://preview.nuget.org/packages/Jiguang.JPush/)
12+
- 手动添加 Jiguang.JPush.dll 依赖(在运行时可能会提示缺少其他的依赖,可根据提示安装)。
13+
14+
## Documents
15+
16+
[REST API documents](https://docs.jiguang.cn/jpush/server/push/server_overview/).
17+
18+
## Support Frameworks
19+
20+
基于 [.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)
21+
22+
## Support
23+
24+
[极光社区](https://community.jiguang.cn/)
25+
26+
## FAQ
27+
28+
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/)
29+
30+
31+
## Contribute
32+
33+
Please contribute! [Look at the issues](https://github.com/jpush/jpush-api-csharp-client/issues).
34+
35+
## License
36+
3237
MIT © [JiGuang](/license)

0 commit comments

Comments
 (0)