diff --git a/Roadie.Api.Library.Tests/Roadie.Library.Tests.csproj b/Roadie.Api.Library.Tests/Roadie.Library.Tests.csproj index 9260251..f651be8 100644 --- a/Roadie.Api.Library.Tests/Roadie.Library.Tests.csproj +++ b/Roadie.Api.Library.Tests/Roadie.Library.Tests.csproj @@ -21,10 +21,10 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers diff --git a/Roadie.Api.Library/Roadie.Library.csproj b/Roadie.Api.Library/Roadie.Library.csproj index 7299bed..a5a11b2 100644 --- a/Roadie.Api.Library/Roadie.Library.csproj +++ b/Roadie.Api.Library/Roadie.Library.csproj @@ -7,44 +7,46 @@ Roadie.Library https://github.com/sphildreth/roadie true + 1.0.1 - - - - + + + + - + - - + + + - - - - - + + + + + - + - - - - + + + + - + diff --git a/Roadie.Api.Library/Roadie.Library.nuspec b/Roadie.Api.Library/Roadie.Library.nuspec index 9ab01d1..eb6fdfc 100644 --- a/Roadie.Api.Library/Roadie.Library.nuspec +++ b/Roadie.Api.Library/Roadie.Library.nuspec @@ -2,7 +2,7 @@ $id$ - 1.0.1-pre + $version$ $title$ $author$ false diff --git a/Roadie.Api.Library/Utility/FtpHelper.cs b/Roadie.Api.Library/Utility/FtpHelper.cs index 508597a..beb13eb 100644 --- a/Roadie.Api.Library/Utility/FtpHelper.cs +++ b/Roadie.Api.Library/Utility/FtpHelper.cs @@ -19,7 +19,7 @@ namespace Roadie.Library.Utility foreach (var item in client.GetListing(ftpDirectory, FtpListOption.Recursive)) switch (item.Type) { - case FtpFileSystemObjectType.File: + case FtpObjectType.File: foundFiles.Add(item.FullName); break; } diff --git a/Roadie.Api.Services/Roadie.Api.Services.csproj b/Roadie.Api.Services/Roadie.Api.Services.csproj index a0df08e..2080b53 100644 --- a/Roadie.Api.Services/Roadie.Api.Services.csproj +++ b/Roadie.Api.Services/Roadie.Api.Services.csproj @@ -5,14 +5,15 @@ AnyCPU;x64 https://github.com/sphildreth/roadie true + 1.0.1 - - + + - - + + diff --git a/Roadie.Api/Roadie.Api.csproj b/Roadie.Api/Roadie.Api.csproj index 8139686..a6fef79 100644 --- a/Roadie.Api/Roadie.Api.csproj +++ b/Roadie.Api/Roadie.Api.csproj @@ -31,30 +31,30 @@ - - - - - - - - - + + + + + + + + + - - - - - + + + + + - + - - + +