Skip to content

Commit

Permalink
Merge pull request #118 from fengyhack/master
Browse files Browse the repository at this point in the history
重写版本,更新至v7.2.2
  • Loading branch information
fengyhack committed Jan 10, 2017
2 parents 3bc25b4 + 0ef936e commit 8a68f2b
Show file tree
Hide file tree
Showing 174 changed files with 14,405 additions and 44,372 deletions.
120 changes: 120 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,123 @@
**2017-01-10**

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

更新:HTTP模块现在可以加入请求Header内容。

* * *

**2017-01-09**

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

更新:函数命名风格统一,部分细节修改。

* * *

**2017-01-06**

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

新增:`Qiniu.RS`模块增加`Bucket`功能,用于获取某bucket的属性信息。

修改:.NET Framework 4.0版本Http请求管理器改回HttpWebRequest/HttpWebResponse方式。

* * *

**2017-01-05**

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

优化项目结构。

* * *

**2017-01-03**

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

修复部分细节BUG

更新CR.Date至2017

* * *

**2016-12-30**

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

已发布至NuGet,请搜索`Qiniu.Shared`

* * *

**2016-12-30**

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

优化:HTTP返回消息(`HttpResult`)的对象复制操作(`Shadow`)中,参考信息(`RefText`)被正确叠加。

* * *

**2016-12-29**

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

新增:HTTP请求的返回消息(`HttpResult`)中加入参考代码(`RefCode`)和参考信息(`RefInfo`)

新增:断点/分片上传(`ResumableUploader`)加入CRC32校验及重试逻辑(参见`UploadFileAdvanced`的说明)

* * *

**2016-12-27**

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

* * *

**2016-12-22**

最新版本v7.1.0.0,适用于.NET Framework 4.0+ 和.NET Core

新增:HTTPS支持(CDN/Fusion模块除外)

* * *

**2016-12-14**

最新版本v7.1.0.0,适用于.NET Framework 4.0+ 和.NET Core

新增:Fusion模块中增加HotLink("时间戳防盗链"功能)

新增:UrlHelper增加URL分析(Host,Path,File,Query分拆)

* * *

**2016-12-12**

最新版本v7.1.0.0,适用于.NET Framework 4.0+ 和.NET Core

新增:增加代码文档

* * *

**2016-12-08**

最新版本v7.1.0.0,适用于.NET Framework 4.0+ 和.NET Core

新增:优化代码易读性

* * *

**2016-12-07**

最新版本v7.1.0.0,适用于.NET Framework 4.0+ 和.NET Core

新特性:.NET Framework 4.0+和.NET Core共用一套代码

新增:更新文件生命周期(BucketManager.UpdateLifecycle)

* * *

**2016-12-01**

最新版本v7.0.0.5
Expand Down
Binary file removed Docs/SDK使用指南v1.0.pdf
Binary file not shown.
Binary file removed Docs/imgs/Auth.png
Binary file not shown.
Binary file removed Docs/imgs/BucketManager.png
Binary file not shown.
Binary file removed Docs/imgs/FormUploader.png
Binary file not shown.
Binary file removed Docs/imgs/HttpManager.png
Binary file not shown.
Binary file removed Docs/imgs/PutPolicy.png
Binary file not shown.
Binary file removed Docs/imgs/ResumeUploader.png
Binary file not shown.
Binary file removed Docs/imgs/SDKdg.png
Binary file not shown.
Binary file removed Docs/imgs/UploadManager.png
Binary file not shown.
Binary file removed Docs/imgs/pfop.png
Binary file not shown.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Jemy Graw
Copyright (c) 2017 http://fengyh.cn/

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
51 changes: 0 additions & 51 deletions Qiniu.Test/BucketManagerTest.cs

This file was deleted.

119 changes: 0 additions & 119 deletions Qiniu.Test/FormUploaderTest.cs

This file was deleted.

39 changes: 0 additions & 39 deletions Qiniu.Test/FusionManagerTest.cs

This file was deleted.

0 comments on commit 8a68f2b

Please sign in to comment.