We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f0934 commit 3b89c53Copy full SHA for 3b89c53
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## CHANGE LOG
2
3
+### v6.0.3
4
+
5
+2014-01-06 #issue[40](https://github.com/qiniu/csharp-sdk/pull/40)
6
7
+- 添加pfop请求(DO)及状态查询接口(QueryPfopStatus)
8
9
### v6.0.2
10
11
2013-11-18 #issue[38](https://github.com/qiniu/csharp-sdk/pull/38)
Qiniu/Qiniu.csproj
@@ -75,6 +75,7 @@
75
<Compile Include="Util\StreamEx.cs" />
76
<Compile Include="Util\StringEx.cs" />
77
<Compile Include="PreFetch\PreFetchClient.cs" />
78
+ <Compile Include="RS\Pfop.cs" />
79
</ItemGroup>
80
<ItemGroup>
81
<Reference Include="Microsoft.CSharp" />
0 commit comments