Skip to content

Commit

Permalink
Merge branch 'v2-dev' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hevin committed Sep 18, 2017
2 parents bf596a1 + 4fb8afd commit 9786b4f
Showing 1 changed file with 36 additions and 31 deletions.
67 changes: 36 additions & 31 deletions README.md
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)

0 comments on commit 9786b4f

Please sign in to comment.