FastDFS 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package FastDFS --version 1.0.1
NuGet\Install-Package FastDFS -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FastDFS" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FastDFS --version 1.0.1
#r "nuget: FastDFS, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FastDFS as a Cake Addin
#addin nuget:?package=FastDFS&version=1.0.1

// Install FastDFS as a Cake Tool
#tool nuget:?package=FastDFS&version=1.0.1

FastDFS是一个开源的轻量级分布式文件系统。它解决了大数据量存储和负载均衡等问题。特别适合以中小文件(建议范围:4KB < file_size <500MB)为载体的在线服务,如相册网站、视频网站等等。

环境要求:>= .Net Framework 4

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 9,988 7/15/2014
1.0.3 1,365 7/14/2014
1.0.2 1,217 7/11/2014
1.0.1 1,437 4/22/2014
1.0.0 1,539 4/22/2014

1.修改编译选项目标平台为AnyCPU。