diff --git a/README.en-US.md b/README.en-US.md index 6293f708..3d2f703c 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -20,6 +20,10 @@ Want to know more about how to using this SDK? Are you trying to find some code * [SDK manual | examples](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-man-v7.2.7/index.html) +Or if you want to develop **UWP apps**, the demo given below will do some help: + +* [github | csharp-sdk-example-uwp](https://github.com/fengyhack/csharp-sdk-example-uwp) + ##How-to-install Releases can be found [here](https://github.com/fengyhack/csharp-sdk-shared/releases), choose the one you need and unzipped it, then add reference to the *.dll file in your project. diff --git a/README.md b/README.md index 2e434dab..585d138e 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ * [C# SDK使用指南 | 代码示例](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-man-v7.2.7/index.html) +如果您想开发**UWP应用**,您也可以参考如下示例: + +* [github | csharp-sdk-example-uwp](https://github.com/fengyhack/csharp-sdk-example-uwp) + ##如何安装 当前最新版本及最新改动同步在master分支。