FastDFS 1.0.4

dotnet add package FastDFS --version 1.0.4
                    
NuGet\Install-Package FastDFS -Version 1.0.4
                    
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.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FastDFS" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="FastDFS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FastDFS --version 1.0.4
                    
#r "nuget: FastDFS, 1.0.4"
                    
#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.
#addin nuget:?package=FastDFS&version=1.0.4
                    
Install FastDFS as a Cake Addin
#tool nuget:?package=FastDFS&version=1.0.4
                    
Install FastDFS as a Cake Tool

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 217 7/15/2014
1.0.3 71 7/14/2014
1.0.2 65 7/11/2014
1.0.1 71 4/22/2014
1.0.0 84 4/22/2014