Skip to content

Commit d4a0c92

Browse files
authored
Merge pull request #171 from jemygraw/master
refractor the csharp sdk
2 parents 68f6038 + 8e33ced commit d4a0c92

File tree

213 files changed

+4666
-71193
lines changed

Some content is hidden

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

213 files changed

+4666
-71193
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ obj/
2727
[Rr]elease*/
2828
_ReSharper*/
2929
[Tt]est[Rr]esult*
30+
/src/packages
31+
/packages
32+
/bin

.travis.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,7 @@ install:
66

77
before_script:
88

9-
- export QINIU_ACCESS_KEY="QWYn5TFQsLLU1pL5MFEmX3s5DmHdUThav9WyOWOm"
10-
- export QINIU_SECRET_KEY="Bxckh6FA-Fbs9Yt3i3cbKVK22UPBmAOHJcL95pGz"
11-
- export QINIU_BUCKET_1="csharpsdk"
12-
- export QINIU_BUCKET_2="csharpsdk"
13-
- export FILE_KEY_1="test-file-1"
14-
- export FILE_KEY_2="test-file-2"
15-
- export LOCAL_FILE_1="1.txt"
16-
- export LOCAL_FILE_2="1.jpg"
17-
- export TEST_DOMAIN="csharpsdk.qiniudn.com"
18-
- export TEST_URL1="http://img.ivsky.com/img/tupian/pre/201610/09/beifang_shanlin_xuejing-001.jpg"
19-
- export TEST_URL2="http://DOMAIN.COM/DIR1/DIR2/FILE?QUERY"
9+
- export isTravisTest=true
2010

2111
script:
2212

Makefile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
build-and-test:
22

3-
#mkdir bin
4-
53
cp tools/net40/Newtonsoft.Json.dll bin
64
cp tools/net40/nunit.framework.dll bin
7-
cp tools/files/1.txt bin
8-
cp tools/files/1.jpg bin
5+
cp tools/files/* bin
6+
97

10-
xbuild Qiniu.Net40.Travis.sln
8+
xbuild src/Qiniu.sln
119

12-
nunit-console bin/Qiniu.UnitTest.dll
10+
nunit-console bin/QiniuTests.dll

Qiniu.Net40.Travis.sln

Lines changed: 0 additions & 27 deletions
This file was deleted.

README.en-US.md

Lines changed: 0 additions & 232 deletions
This file was deleted.

bin/qiniu-csharp-sdk-v7.2.15.zip

-313 KB
Binary file not shown.

0 commit comments

Comments
 (0)