Cqrs.Azure.Storage 5.2.2.69

dotnet add package Cqrs.Azure.Storage --version 5.2.2.69                
NuGet\Install-Package Cqrs.Azure.Storage -Version 5.2.2.69                
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="Cqrs.Azure.Storage" Version="5.2.2.69" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cqrs.Azure.Storage --version 5.2.2.69                
#r "nuget: Cqrs.Azure.Storage, 5.2.2.69"                
#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 Cqrs.Azure.Storage as a Cake Addin
#addin nuget:?package=Cqrs.Azure.Storage&version=5.2.2.69

// Install Cqrs.Azure.Storage as a Cake Tool
#tool nuget:?package=Cqrs.Azure.Storage&version=5.2.2.69                

Use Azure Blob and Table Storage as the read store and data store in CQRS.NET. This version is targeted at .net 4.7.2 using Azure.Data.Tables and Azure.Storage.Blobs version 12

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Cqrs.Azure.Storage:

Package Downloads
Cqrs.Ninject.Azure.Storage

Use Ninject as your IoC container of choice with Microsoft Azure Blob and Table Storage for CQRS.NET

Cqrs.DependencyInjection.Azure.Storage

Use MS DI as your IoC container of choice when using Azure Blob and Table Storage in CQRS.NET.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.2.2.69 145 11/2/2024
5.2.2.68 144 10/23/2024
5.2.2.67 162 10/22/2024
5.2.2.66 140 10/21/2024
5.2.2.65 167 10/20/2024
5.2.2.64 189 10/19/2024
5.2.2.63 149 10/17/2024
5.2.2.62 149 10/17/2024
5.2.2.61 167 10/17/2024
5.2.2.60 140 10/17/2024
5.2.2.59 146 10/17/2024
5.2.2.57 144 10/16/2024
5.2.2.56 140 10/10/2024
5.2.2.55 131 10/9/2024
5.2.2.54 170 10/8/2024
5.2.2.53 144 10/8/2024
5.2.2.50 142 10/7/2024
5.2.2.49 178 9/1/2024
5.2.1.48 205 9/1/2024
5.2.1.47 156 9/1/2024
5.2.0.46 153 7/13/2024
5.2.0.45 192 7/6/2024
5.1.0.44 4,411 1/19/2024
5.0.0.43 188 1/17/2024
5.0.0.42 185 1/15/2024
5.0.0.41 203 1/15/2024
5.0.0.40 189 1/15/2024
5.0.0.39 194 1/15/2024
5.0.0.38 204 1/14/2024
5.0.0.37 185 1/14/2024
5.0.0.36 153 1/13/2024
5.0.0.35 202 12/15/2023
5.0.0.34 200 12/10/2023
5.0.0.33 203 12/8/2023
5.0.0.32 263 11/19/2023
2.4.1639.856 961 8/17/2018
2.4.1622.842 974 6/29/2018
2.4.1621.841 858 6/24/2018
2.4.1619.839 970 6/24/2018
2.3.1595.820 1,096 3/29/2018
2.3.1584.809 981 3/20/2018
2.3.1583.808 932 3/20/2018
2.3.1581.806 945 3/15/2018
2.3.1580.805 969 3/8/2018
2.3.1579.804 869 3/8/2018
2.3.1572.797 999 2/19/2018
2.2.1466.702 916 9/18/2017
2.2.1440.678 925 8/1/2017
2.2.1428.666 928 7/25/2017
2.2.1410.652 937 7/23/2017
2.2.1405.647 911 7/21/2017

Version 5.2

* Added a wait to EventStore Save/SaveAsync so we are sure the event is retrievable.

Version 5.0

- Upgraded to Azure.Data.Tables and Azure.Storage.Blobs version 12