File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change 1- # Qiniu Resource (Cloud) Storage SDK for C#
2-
3- [ ![ Build Status] ( https://api.travis-ci.org/qiniu/csharp-sdk.png?branch=master )] ( https://travis-ci.org/qiniu/csharp-sdk )
4-
5- # 关于
6-
7- 此 C# SDK 适用于 .NET2.0 及以上版本,基于 [ 七牛云存储官方API] ( http://developer.qiniu.com/docs/v6/api/ ) 构建。使用此 SDK 构建您的网络应用程序,能让您以非常便捷地方式将数据安全地存储到七牛云存储上。无论您的网络应用是一个网站程序,还是包括从云端(服务端程序)到终端(手持设备应用)的架构的服务或应用,通过七牛云存储及其 SDK,都能让您应用程序的终端用户高速上传和下载,同时也让您的服务端更加轻盈。
8-
9- ## 使用
10-
11- 参考文档:[ 七牛云存储 C# SDK 使用指南] ( https://github.com/qiniu/csharp-sdk/blob/develop/ Docs/README.md)
12-
13- ## 贡献代码
14-
15- 1 . Fork
16- 2 . 创建您的特性分支 (` git checkout -b my-new-feature ` )
17- 3 . 提交您的改动 (` git commit -am 'Added some feature' ` )
18- 4 . 将您的修改记录提交到远程 ` git ` 仓库 (` git push origin my-new-feature ` )
19- 5 . 然后到 github 网站的该 ` git ` 远程仓库的 ` my-new-feature ` 分支下发起 Pull Request
20-
21- ## 许可证
22-
23- Copyright (c) 2014 qiniu.com
24-
25- 基于 MIT 协议发布:
26-
27- * [ www.opensource.org/licenses/MIT ] ( http://www.opensource.org/licenses/MIT )
1+ # Qiniu Resource (Cloud) Storage SDK for C#
2+
3+ [ ![ Build Status] ( https://api.travis-ci.org/qiniu/csharp-sdk.png?branch=master )] ( https://travis-ci.org/qiniu/csharp-sdk )
4+
5+ # 关于
6+
7+ 此 C# SDK 适用于 .NET2.0 及以上版本,基于 [ 七牛云存储官方API] ( http://developer.qiniu.com/docs/v6/api/ ) 构建。使用此 SDK 构建您的网络应用程序,能让您以非常便捷地方式将数据安全地存储到七牛云存储上。无论您的网络应用是一个网站程序,还是包括从云端(服务端程序)到终端(手持设备应用)的架构的服务或应用,通过七牛云存储及其 SDK,都能让您应用程序的终端用户高速上传和下载,同时也让您的服务端更加轻盈。
8+
9+ ## 使用
10+
11+ 参考文档:[ 七牛云存储 C# SDK 使用指南] ( Docs/README.md )
12+
13+ ## 贡献代码
14+
15+ 1 . Fork
16+ 2 . 创建您的特性分支 (` git checkout -b my-new-feature ` )
17+ 3 . 提交您的改动 (` git commit -am 'Added some feature' ` )
18+ 4 . 将您的修改记录提交到远程 ` git ` 仓库 (` git push origin my-new-feature ` )
19+ 5 . 然后到 github 网站的该 ` git ` 远程仓库的 ` my-new-feature ` 分支下发起 Pull Request
20+
21+ ## 许可证
22+
23+ Copyright (c) 2014 qiniu.com
24+
25+ 基于 MIT 协议发布:
26+
27+ * [ www.opensource.org/licenses/MIT ] ( http://www.opensource.org/licenses/MIT )
You can’t perform that action at this time.
0 commit comments