Skip to content

Commit

Permalink
Merge pull request robinrodricks#169 from alpha9software/include_ftpc…
Browse files Browse the repository at this point in the history
…lient_interface

Include the IFtpClient interface in FluentFTP.csproj
  • Loading branch information
Harsh Gupta authored Aug 24, 2017
2 parents 7678126 + e3ae358 commit 6dc38f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FluentFTP/FluentFTP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
<Compile Include="Client\FtpClient_LowLevel.cs" />
<Compile Include="Helpers\FtpEvents.cs" />
<Compile Include="Helpers\FtpListParser.cs" />
<Compile Include="IFtpClient.cs" />
<Compile Include="Stream\FtpSslStream.cs" />
<Compile Include="Utils\FtpReflection.cs" />
<Compile Include="Utils\NET2Compatibility.cs" />
Expand Down

0 comments on commit 6dc38f4

Please sign in to comment.