Skip to content

Commit 3910aec

Browse files
committed
update version
1 parent ae8c596 commit 3910aec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Qiniu/Qiniu.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PropertyGroup>
2828
<PostBuildEvent>
2929
</PostBuildEvent>
30-
<Version>7.4.0</Version>
30+
<Version>8.0.0</Version>
3131
<Company>Shanghai Qiniu Information Technology Co., Ltd.</Company>
3232
<Description>Qiniu Resource (Cloud) Storage SDK for C#</Description>
3333
</PropertyGroup>

src/QiniuTests/CDN/CdnManagerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public void GetCdnLogListTest()
253253
{
254254
Mac mac = new Mac(AccessKey, SecretKey);
255255
CdnManager manager = new CdnManager(mac);
256-
string day = "2021-07-12";
256+
string day = DateTime.Now.ToString("yyyy-MM-dd"); ;
257257
string[] domains = new string[] { Domain};
258258
LogListResult ret = manager.GetCdnLogList(domains, day);
259259
if (ret.Code != (int)HttpCode.OK)

0 commit comments

Comments
 (0)