Skip to content

Release v6.1.0 #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 47 commits into from
Feb 18, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
eca6b22
fix
icattlecoder Oct 16, 2013
9f853b0
fix
icattlecoder Oct 16, 2013
2961568
Merge pull request #34 from icattlecoder/feature/newmkfile
longshanksmo Oct 17, 2013
a982882
fix universalTime
icattlecoder Oct 23, 2013
eaf487c
Merge pull request #35 from icattlecoder/hotfix/unixtime
longshanksmo Oct 23, 2013
bdc668c
CSharp=>C#
icattlecoder Nov 8, 2013
8dc8f2e
CSharp = > C#
icattlecoder Nov 8, 2013
267e636
Merge pull request #36 from icattlecoder/bugfix/docs
longshanksmo Nov 8, 2013
b067cad
add pfop
icattlecoder Nov 18, 2013
d109f6a
add pfop
icattlecoder Nov 18, 2013
ab98e6e
fix
icattlecoder Nov 22, 2013
7c093c4
fix returnBody bug
icattlecoder Dec 3, 2013
50a47dc
fix dll
icattlecoder Dec 5, 2013
bc9b73f
fix
icattlecoder Dec 6, 2013
1bcf3ce
Add Title for docs/README.md.
BluntBlade Dec 10, 2013
a7ecdfb
add prefetch
icattlecoder Dec 11, 2013
1655adc
fix
icattlecoder Dec 11, 2013
0643a59
fix
icattlecoder Dec 12, 2013
2bb6b7f
add new dll
icattlecoder Dec 12, 2013
283573b
fix
icattlecoder Dec 12, 2013
a5ae7f8
Merge pull request #39 from BluntBlade/develop
xushiwei Dec 13, 2013
1797a58
Fix putExtra
icattlecoder Jan 2, 2014
e508c34
rollback
icattlecoder Jan 2, 2014
485a0f8
fix
icattlecoder Jan 2, 2014
8cfd4f1
fix rsf
icattlecoder Jan 2, 2014
902594b
Fix:
icattlecoder Jan 2, 2014
281a147
update dll
icattlecoder Jan 2, 2014
5edbe5a
Merge pull request #38 from icattlecoder/feature/pfop
longshanksmo Jan 2, 2014
347be42
add pfop feature
icattlecoder Jan 6, 2014
03f0934
add Qiniu.dll
icattlecoder Jan 6, 2014
3b89c53
fix csproj
icattlecoder Jan 6, 2014
574e345
fix Qiniu.dll
icattlecoder Jan 6, 2014
b8d8122
fix key urlencode
icattlecoder Jan 6, 2014
7b5a028
condition complie
icattlecoder Feb 15, 2014
e91b9e6
fix
icattlecoder Feb 15, 2014
a79d69e
fix
icattlecoder Feb 15, 2014
abbb6bc
fix makefile
icattlecoder Feb 15, 2014
6242354
fix
icattlecoder Feb 17, 2014
a43da28
fix
icattlecoder Feb 17, 2014
27a9d99
fix
icattlecoder Feb 17, 2014
ae5a0a9
support NET2.0,NET3.5,NET4.0
icattlecoder Feb 18, 2014
ffdd48e
fix
icattlecoder Feb 18, 2014
6d60199
fix
icattlecoder Feb 18, 2014
c6caed3
Merge pull request #40 from icattlecoder/feature/pfop
xushiwei Feb 18, 2014
43026de
Update CHANGELOG.md
xushiwei Feb 18, 2014
55006a4
Update CHANGELOG.md
xushiwei Feb 18, 2014
4150e7d
Update CHANGELOG.md
xushiwei Feb 18, 2014
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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
*.swp
*.suo

TestResult.xml
test-results
csharp-sdk.userprefs
Qiniu.LocalTest
*.userprefs

bin
obj
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
## CHANGE LOG

### v6.0.1
### v6.1.0

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

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

### v6.0.0

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

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