-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# 1fichier | ||
Dotnet SDK for 1fichier.com | ||
|
||
[![Build status](https://ci.appveyor.com/api/projects/status/6mbrmme08gfcb9lj?svg=true)](https://ci.appveyor.com/project/sanjusss/1fichier-sdk) | ||
[![GitHub license](https://img.shields.io/github/license/sanjusss/1fichier.SDK.svg)](https://github.com/sanjusss/1fichier.SDK/blob/master/LICENSE) | ||
[![GitHub tag](https://img.shields.io/github/tag/sanjusss/1fichier.SDK.svg)](https://github.com/sanjusss/1fichier.SDK/tags) | ||
[![GitHub downloads](https://img.shields.io/github/downloads/sanjusss/1fichier.SDK/total.svg?label=GitHub%20downloads)](https://github.com/sanjusss/1fichier.SDK/releases) | ||
[![NuGet](https://img.shields.io/nuget/v/1fichier.SDK.svg?label=NuGet)](https://www.nuget.org/packages/1fichier.SDK/) | ||
[![NuGet Downloads](https://img.shields.io/nuget/dt/1fichier.SDK.svg?label=NuGet%20downloads)](https://www.nuget.org/packages/1fichier.SDK/) | ||
|
||
# 安装 | ||
运行 | ||
``` | ||
Install-Package 1fichier.SDK | ||
``` | ||
或 [点击打开下载页](https://github.com/sanjusss/1fichier.SDK/releases/latest) | ||
|
||
# 使用 | ||
[参考测试用例](https://github.com/sanjusss/1fichier.SDK/blob/master/1fichier.SDK.Test/ClientTest.cs) |