DevelopmentHelpers.Storage.Core 4.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package DevelopmentHelpers.Storage.Core --version 4.0.0
NuGet\Install-Package DevelopmentHelpers.Storage.Core -Version 4.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DevelopmentHelpers.Storage.Core" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DevelopmentHelpers.Storage.Core --version 4.0.0
#r "nuget: DevelopmentHelpers.Storage.Core, 4.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DevelopmentHelpers.Storage.Core as a Cake Addin
#addin nuget:?package=DevelopmentHelpers.Storage.Core&version=4.0.0

// Install DevelopmentHelpers.Storage.Core as a Cake Tool
#tool nuget:?package=DevelopmentHelpers.Storage.Core&version=4.0.0

This library allows easier access to Azure Storage as well as Local directory sturcture. With few command you can upload or download entire sturucture to local or Azure storage.  Upgraded to use new SDK -- Azure.Storage.Blobs.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.11 80 5/31/2024
7.0.10 77 5/23/2024
7.0.9 71 5/23/2024
7.0.8 129 4/10/2024
7.0.7 87 2/16/2024
7.0.6 109 2/7/2024
7.0.5 91 1/29/2024
7.0.4 108 1/16/2024
7.0.3 129 12/26/2023
7.0.2 126 12/15/2023
7.0.1 100 12/15/2023
7.0.0 178 11/14/2023
6.0.5 159 10/23/2023
6.0.4 227 8/2/2023
6.0.3 122 7/27/2023
6.0.2 141 7/11/2023
6.0.1 144 6/22/2023
6.0.0 152 5/4/2023
5.0.3 183 4/27/2023
5.0.2 220 4/11/2023
5.0.1 251 2/22/2023
5.0.0 368 11/10/2022
4.0.11 327 11/10/2022
4.0.10 321 11/10/2022
4.0.9 435 9/6/2022
4.0.8 476 7/25/2022
4.0.7 424 7/25/2022
4.0.6 416 7/25/2022
4.0.5 446 7/14/2022
4.0.4 136 7/14/2022
4.0.3 533 3/24/2022
4.0.2 194 12/16/2021
4.0.1 155 12/16/2021
4.0.0 902 11/29/2021
3.0.3 582 10/15/2020
3.0.2 456 9/30/2020
3.0.1 429 9/29/2020
3.0.0 474 9/16/2020
2.0.2 604 7/8/2020
2.0.1 576 12/25/2019
2.0.0 496 12/25/2019
1.0.6 537 12/5/2019
1.0.5 635 6/2/2019
1.0.4 732 11/30/2018
1.0.3 761 11/12/2018
1.0.2 742 11/12/2018
1.0.1 724 11/12/2018
1.0.0 714 11/12/2018

Fix Download Container method.