Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
**2017-03-02**

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

修复:上传策略`PutPolicy`(位于`Qiniu.IO.Model`)补上fsizeMin字段

优化:JSON解析优化,开放JSON解析模块,可由用户自行定义

优化:`Qiniu.CDN`模块中一些优化,如urlSplit等优化

* * *

**2017-02-24**

最新版本v7.2.13,适用于.NET Framework 2.0+ , .NET Core 和 UWP
Expand Down
13 changes: 8 additions & 5 deletions README.en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#Qiniu (Cloud) C# SDK

[![Build Status](https://api.travis-ci.org/qiniu/csharp-sdk.png)](https://travis-ci.org/qiniu/csharp-sdk)
[![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)](#)

[![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)

##About

Expand All @@ -10,15 +12,16 @@ 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.13/index.html)
* [SDK-reference HTML Online](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.14/index.html)

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

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:

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

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

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

##How-to-install

Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#Qiniu (Cloud) C# SDK

[![Build Status](https://api.travis-ci.org/qiniu/csharp-sdk.png)](https://travis-ci.org/qiniu/csharp-sdk)
[![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)](#)

[![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)

##关于

Expand All @@ -10,15 +12,15 @@

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

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

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

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

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

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

##如何安装

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

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

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

```
Install-Package Qiniu.Shared
Expand Down
Binary file removed bin/qiniu-csharp-sdk-v7.2.13.zip
Binary file not shown.
Binary file added bin/qiniu-csharp-sdk-v7.2.14.zip
Binary file not shown.
Loading