Skip to content

Commit b1161e6

Browse files
committed
Merge pull request #37 from qiniu/develop
Release v6.1.0
2 parents 6a3af4e + 4150e7d commit b1161e6

Some content is hidden

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

43 files changed

+1817
-1171
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
*.swp
33
*.suo
44

5+
TestResult.xml
56
test-results
6-
csharp-sdk.userprefs
7+
Qiniu.LocalTest
8+
*.userprefs
79

810
bin
911
obj

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
## CHANGE LOG
22

3-
### v6.0.1
3+
### v6.1.0
44

5-
2013-09-28 #issue[28](https://github.com/qiniu/csharp-sdk/pull/28)
5+
2014-02-18 issue [#37](https://github.com/qiniu/csharp-sdk/pull/37)
66

7+
- 添加pfop请求(DO)及状态查询接口(QueryPfopStatus)
8+
- 添加NET2.0、NET3.5、NET4.0支持
9+
- 向PutPolicy类中添加pfop等有关的字段,添加callbody格式验证,fixed returnUrl,callbackUrl不能同时指定的特性,fixed returnUrl,returnBody需要同时指定或不指定特性。添加putPolicy 的JSON字符串的单元测试
710
- 修复Qiniu.RS.Entry实例化时的逻辑判断错误
811
- 修复断点续传时会自动对key做urlEncode导致key不一致的错误
912

1013
### v6.0.0
1114

12-
2013-07-30 #issue[17](https://github.com/qiniu/csharp-sdk/pull/17)
15+
2013-07-30 issue [#17](https://github.com/qiniu/csharp-sdk/pull/17)
1316

1417
- 开发环境支持Xamarin,Mono
1518
- 增加tools,包含Json库,nunit.framework.dll

0 commit comments

Comments
 (0)