Allen.Storage.Core
1.0.0.1
dotnet add package Allen.Storage.Core --version 1.0.0.1
NuGet\Install-Package Allen.Storage.Core -Version 1.0.0.1
<PackageReference Include="Allen.Storage.Core" Version="1.0.0.1" />
paket add Allen.Storage.Core --version 1.0.0.1
#r "nuget: Allen.Storage.Core, 1.0.0.1"
// Install Allen.Storage.Core as a Cake Addin
#addin nuget:?package=Allen.Storage.Core&version=1.0.0.1
// Install Allen.Storage.Core as a Cake Tool
#tool nuget:?package=Allen.Storage.Core&version=1.0.0.1
Using Hangfire to Implement a Seamless Storage Plan.
Separating specific storage infrastructures through abstract interfaces and using unified interfaces to implement different storage infrastructures(sftp,ftps,ftp,smb).
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- Hangfire.Core (>= 1.6.19)
-
.NETStandard 2.0
- Hangfire.Core (>= 1.6.19)
- System.Configuration.ConfigurationManager (>= 4.4.1)
- System.Threading.Tasks.Parallel (>= 4.3.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Allen.Storage.Core:
Package | Downloads |
---|---|
Allen.Storage.FtpClient
Using Hangfire to Implement a Seamless Storage Plan. Separating specific storage infrastructures through abstract interfaces and using unified interfaces to implement different storage infrastructures(sftp,ftps,ftp,smb). |
|
Allen.Storage.SmbClient
Using Hangfire to Implement a Seamless Storage Plan. Separating specific storage infrastructures through abstract interfaces and using unified interfaces to implement different storage infrastructures(sftp,ftps,ftp,smb). |
|
Allen.Storage.Bootstrapper
Using Hangfire to Implement a Seamless Storage Plan. Separating specific storage infrastructures through abstract interfaces and using unified interfaces to implement different storage infrastructures(sftp,ftps,ftp,smb). |
GitHub repositories
This package is not used by any popular GitHub repositories.
Using Hangfire to Implement a Seamless Storage Plan.
Separating specific storage infrastructures through abstract interfaces and using unified interfaces to implement different storage infrastructures(sftp,ftps,ftp,smb).
v1.0.0.1
Fixed serialization JSON log throws exceptions's bug.