1- #Qiniu (Cloud) C# SDK
1+ # Qiniu (Cloud) C# SDK
22
33[ ![ 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 )] ( # )
44
55[ ![ 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.Shared ) [ ![ 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 )
66
7- ##关于
7+ ## 关于
88
99此 C# SDK 适用于.NET Framework 2.0+ , .NET Core 以及UWP(Windows 10 通用应用),基于七牛云API参考手册构建。使用此 SDK 构建您的网络应用程序,能让您以非常便捷地方式将数据安全地存储到七牛云存储上。无论您的网络应用是一个网站程序,还是包括从云端(服务端程序)到终端(手持设备应用)的架构的服务或应用,通过七牛云存储及其 SDK,都能让您应用程序的终端用户高速上传和下载,同时也让您的服务端更加轻盈。
1010
11- ##SDK文档
11+ ## SDK文档
1212
1313以下文档用于检索SDK接口、属性说明,它将有助于您理解SDK的结构。
1414
2222
2323* [ C# SDK使用指南 | 代码示例] ( http://oiy037d6a.bkt.clouddn.com/csharp-sdk-man-v7.2.15/index.html )
2424
25- ##如何安装
25+ ## 如何安装
2626
2727当前最新版本及最新改动同步在master分支。
2828
@@ -52,7 +52,7 @@ Install-Package Qiniu.Shared
5252git clone https://github.com/qiniu/csharp-sdk
5353```
5454
55- ##如何编译
55+ ## 如何编译
5656
5757推荐使用VS2013及以上版,根据目标平台选择对应的解决方案文件并打开:
5858
@@ -76,15 +76,15 @@ git clone https://github.com/qiniu/csharp-sdk
7676
7777编译其他版本时,如果` Qiniu ` 文件夹下有` project.json ` 或` project.lock.json ` ,请先删除。
7878
79- ##API参考手册
79+ ## API参考手册
8080
8181* [ 对象存储API参考手册] ( http://developer.qiniu.com/article/index.html#kodo-api-handbook )
8282
8383* [ 数据处理API参考手册] ( http://developer.qiniu.com/article/index.html#dora-api-handbook )
8484
8585* [ 融合CDN加速API参考手册] ( http://developer.qiniu.com/article/index.html#fusion-api-handbook )
8686
87- ##相关资源
87+ ## 相关资源
8888
8989如果您有任何关于我们文档或产品的建议和想法,欢迎到我们的技术论坛参与讨论。
9090
@@ -98,7 +98,7 @@ git clone https://github.com/qiniu/csharp-sdk
9898
9999* [ 常见问题] ( http://developer.qiniu.com/article/faqs/ )
100100
101- ##贡献代码
101+ ## 贡献代码
102102
1031031 . Fork
104104
@@ -111,25 +111,25 @@ git clone https://github.com/qiniu/csharp-sdk
1111115 . 然后到 github 网站的该 git 远程仓库的 my-new-feature 分支下发起 Pull Request
112112
113113
114- ##许可证
114+ ## 许可证
115115
116116Copyright (c) 2017 [ qiniu.com] ( www.qiniu.com )
117117
118118基于 MIT 协议发布:
119119
120120www.opensource.org/licenses/MIT
121121
122- ##附录
122+ ## 附录
123123
124- ###速览.NET Core
124+ ### 速览.NET Core
125125
126126下面是一个入门向导,如果您对如何创建及使用.NET Core程序还不太熟悉,可以参考;如果您已经比较熟悉,可以直接略过(或者也可以帮助我们改进^_ ^)。
127127
128128开始之前,您需要准备` dotnet ` 工具,参见https://github.com/dotnet/cli/
129129
130130以下步骤基本上都是在命令行终端下执行(如Windows的命令行控制台,Ubuntu/Mac的终端)。
131131
132- ####1 . 创建
132+ #### 1. 创建
133133
134134首先切换到您的项目工作目录,然后键入以下命令来创建一个新的项目:
135135
@@ -239,4 +239,4 @@ Win10 UWP是指“Windows 10 通用应用”,它和之前的.NET应用开发
239239 "win10-x64-aot" : {}
240240 }
241241}
242- ```
242+ ```
0 commit comments