Skip to content

Commit

Permalink
Merge pull request #141 from fengyhack/master
Browse files Browse the repository at this point in the history
版本更新v7.2.8,修复一个已知问题
  • Loading branch information
fengyhack committed Feb 8, 2017
2 parents 7772c49 + 7f51157 commit 388e750
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 202 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
**2017-02-08**

最新版本v7.2.8,适用于.NET Framework 2.0+ , .NET Core 和 UWP

修复:FormUploader上传文件出现"file is not specified in multipart"的错误

* * *

**2017-02-06**

最新版本v7.2.7,适用于.NET Framework 2.0+ , .NET Core 和 UWP
Expand Down
6 changes: 3 additions & 3 deletions README.en-US.md
Expand Up @@ -10,15 +10,15 @@ This C# SDK is built based on Qiniu Cloud API (see below), and it can be used on

You can have a better view of this SDK by checking the documnets given below:

* [SDK-reference HTML Online](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.7/index.html)
* [SDK-reference HTML Online](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.8/index.html)

* [SDK-reference CHM Offline](http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.7.chm)
* [SDK-reference CHM Offline](http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.8.chm)

Want to know more about how to using this SDK? Are you trying to find some code examples based on this SDK? These documents or links below will be helpful:

* [github/csharp-sdk-shared-examples](https://github.com/fengyhack/csharp-sdk-shared-examples)

* [SDK manual | examples](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-man-v7.2.7/index.html)
* [SDK manual | examples](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-man-v7.2.8/index.html)

Or if you want to develop **UWP apps**, the demo given below will do some help:

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -10,15 +10,15 @@

以下文档用于检索SDK接口、属性说明,它将有助于您理解SDK的结构。

* [HTML在线浏览](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.7/index.html)
* [HTML在线浏览](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.8/index.html)

* [CHM文件下载](http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.7.chm)
* [CHM文件下载](http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.8.chm)

以下文档/链接提供一些基本示例,参考这些示例可以帮助您更快熟悉如何使用这套SDK。

* [github | csharp-sdk-examples](https://github.com/fengyhack/csharp-sdk-examples)

* [C# SDK使用指南 | 代码示例](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-man-v7.2.7/index.html)
* [C# SDK使用指南 | 代码示例](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-man-v7.2.8/index.html)

如果您想开发**UWP应用**,您也可以参考如下示例:

Expand Down
Binary file removed bin/qiniu-csharp-sdk-v7.2.7.zip
Binary file not shown.
Binary file added bin/qiniu-csharp-sdk-v7.2.8.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions src/Qiniu.NetCore/project.json
@@ -1,8 +1,8 @@
{
"title": "Qiniu (Cloud) C# SDK v7.2.7 (.Net Core)",
"title": "Qiniu (Cloud) C# SDK v7.2.8 (.Net Core)",
"copyright": "Copyright © 2017",
"description": "Qiniu (Cloud) C# SDK v7.2.7 (.Net Core)",
"version": "7.2.7-0",
"description": "Qiniu (Cloud) C# SDK v7.2.8 (.Net Core)",
"version": "7.2.8-0",
"dependencies": {
"NETStandard.Library": "1.6.0",
"Newtonsoft.Json": "9.0.1"
Expand Down

0 comments on commit 388e750

Please sign in to comment.