Skip to content

Commit 5c9b8b5

Browse files
authored
Merge pull request #150 from fengyhack/master
版本更新v7.2.11,新增MSTest for UWP
2 parents c480550 + 9366238 commit 5c9b8b5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+17100
-110
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
**2017-02-16**
2+
3+
最新版本v7.2.11,适用于.NET Framework 2.0+ , .NET Core 和 UWP
4+
5+
新增:适用于UWP的MSTest单元测试
6+
7+
修复:FormUploader.UploadDataAsync()的已知bug
8+
9+
修复:Qiniu.Util.UrlHelper中URL拆分函数的bug
10+
11+
* * *
12+
113
**2017-02-15**
214

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

README.en-US.md

Lines changed: 4 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.10/index.html)
13+
* [SDK-reference HTML Online](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.11/index.html)
1414

15-
* [SDK-reference CHM Offline](http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.10.chm)
15+
* [SDK-reference CHM Offline](http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.11.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.10/index.html)
21+
* [SDK manual | examples](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-man-v7.2.11/index.html)
2222

2323
Or if you want to develop **UWP apps**, see example(s) given below.
2424

@@ -53,6 +53,7 @@ Suppose you are using Visual Studio(VS2013 and higher versions are strongly reco
5353
| Windows10 UWP | Qiniu.UWP.sln |
5454
| All the above | Qiniu.ALL_VER.sln |
5555
| UnitTest(NUnit) | Qiniu.UnitTest.sln |
56+
| UnitTest(for UWP) | Qiniu.MSTest.sln |
5657

5758
**Some details about building NetCore/UWP projects**
5859

README.md

Lines changed: 4 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.10/index.html)
13+
* [HTML在线浏览](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.11/index.html)
1414

15-
* [CHM文件下载](http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.10.chm)
15+
* [CHM文件下载](http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.11.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.10/index.html)
21+
* [C# SDK使用指南 | 代码示例](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-man-v7.2.11/index.html)
2222

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

@@ -69,6 +69,7 @@ git clone https://github.com/qiniu/csharp-sdk
6969
| Win10 UWP| Qiniu.UWP.sln |
7070
| 以上全部 | Qiniu.ALL_VER.sln |
7171
| 单元测试(NUnit) | Qiniu.UnitTest.sln |
72+
| 单元测试(for UWP) | Qiniu.MSTest.sln |
7273

7374
**注意**
7475

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

-293 KB
Binary file not shown.

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

295 KB
Binary file not shown.

doc/README.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,21 @@ <h2 id="sdk文档">SDK文档</h2>
4646

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

49-
<ul><li><p><a href="http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.10/index.html" target="_blank">HTML在线浏览</a></p></li>
50-
<li><p><a href="http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.10.chm" target="_blank">CHM文件下载</a></p></li>
49+
<ul><li><p><a href="http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.11/index.html" target="_blank">HTML在线浏览</a></p></li>
50+
<li><p><a href="http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.11.chm" target="_blank">CHM文件下载</a></p></li>
5151
</ul>
5252

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

5555
<ul><li><p><a href="https://github.com/fengyhack/csharp-sdk-examples" target="_blank">github | csharp-sdk-examples</a></p></li>
56-
<li><p><a href="http://oiy037d6a.bkt.clouddn.com/csharp-sdk-man-v7.2.10/index.html" target="_blank">C# SDK使用指南 | 代码示例</a></p></li>
56+
<li><p><a href="http://oiy037d6a.bkt.clouddn.com/csharp-sdk-man-v7.2.11/index.html" target="_blank">C# SDK使用指南 | 代码示例</a></p></li>
5757
</ul>
5858

5959
<p>如果您想开发<strong>UWP应用</strong>,您也可以参考如下示例。</p>
6060

6161
<ul><li><a href="https://github.com/fengyhack/csharp-sdk-example-uwp" target="_blank">github | csharp-sdk-example-uwp</a></li>
6262
</ul>
6363

64-
65-
6664
<h2 id="如何安装">如何安装</h2>
6765

6866
<p>当前最新版本及最新改动同步在master分支。</p>

doc/README.pdf

0 Bytes
Binary file not shown.

src/Qiniu.MSTest.sln

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25420.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Qiniu.MSTest", "Qiniu.MSTest\Qiniu.MSTest.csproj", "{766DB66F-659B-4AB1-8142-65E7F462EEE6}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|ARM = Debug|ARM
11+
Debug|x64 = Debug|x64
12+
Debug|x86 = Debug|x86
13+
Release|ARM = Release|ARM
14+
Release|x64 = Release|x64
15+
Release|x86 = Release|x86
16+
EndGlobalSection
17+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18+
{766DB66F-659B-4AB1-8142-65E7F462EEE6}.Debug|ARM.ActiveCfg = Debug|ARM
19+
{766DB66F-659B-4AB1-8142-65E7F462EEE6}.Debug|ARM.Build.0 = Debug|ARM
20+
{766DB66F-659B-4AB1-8142-65E7F462EEE6}.Debug|ARM.Deploy.0 = Debug|ARM
21+
{766DB66F-659B-4AB1-8142-65E7F462EEE6}.Debug|x64.ActiveCfg = Debug|x64
22+
{766DB66F-659B-4AB1-8142-65E7F462EEE6}.Debug|x64.Build.0 = Debug|x64
23+
{766DB66F-659B-4AB1-8142-65E7F462EEE6}.Debug|x64.Deploy.0 = Debug|x64
24+
{766DB66F-659B-4AB1-8142-65E7F462EEE6}.Debug|x86.ActiveCfg = Debug|x86
25+
{766DB66F-659B-4AB1-8142-65E7F462EEE6}.Debug|x86.Build.0 = Debug|x86
26+
{766DB66F-659B-4AB1-8142-65E7F462EEE6}.Debug|x86.Deploy.0 = Debug|x86
27+
{766DB66F-659B-4AB1-8142-65E7F462EEE6}.Release|ARM.ActiveCfg = Release|ARM
28+
{766DB66F-659B-4AB1-8142-65E7F462EEE6}.Release|ARM.Build.0 = Release|ARM
29+
{766DB66F-659B-4AB1-8142-65E7F462EEE6}.Release|ARM.Deploy.0 = Release|ARM
30+
{766DB66F-659B-4AB1-8142-65E7F462EEE6}.Release|x64.ActiveCfg = Release|x64
31+
{766DB66F-659B-4AB1-8142-65E7F462EEE6}.Release|x64.Build.0 = Release|x64
32+
{766DB66F-659B-4AB1-8142-65E7F462EEE6}.Release|x64.Deploy.0 = Release|x64
33+
{766DB66F-659B-4AB1-8142-65E7F462EEE6}.Release|x86.ActiveCfg = Release|x86
34+
{766DB66F-659B-4AB1-8142-65E7F462EEE6}.Release|x86.Build.0 = Release|x86
35+
{766DB66F-659B-4AB1-8142-65E7F462EEE6}.Release|x86.Deploy.0 = Release|x86
36+
EndGlobalSection
37+
GlobalSection(SolutionProperties) = preSolution
38+
HideSolutionNode = FALSE
39+
EndGlobalSection
40+
EndGlobal
1.4 KB
Loading
7.52 KB
Loading

0 commit comments

Comments
 (0)