SimpleCqrs.EventStore.AzureTable 0.1.7-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.
dotnet add package SimpleCqrs.EventStore.AzureTable --version 0.1.7-beta
                    
NuGet\Install-Package SimpleCqrs.EventStore.AzureTable -Version 0.1.7-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.7-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SimpleCqrs.EventStore.AzureTable" Version="0.1.7-beta" />
                    
Directory.Packages.props
<PackageReference Include="SimpleCqrs.EventStore.AzureTable" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SimpleCqrs.EventStore.AzureTable --version 0.1.7-beta
                    
#r "nuget: SimpleCqrs.EventStore.AzureTable, 0.1.7-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.
#addin nuget:?package=SimpleCqrs.EventStore.AzureTable&version=0.1.7-beta&prerelease
                    
Install SimpleCqrs.EventStore.AzureTable as a Cake Addin
#tool nuget:?package=SimpleCqrs.EventStore.AzureTable&version=0.1.7-beta&prerelease
                    
Install SimpleCqrs.EventStore.AzureTable as a Cake Tool

Implementation of the IEventStore interface for the SimpleCQRS library that uses Azure Table Storage as the backend.

Product 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.

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,350 11/4/2013
0.1.7-beta 1,204 10/26/2013
0.1.6-beta 1,250 10/1/2013
0.1.5-beta 1,229 9/6/2013
0.1.4-beta 1,255 9/6/2013
0.1.3-beta 1,222 9/6/2013
0.1.2-beta 1,007 8/3/2013
0.1.1-beta 1,089 6/5/2013

0.1.7-beta -- Upgraded nuget packages as well as some cosmetic changes to the code.

0.1.6-beta -- Upgraded some nuget package references.

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