Skip to content

Commit

Permalink
Exposing configuration from ftpclient
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkeh9 committed Nov 22, 2016
1 parent b93980e commit eb66fc1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.1.7-{build}
version: 1.1.8-{build}
pull_requests:
do_not_increment_build_number: true
configuration: Release
Expand Down
2 changes: 1 addition & 1 deletion src/CoreFtp/FtpClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class FtpClient : IDisposable

private readonly IDnsResolver dnsResolver;
private IDirectoryProvider directoryProvider;
private readonly FtpClientConfiguration configuration;
public FtpClientConfiguration configuration { get; }
public ILogger Logger { get; set; }
internal IEnumerable<string> Features { get; set; }
internal Socket commandSocket { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/CoreFtp/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "CoreFTP",
"version": "1.1.7-*",
"version": "1.1.8-*",
"copyright": "Nick Briscoe 2016",
"language": "en",
"packOptions": {
Expand Down
2 changes: 1 addition & 1 deletion tests/CoreFtp.Tests.Integration/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"Microsoft.Extensions.Logging.Debug": "1.0.0",
"xunit": "2.2.0-beta3-build3402",
"AsyncFriendlyStackTrace": "1.4.1",
"FluentAssertions": "4.16.0"
"FluentAssertions": "4.17.0"
},
"testRunner": "xunit",
"frameworks": {
Expand Down

0 comments on commit eb66fc1

Please sign in to comment.