LiteX.Storage.Azure
1.0.0
See the version list below for details.
dotnet add package LiteX.Storage.Azure --version 1.0.0
NuGet\Install-Package LiteX.Storage.Azure -Version 1.0.0
<PackageReference Include="LiteX.Storage.Azure" Version="1.0.0" />
paket add LiteX.Storage.Azure --version 1.0.0
#r "nuget: LiteX.Storage.Azure, 1.0.0"
// Install LiteX.Storage.Azure as a Cake Addin
#addin nuget:?package=LiteX.Storage.Azure&version=1.0.0
// Install LiteX.Storage.Azure as a Cake Tool
#tool nuget:?package=LiteX.Storage.Azure&version=1.0.0
Coming soon...
This client library enables working with the Microsoft Azure Storage Blob service for storing binary data. Wrapper around the Azure Blob Storage to handle container instantiations for any type of application (ASP.NET Core, .Net Standard 2.x). A very simple .NET interface to blob storage and basic wrapper around the Azure Storage API.
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 | 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 |
-
.NETStandard 2.0
- LiteX.Storage.Core (>= 1.0.0)
- WindowsAzure.Storage (>= 9.1.1)
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 |
---|---|---|
9.0.0 | 620 | 4/3/2022 |
8.0.0 | 744 | 1/1/2021 |
7.1.0 | 2,217 | 4/3/2020 |
7.0.0 | 1,461 | 8/4/2019 |
6.4.0 | 1,991 | 1/31/2019 |
6.3.0 | 1,961 | 11/15/2018 |
6.2.0 | 705 | 10/10/2018 |
6.1.0 | 1,400 | 8/26/2018 |
6.0.0 | 754 | 7/22/2018 |
5.0.0 | 822 | 6/27/2018 |
4.1.0 | 889 | 6/16/2018 |
4.0.0 | 839 | 6/2/2018 |
3.0.0 | 898 | 5/7/2018 |
2.0.0 | 1,009 | 4/25/2018 |
1.0.1 | 910 | 4/22/2018 |
1.0.0 | 1,015 | 4/21/2018 |
Wrapper around the Azure Blob Storage to handle container instantiations for any type of application (ASP.NET Core, .Net Standard 2.x)