Skip to content

Commit

Permalink
初始化文档。
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjusss committed Feb 14, 2019
1 parent ae7d0ea commit d21677c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
1 change: 1 addition & 0 deletions 1fichier.SDK.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B5130C47-C9BE-4138-A816-561B8EE62259}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
README.md = README.md
EndProjectSection
EndProject
Global
Expand Down
4 changes: 3 additions & 1 deletion 1fichier.SDK/1fichier.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
<Version>0.1.0</Version>
<Authors>sanjusss</Authors>
<Company />
<PackageLicenseUrl>https://github.com/sanjusss/1fichier.SDK/blob/master/LICENSE</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/sanjusss/1fichier.SDK</PackageProjectUrl>
<RepositoryUrl>https://github.com/sanjusss/1fichier.SDK</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Copyright>©sanjusss, 2019</Copyright>
<AssemblyVersion>0.1.0.0</AssemblyVersion>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
<Description>Dotnet SDK for 1fichier.com.</Description>
<PackageReleaseNotes>增加上传文件和列文件夹的功能。</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
19 changes: 17 additions & 2 deletions README.md
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)

0 comments on commit d21677c

Please sign in to comment.