SimpleCqrs.EventStore.AzureTable
0.1.2-beta
This is a prerelease version of SimpleCqrs.EventStore.AzureTable.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package SimpleCqrs.EventStore.AzureTable --version 0.1.2-beta
NuGet\Install-Package SimpleCqrs.EventStore.AzureTable -Version 0.1.2-beta
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="SimpleCqrs.EventStore.AzureTable" Version="0.1.2-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleCqrs.EventStore.AzureTable --version 0.1.2-beta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SimpleCqrs.EventStore.AzureTable, 0.1.2-beta"
#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 SimpleCqrs.EventStore.AzureTable as a Cake Addin #addin nuget:?package=SimpleCqrs.EventStore.AzureTable&version=0.1.2-beta&prerelease // Install SimpleCqrs.EventStore.AzureTable as a Cake Tool #tool nuget:?package=SimpleCqrs.EventStore.AzureTable&version=0.1.2-beta&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Implementation of the IEventStore interface for the SimpleCQRS library that uses Azure Table Storage as the backend. This is a separate library and is NOT written by the SimpleCqrs authors. It merely extends the SimpleCqrs library to leverage Azure Table Storage as an Event Store backend.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- AzureCloudTableContext (>= 2.0.0-beta)
- Microsoft.WindowsAzure.ConfigurationManager (>= 2.0.1)
- ServiceStack.Text (>= 3.9.44)
- SimpleCqrs (>= 1.0.0)
- WindowsAzure.Storage (>= 2.0.5.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 |
---|---|---|
0.1.8-beta | 1,174 | 11/4/2013 |
0.1.7-beta | 1,029 | 10/26/2013 |
0.1.6-beta | 1,075 | 10/1/2013 |
0.1.5-beta | 1,056 | 9/6/2013 |
0.1.4-beta | 1,082 | 9/6/2013 |
0.1.3-beta | 1,049 | 9/6/2013 |
0.1.2-beta | 893 | 8/3/2013 |
0.1.1-beta | 975 | 6/5/2013 |
0.1.2 - Updated Nuget packages.
0.1.1 - Updated package references to latest AzureCloudTableContext.Api
0.1.0 - Initial Beta Release