Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taoyouh committed Oct 17, 2017
1 parent 4402116 commit dc10fcb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
17 changes: 10 additions & 7 deletions Library/Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,26 @@
<TargetFramework>netstandard1.4</TargetFramework>
<PackageId>Zhaobang.FtpServer</PackageId>
<Authors>Zhaoquan Huang</Authors>
<Product>Ftp Server Library</Product>
<Product>FTP Server Library</Product>
<Description>A package for hosting an FTP server, with authenticating and file managing customizable. Go to project site for usage example or executable version.</Description>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Company>Zhaobang China</Company>
<PackageProjectUrl>https://github.com/ZhaobangChina/FtpServer</PackageProjectUrl>
<Copyright>Copyright (c) Zhaoquan Huang. All rights reserved</Copyright>
<Version>2.0.0-alpha3</Version>
<Version>2.0.0</Version>
<RootNamespace>Zhaobang.FtpServer</RootNamespace>
<AssemblyName>Zhaobang.FtpServer</AssemblyName>
<PackageLicenseUrl>https://github.com/ZhaobangChina/FtpServer/blob/master/LICENSE</PackageLicenseUrl>
<PackageReleaseNotes>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</PackageReleaseNotes>
<PackageReleaseNotes>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</PackageReleaseNotes>
<PackageTags>FTP</PackageTags>
<NeutralLanguage>en-US</NeutralLanguage>
<AssemblyVersion>2.0.0.3</AssemblyVersion>
<FileVersion>2.0.0.3</FileVersion>
<AssemblyVersion>2.0.0.4</AssemblyVersion>
<FileVersion>2.0.0.4</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
9 changes: 6 additions & 3 deletions Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
<AssemblyName>ftpserver</AssemblyName>
<RootNamespace>Zhaobang.FtpServer</RootNamespace>
<RuntimeIdentifiers>portable;win-x86;win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
<Version>2.0.0-alpha4</Version>
<AssemblyVersion>2.0.0.4</AssemblyVersion>
<FileVersion>2.0.0.4</FileVersion>
<Version>2.0.0</Version>
<AssemblyVersion>2.0.0.5</AssemblyVersion>
<FileVersion>2.0.0.5</FileVersion>
<Authors>Zhaoquan Huang</Authors>
<Company>Zhaobang China</Company>
<Product>FTP Server</Product>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit dc10fcb

Please sign in to comment.