From dc10fcbbcd6c24d55ad1580c814cdc4dddd026e2 Mon Sep 17 00:00:00 2001 From: "Huang, Zhaoquan" Date: Tue, 17 Oct 2017 14:54:09 +0800 Subject: [PATCH] 2.0.0 --- Library/Library.csproj | 17 ++++++++++------- Server/Server.csproj | 9 ++++++--- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/Library/Library.csproj b/Library/Library.csproj index 19ee1a9..8c6289c 100644 --- a/Library/Library.csproj +++ b/Library/Library.csproj @@ -4,23 +4,26 @@ netstandard1.4 Zhaobang.FtpServer Zhaoquan Huang - Ftp Server Library + FTP Server Library A package for hosting an FTP server, with authenticating and file managing customizable. Go to project site for usage example or executable version. true Zhaobang China https://github.com/ZhaobangChina/FtpServer Copyright (c) Zhaoquan Huang. All rights reserved - 2.0.0-alpha3 + 2.0.0 Zhaobang.FtpServer Zhaobang.FtpServer https://github.com/ZhaobangChina/FtpServer/blob/master/LICENSE - 2.0.0 alpha-3: Add extensibility for supporting more protocals, bug fix and improvements -2.0.0 alpha-2: Add support of IPv6, support LIST command for a file -2.0.0 alpha: Changed class structure for better extensibility + 2.0.0: +Add extensibility for supporting more protocals +Add support of IPv6 +Support LIST command for a file +Structure in 1.0.0 are changed for better extensibility +Bug fix FTP en-US - 2.0.0.3 - 2.0.0.3 + 2.0.0.4 + 2.0.0.4 diff --git a/Server/Server.csproj b/Server/Server.csproj index 9016fed..83a9cb1 100644 --- a/Server/Server.csproj +++ b/Server/Server.csproj @@ -6,9 +6,12 @@ ftpserver Zhaobang.FtpServer portable;win-x86;win-x64;osx-x64;linux-x64 - 2.0.0-alpha4 - 2.0.0.4 - 2.0.0.4 + 2.0.0 + 2.0.0.5 + 2.0.0.5 + Zhaoquan Huang + Zhaobang China + FTP Server