SimpleCqrs.EventStore.AzureTable
0.1.5-beta
See the version list below for details.
dotnet add package SimpleCqrs.EventStore.AzureTable --version 0.1.5-beta
NuGet\Install-Package SimpleCqrs.EventStore.AzureTable -Version 0.1.5-beta
<PackageReference Include="SimpleCqrs.EventStore.AzureTable" Version="0.1.5-beta" />
paket add SimpleCqrs.EventStore.AzureTable --version 0.1.5-beta
#r "nuget: SimpleCqrs.EventStore.AzureTable, 0.1.5-beta"
// Install SimpleCqrs.EventStore.AzureTable as a Cake Addin #addin nuget:?package=SimpleCqrs.EventStore.AzureTable&version=0.1.5-beta&prerelease // Install SimpleCqrs.EventStore.AzureTable as a Cake Tool #tool nuget:?package=SimpleCqrs.EventStore.AzureTable&version=0.1.5-beta&prerelease
Implementation of the IEventStore interface for the SimpleCQRS library that uses Azure Table Storage as the 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. |
-
- 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.5 - Fixed some nuget reference problems. Nothing should really be different but updated the package none the less.
0.1.4 - Updated Nuget packages.
0.1.3 - Wrapped the latest version check into a Try Catch for cases where it's a brand new event store.
0.1.2 - Updated Nuget Packages.
0.1.1 - Updated package references to latest AzureCloudTableContext.Api
0.1.0 - Initial Beta Release