Skip to content

Commit 8702454

Browse files
authored
Merge pull request #158 from fengyhack/master
版本更新v7.2.14
2 parents 5967077 + 321a33b commit 8702454

Some content is hidden

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

57 files changed

+889
-309
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
**2017-03-02**
2+
3+
最新版本v7.2.14,适用于.NET Framework 2.0+ , .NET Core 和 UWP
4+
5+
修复:上传策略`PutPolicy`(位于`Qiniu.IO.Model`)补上fsizeMin字段
6+
7+
优化:JSON解析优化,开放JSON解析模块,可由用户自行定义
8+
9+
优化:`Qiniu.CDN`模块中一些优化,如urlSplit等优化
10+
11+
* * *
12+
113
**2017-02-24**
214

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

README.en-US.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#Qiniu (Cloud) C# SDK
22

3-
[![Build Status](https://api.travis-ci.org/qiniu/csharp-sdk.png)](https://travis-ci.org/qiniu/csharp-sdk)
3+
[![Documentation](https://img.shields.io/badge/Qiniu%20C%23%20SDK-Documentation-brightgreen.svg)](https://developer.qiniu.com/kodo/sdk/csharp) [![Supported](https://img.shields.io/badge/Supported-.NET2.0%2B%2F.NETCore%2FUWP-brightgreen.svg)](#)
4+
5+
[![GitHub release](https://img.shields.io/github/release/qiniu/csharp-sdk.svg?label=github)](https://github.com/qiniu/csharp-sdk/releases) [![Github Downloads](https://img.shields.io/github/downloads/qiniu/csharp-sdk/total.svg?colorB=aaaaff)](https://github.com/qiniu/csharp-sdk/releases) [![NuGet release](https://img.shields.io/nuget/v/Qiniu.Shared.svg?colorB=aa77ff)](https://www.nuget.org/packages/Qiniu) [![Travis](https://img.shields.io/travis/qiniu/csharp-sdk.svg)](https://travis-ci.org/qiniu/csharp-sdk) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/qiniu/csharp-sdk/master/LICENSE)
46

57
##About
68

@@ -10,15 +12,16 @@ This C# SDK is built based on Qiniu Cloud API (see below), and it can be used on
1012

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

13-
* [SDK-reference HTML Online](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.13/index.html)
15+
* [SDK-reference HTML Online](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.14/index.html)
1416

15-
* [SDK-reference CHM Offline](http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.13.chm)
17+
* [SDK-reference CHM Offline](http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.14.chm)
1618

1719
Want to know more about how to using this SDK? Are you trying to find some code examples based on this SDK? These examples (**UWP app** example included) or links below will be helpful:
1820

19-
* [github/csharp-sdk-shared-examples](https://github.com/qiniu/csharp-sdk/tree/master/examples)
21+
* [qiniu/csharp-sdk/examples](https://github.com/qiniu/csharp-sdk/tree/master/examples)
22+
23+
* [SDK manual | examples](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-man-v7.2.14/index.html)
2024

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

2326
##How-to-install
2427

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#Qiniu (Cloud) C# SDK
22

3-
[![Build Status](https://api.travis-ci.org/qiniu/csharp-sdk.png)](https://travis-ci.org/qiniu/csharp-sdk)
3+
[![Documentation](https://img.shields.io/badge/Qiniu%20C%23%20SDK-Documentation-brightgreen.svg)](https://developer.qiniu.com/kodo/sdk/csharp) [![Supported](https://img.shields.io/badge/Supported-.NET2.0%2B%2F.NETCore%2FUWP-brightgreen.svg)](#)
4+
5+
[![GitHub release](https://img.shields.io/github/release/qiniu/csharp-sdk.svg?label=github)](https://github.com/qiniu/csharp-sdk/releases) [![Github Downloads](https://img.shields.io/github/downloads/qiniu/csharp-sdk/total.svg?colorB=aaaaff)](https://github.com/qiniu/csharp-sdk/releases) [![NuGet release](https://img.shields.io/nuget/v/Qiniu.Shared.svg?colorB=aa77ff)](https://www.nuget.org/packages/Qiniu) [![Travis](https://img.shields.io/travis/qiniu/csharp-sdk.svg)](https://travis-ci.org/qiniu/csharp-sdk) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/qiniu/csharp-sdk/master/LICENSE)
46

57
##关于
68

@@ -10,15 +12,15 @@
1012

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

13-
* [HTML在线浏览](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.13/index.html)
15+
* [HTML在线浏览](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.14/index.html)
1416

15-
* [CHM文件下载](http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.13.chm)
17+
* [CHM文件下载](http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.14.chm)
1618

1719
以下链接提供了一些示例(包含**UWP应用**示例),参考这些示例可以帮助您更快熟悉如何使用这套SDK。
1820

19-
* [github | csharp-sdk-examples](https://github.com/qiniu/csharp-sdk/tree/master/examples)
21+
* [qiniu/csharp-sdk/examples](https://github.com/qiniu/csharp-sdk/tree/master/examples)
2022

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

2325
##如何安装
2426

@@ -36,7 +38,7 @@ Install-Package Newtonsoft.Json
3638

3739
**2. 包管理器(NuGet)安装**
3840

39-
或者从NuGet来安装,以Visual Studio 2013/2015为例,打开NuGet程序包管理器搜索Qiniu.Shared或者在控制台中键入以下命令
41+
或者从NuGet来安装,以Visual Studio 2013/2015为例,打开NuGet程序包管理器搜索`Qiniu.Shared`或者在控制台中键入以下命令
4042

4143
```
4244
Install-Package Qiniu.Shared

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

-307 KB
Binary file not shown.

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

312 KB
Binary file not shown.

0 commit comments

Comments
 (0)