Skip to content

Commit 7f51157

Browse files
committed
版本更新v7.2.8,修复一个已知错误
修复:FormUploader上传文件出现"file is not specified in multipart"的错误
1 parent 0df26b6 commit 7f51157

File tree

7 files changed

+63
-202
lines changed

7 files changed

+63
-202
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
**2017-02-08**
2+
3+
最新版本v7.2.8,适用于.NET Framework 2.0+ , .NET Core 和 UWP
4+
5+
修复:FormUploader上传文件出现"file is not specified in multipart"的错误
6+
7+
* * *
8+
19
**2017-02-06**
210

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

README.en-US.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ This C# SDK is built based on Qiniu Cloud API (see below), and it can be used on
1010

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

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

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

1717
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:
1818

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

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

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

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

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

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

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

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

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

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

bin/qiniu-csharp-sdk-v7.2.7.zip

-288 KB
Binary file not shown.

bin/qiniu-csharp-sdk-v7.2.8.zip

288 KB
Binary file not shown.

src/Qiniu.NetCore/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"title": "Qiniu (Cloud) C# SDK v7.2.7 (.Net Core)",
2+
"title": "Qiniu (Cloud) C# SDK v7.2.8 (.Net Core)",
33
"copyright": "Copyright © 2017",
4-
"description": "Qiniu (Cloud) C# SDK v7.2.7 (.Net Core)",
5-
"version": "7.2.7-0",
4+
"description": "Qiniu (Cloud) C# SDK v7.2.8 (.Net Core)",
5+
"version": "7.2.8-0",
66
"dependencies": {
77
"NETStandard.Library": "1.6.0",
88
"Newtonsoft.Json": "9.0.1"

0 commit comments

Comments
 (0)