MediaStash.Lib
1.0.5
See the version list below for details.
dotnet add package MediaStash.Lib --version 1.0.5
NuGet\Install-Package MediaStash.Lib -Version 1.0.5
<PackageReference Include="MediaStash.Lib" Version="1.0.5" />
paket add MediaStash.Lib --version 1.0.5
#r "nuget: MediaStash.Lib, 1.0.5"
// Install MediaStash.Lib as a Cake Addin #addin nuget:?package=MediaStash.Lib&version=1.0.5 // Install MediaStash.Lib as a Cake Tool #tool nuget:?package=MediaStash.Lib&version=1.0.5
Collection of models, abstractions, and providers to facilitate persistance to cloud services.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on MediaStash.Lib:
Package | Downloads |
---|---|
MediaStash.Azure
Extends the MediaStash.Lib and provides a default Azure integration. |
|
MediaStash.Amazon
Extends the MediaStash.Lib and provides AWS integration. |
GitHub repositories
This package is not used by any popular GitHub repositories.
-Added Extension method to assist with Notification event.
-Added notification event for stashing entire directories (including sub directories).
This means a complete count of files, total megabytes, and processed megabytes would be reported
after each record is processed.
-Updates to contracts and models to support changes.