Skip to content

Commit 56292f4

Browse files
authored
Merge pull request #154 from fengyhack/master
新增LabMD5,修复UnixTimestamp计算的问题
2 parents ab023ac + bd05589 commit 56292f4

Some content is hidden

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

51 files changed

+16744
-108
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
**2017-02-24**
2+
3+
最新版本v7.2.12,适用于.NET Framework 2.0+ , .NET Core 和 UWP
4+
5+
新增:MD5哈希函数的3rdParty实现(避免FIPS问题)
6+
7+
修复:日期时间戳转换的bug(时间基准设置不对)
8+
9+
* * *
10+
111
**2017-02-16**
212

313
最新版本v7.2.11,适用于.NET Framework 2.0+ , .NET Core 和 UWP

README.en-US.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,16 @@ This C# SDK is built based on Qiniu Cloud API (see below), and it can be used on
1010

1111
You can have a better view of this SDK by checking the documnets given below:
1212

13-
* [SDK-reference HTML Online](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.11/index.html)
13+
* [SDK-reference HTML Online](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.12/index.html)
1414

15-
* [SDK-reference CHM Offline](http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.11.chm)
15+
* [SDK-reference CHM Offline](http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.12.chm)
1616

17-
Want to know more about how to using this SDK? Are you trying to find some code examples based on this SDK? These documents or links below will be helpful:
17+
Want to know more about how to using this SDK? Are you trying to find some code examples based on this SDK? These examples (**UWP app** example included) or links below will be helpful:
1818

19-
* [github/csharp-sdk-shared-examples](https://github.com/fengyhack/csharp-sdk-shared-examples)
19+
* [github/csharp-sdk-shared-examples](https://github.com/qiniu/csharp-sdk/tree/master/examples)
2020

2121
* [SDK manual | examples](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-man-v7.2.11/index.html)
2222

23-
Or if you want to develop **UWP apps**, see example(s) given below.
24-
25-
* [github | csharp-sdk-example-uwp](https://github.com/fengyhack/csharp-sdk-example-uwp)
26-
2723
##How-to-install
2824

2925
Releases can be found [here](https://github.com/fengyhack/csharp-sdk-shared/releases), choose the one you need and unzipped it, then add reference to the *.dll file in your project.

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,15 @@
1010

1111
以下文档用于检索SDK接口、属性说明,它将有助于您理解SDK的结构。
1212

13-
* [HTML在线浏览](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.11/index.html)
13+
* [HTML在线浏览](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.12/index.html)
1414

15-
* [CHM文件下载](http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.11.chm)
15+
* [CHM文件下载](http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.12.chm)
1616

17-
以下文档/链接提供一些基本示例,参考这些示例可以帮助您更快熟悉如何使用这套SDK。
17+
以下链接提供了一些示例(包含**UWP应用**示例),参考这些示例可以帮助您更快熟悉如何使用这套SDK。
1818

19-
* [github | csharp-sdk-examples](https://github.com/fengyhack/csharp-sdk-examples)
19+
* [github | csharp-sdk-examples](https://github.com/qiniu/csharp-sdk/tree/master/examples)
2020

21-
* [C# SDK使用指南 | 代码示例](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-man-v7.2.11/index.html)
22-
23-
如果您想开发**UWP应用**,您也可以参考如下示例。
24-
25-
* [github | csharp-sdk-example-uwp](https://github.com/fengyhack/csharp-sdk-example-uwp)
21+
* [C# SDK使用指南 | 代码示例](http://oiy037d6a.bkt.clouddn.com/csharp-sdk-man-v7.2.12/index.html)
2622

2723
##如何安装
2824

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

-295 KB
Binary file not shown.

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

307 KB
Binary file not shown.

doc/README.html

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ <h1 id="qiniu-cloud-c-sdk">Qiniu (Cloud) C# SDK</h1>
3636
</div>
3737
</div>
3838

39+
40+
3941
<h2 id="关于">关于</h2>
4042

4143
<p>此 C# SDK 适用于.NET Framework 2.0+ , .NET Core 以及UWP(Windows 10 通用应用),基于七牛云API参考手册构建。使用此 SDK 构建您的网络应用程序,能让您以非常便捷地方式将数据安全地存储到七牛云存储上。无论您的网络应用是一个网站程序,还是包括从云端(服务端程序)到终端(手持设备应用)的架构的服务或应用,通过七牛云存储及其 SDK,都能让您应用程序的终端用户高速上传和下载,同时也让您的服务端更加轻盈。</p>
@@ -46,19 +48,14 @@ <h2 id="sdk文档">SDK文档</h2>
4648

4749
<p>以下文档用于检索SDK接口、属性说明,它将有助于您理解SDK的结构。</p>
4850

49-
<ul><li><p><a href="http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.11/index.html" target="_blank">HTML在线浏览</a></p></li>
50-
<li><p><a href="http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.11.chm" target="_blank">CHM文件下载</a></p></li>
51-
</ul>
52-
53-
<p>以下文档/链接提供一些基本示例,参考这些示例可以帮助您更快熟悉如何使用这套SDK。</p>
54-
55-
<ul><li><p><a href="https://github.com/fengyhack/csharp-sdk-examples" target="_blank">github | csharp-sdk-examples</a></p></li>
56-
<li><p><a href="http://oiy037d6a.bkt.clouddn.com/csharp-sdk-man-v7.2.11/index.html" target="_blank">C# SDK使用指南 | 代码示例</a></p></li>
51+
<ul><li><p><a href="http://oiy037d6a.bkt.clouddn.com/csharp-sdk-ref-v7.2.12/index.html" target="_blank">HTML在线浏览</a></p></li>
52+
<li><p><a href="http://oiy037d6a.bkt.clouddn.com/QiniuCSharpSDK-Ref-v7.2.12.chm" target="_blank">CHM文件下载</a></p></li>
5753
</ul>
5854

59-
<p>如果您想开发<strong>UWP应用</strong>,您也可以参考如下示例</p>
55+
<p>以下链接提供一些示例(包含<strong>UWP</strong>示例),参考这些示例可以帮助您更快熟悉如何使用这套SDK</p>
6056

61-
<ul><li><a href="https://github.com/fengyhack/csharp-sdk-example-uwp" target="_blank">github | csharp-sdk-example-uwp</a></li>
57+
<ul><li><p><a href="https://github.com/qiniu/csharp-sdk/tree/master/examples" target="_blank">github | csharp-sdk-examples</a></p></li>
58+
<li><p><a href="http://oiy037d6a.bkt.clouddn.com/csharp-sdk-man-v7.2.12/index.html" target="_blank">C# SDK使用指南 | 代码示例</a></p></li>
6259
</ul>
6360

6461
<h2 id="如何安装">如何安装</h2>

doc/README.pdf

-861 Bytes
Binary file not shown.

examples/CHANGELOG.md

Whitespace-only changes.

examples/Examples.UWP.sln

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25420.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Qiniu.Examples.UWP", "Examples.UWP\Qiniu-Example-UWP.csproj", "{50714AB2-D3BA-4B80-92F3-E02D980CF346}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|ARM = Debug|ARM
11+
Debug|x64 = Debug|x64
12+
Debug|x86 = Debug|x86
13+
Release|ARM = Release|ARM
14+
Release|x64 = Release|x64
15+
Release|x86 = Release|x86
16+
EndGlobalSection
17+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18+
{50714AB2-D3BA-4B80-92F3-E02D980CF346}.Debug|ARM.ActiveCfg = Debug|ARM
19+
{50714AB2-D3BA-4B80-92F3-E02D980CF346}.Debug|ARM.Build.0 = Debug|ARM
20+
{50714AB2-D3BA-4B80-92F3-E02D980CF346}.Debug|ARM.Deploy.0 = Debug|ARM
21+
{50714AB2-D3BA-4B80-92F3-E02D980CF346}.Debug|x64.ActiveCfg = Debug|x64
22+
{50714AB2-D3BA-4B80-92F3-E02D980CF346}.Debug|x64.Build.0 = Debug|x64
23+
{50714AB2-D3BA-4B80-92F3-E02D980CF346}.Debug|x64.Deploy.0 = Debug|x64
24+
{50714AB2-D3BA-4B80-92F3-E02D980CF346}.Debug|x86.ActiveCfg = Debug|x86
25+
{50714AB2-D3BA-4B80-92F3-E02D980CF346}.Debug|x86.Build.0 = Debug|x86
26+
{50714AB2-D3BA-4B80-92F3-E02D980CF346}.Debug|x86.Deploy.0 = Debug|x86
27+
{50714AB2-D3BA-4B80-92F3-E02D980CF346}.Release|ARM.ActiveCfg = Release|ARM
28+
{50714AB2-D3BA-4B80-92F3-E02D980CF346}.Release|ARM.Build.0 = Release|ARM
29+
{50714AB2-D3BA-4B80-92F3-E02D980CF346}.Release|ARM.Deploy.0 = Release|ARM
30+
{50714AB2-D3BA-4B80-92F3-E02D980CF346}.Release|x64.ActiveCfg = Release|x64
31+
{50714AB2-D3BA-4B80-92F3-E02D980CF346}.Release|x64.Build.0 = Release|x64
32+
{50714AB2-D3BA-4B80-92F3-E02D980CF346}.Release|x64.Deploy.0 = Release|x64
33+
{50714AB2-D3BA-4B80-92F3-E02D980CF346}.Release|x86.ActiveCfg = Release|x86
34+
{50714AB2-D3BA-4B80-92F3-E02D980CF346}.Release|x86.Build.0 = Release|x86
35+
{50714AB2-D3BA-4B80-92F3-E02D980CF346}.Release|x86.Deploy.0 = Release|x86
36+
EndGlobalSection
37+
GlobalSection(SolutionProperties) = preSolution
38+
HideSolutionNode = FALSE
39+
EndGlobalSection
40+
EndGlobal

examples/Examples.UWP/App.xaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Application
2+
x:Class="QiniuExampleUWP.App"
3+
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5+
xmlns:local="using:QiniuExampleUWP"
6+
RequestedTheme="Light">
7+
8+
</Application>

0 commit comments

Comments
 (0)