Skip to content

Commit fd9d363

Browse files
author
fengyunhai
committed
版本更新v7.2.10,新增DLL文件签名
1 parent 8578c80 commit fd9d363

26 files changed

+530
-125
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
**2017-02-15**
2+
3+
最新版本v7.2.10,适用于.NET Framework 2.0+ , .NET Core 和 UWP
4+
5+
移除:移除`Qiniu.IO.SimpleUploader`
6+
7+
优化:部分细节优化
8+
9+
更新:User-Agent格式为`SDK_ALIAS/SDK_VERSION (RUNTIME; OS_DECRIPTION)`
10+
11+
更新:新增DLL文件签名
12+
13+
* * *
14+
115
**2017-02-13**
216

317
最新版本v7.2.9,适用于.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.9/index.html)
13+
* [SDK-reference HTML Online](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.10/index.html)
1414

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

2323
Or if you want to develop **UWP apps**, see example(s) given below.
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.9/index.html)
13+
* [HTML在线浏览](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.10/index.html)
1414

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

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

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

293 KB
Binary file not shown.

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

-288 KB
Binary file not shown.

doc/README.html

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,33 @@
99

1010
<h1 id="qiniu-cloud-c-sdk">Qiniu (Cloud) C# SDK</h1>
1111

12+
<div><div class="toc"><div class="toc">
13+
<ul>
14+
<li><a href="#关于">关于</a></li>
15+
<li><a href="#sdk文档">SDK文档</a></li>
16+
<li><a href="#如何安装">如何安装</a></li>
17+
<li><a href="#如何编译">如何编译</a></li>
18+
<li><a href="#api参考手册">API参考手册</a></li>
19+
<li><a href="#相关资源">相关资源</a></li>
20+
<li><a href="#贡献代码">贡献代码</a></li>
21+
<li><a href="#许可证">许可证</a></li>
22+
<li><a href="#附录">附录</a><ul>
23+
<li><a href="#速览net-core">速览.NET Core</a><ul>
24+
<li><a href="#1-创建">1. 创建</a></li>
25+
<li><a href="#2-发布">2. 发布</a></li>
26+
<li><a href="#3-执行">3. 执行</a></li>
27+
</ul>
28+
</li>
29+
<li><a href="#速览win10-uwp">速览Win10 UWP</a></li>
30+
</ul>
31+
</li>
32+
</ul>
33+
</li>
34+
</ul>
35+
</div>
36+
</div>
37+
</div>
38+
1239
<h2 id="关于">关于</h2>
1340

1441
<p>此 C# SDK 适用于.NET Framework 2.0+ , .NET Core 以及UWP(Windows 10 通用应用),基于七牛云API参考手册构建。使用此 SDK 构建您的网络应用程序,能让您以非常便捷地方式将数据安全地存储到七牛云存储上。无论您的网络应用是一个网站程序,还是包括从云端(服务端程序)到终端(手持设备应用)的架构的服务或应用,通过七牛云存储及其 SDK,都能让您应用程序的终端用户高速上传和下载,同时也让您的服务端更加轻盈。</p>
@@ -19,14 +46,14 @@ <h2 id="sdk文档">SDK文档</h2>
1946

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

22-
<ul><li><p><a href="http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.9/index.html" target="_blank">HTML在线浏览</a></p></li>
23-
<li><p><a href="http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.9.chm" target="_blank">CHM文件下载</a></p></li>
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>
2451
</ul>
2552

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

2855
<ul><li><p><a href="https://github.com/fengyhack/csharp-sdk-examples" target="_blank">github | csharp-sdk-examples</a></p></li>
29-
<li><p><a href="http://oiy037d6a.bkt.clouddn.com/csharp-sdk-man-v7.2.9/index.html" target="_blank">C# SDK使用指南 | 代码示例</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>
3057
</ul>
3158

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

doc/README.pdf

4.79 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.9 (.Net Core)",
2+
"title": "Qiniu (Cloud) C# SDK v7.2.10 (.Net Core)",
33
"copyright": "Copyright © 2017",
4-
"description": "Qiniu (Cloud) C# SDK v7.2.9 (.Net Core)",
5-
"version": "7.2.9-0",
4+
"description": "Qiniu (Cloud) C# SDK v7.2.10 (.Net Core)",
5+
"version": "7.2.10-0",
66
"dependencies": {
77
"NETStandard.Library": "1.6.0",
88
"Newtonsoft.Json": "9.0.1"

src/Qiniu.UnitTest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("7.2.9.0")]
36-
[assembly: AssemblyFileVersion("7.2.9.0")]
35+
[assembly: AssemblyVersion("7.2.10.0")]
36+
[assembly: AssemblyFileVersion("7.2.10.0")]

src/Qiniu.UnitTest/Qiniu.UnitTest.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
<StartupObject />
3939
</PropertyGroup>
4040
<ItemGroup>
41-
<Reference Include="Newtonsoft.Json">
41+
<Reference Include="nunit.framework, Version=3.6.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
42+
<HintPath>..\packages\NUnit.3.6.0\lib\net40\nunit.framework.dll</HintPath>
43+
<Private>True</Private>
44+
</Reference>
45+
<Reference Include="Qiniu">
4246
<HintPath>..\..\bin\net40\Qiniu.dll</HintPath>
4347
</Reference>
4448
<Reference Include="Newtonsoft.Json">
45-
<HintPath>..\bin\net40\Newtonsoft.Json.dll</HintPath>
46-
</Reference>
47-
<Reference Include="nunit.framework, Version=3.6.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
48-
<HintPath>..\bin\net40\nunit.framework.dll</HintPath>
49-
<Private>True</Private>
49+
<HintPath>..\..\bin\net40\Newtonsoft.Json.dll</HintPath>
5050
</Reference>
5151
<Reference Include="System" />
5252
<Reference Include="System.Core">

0 commit comments

Comments
 (0)