Journalist.WindowsAzure.Storage 0.8.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Journalist.WindowsAzure.Storage --version 0.8.4
NuGet\Install-Package Journalist.WindowsAzure.Storage -Version 0.8.4
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="Journalist.WindowsAzure.Storage" Version="0.8.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Journalist.WindowsAzure.Storage --version 0.8.4
#r "nuget: Journalist.WindowsAzure.Storage, 0.8.4"
#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 Journalist.WindowsAzure.Storage as a Cake Addin
#addin nuget:?package=Journalist.WindowsAzure.Storage&version=0.8.4

// Install Journalist.WindowsAzure.Storage as a Cake Tool
#tool nuget:?package=Journalist.WindowsAzure.Storage&version=0.8.4

An abstraction library for Windows Azure storage library.

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on Journalist.WindowsAzure.Storage:

Package Downloads
Journalist.EventStore

Eventsourcing friendly eventstore for windows azure storage.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.20.0 3,991 10/13/2017
0.19.0 2,700 9/15/2017
0.18.0 1,397 9/5/2017
0.17.0 1,190 9/4/2017
0.16.1 1,911 7/18/2017
0.16.0 2,719 5/2/2017
0.15.3 1,206 3/4/2017
0.15.2 4,112 11/25/2016
0.15.1 1,228 11/23/2016
0.15.0 1,236 11/16/2016
0.14.1 1,248 11/11/2016
0.14.0 1,231 11/11/2016
0.13.6 1,523 11/4/2016
0.13.5 1,507 11/3/2016
0.13.4 1,251 10/24/2016
0.13.3 1,190 10/21/2016
0.13.2 1,170 10/21/2016
0.13.1 1,546 7/28/2016
0.13.0 1,288 7/28/2016
0.12.0 1,595 7/27/2016
0.11.0 1,450 7/26/2016
0.10.0 1,238 7/25/2016
0.9.7 1,222 7/19/2016
0.9.6 1,403 3/12/2016
0.9.5 1,411 2/2/2016
0.9.4 1,263 1/28/2016
0.9.3 1,031 1/25/2016
0.9.2 1,280 12/30/2015
0.9.1 1,237 12/29/2015
0.9.0 1,282 12/12/2015
0.8.5 1,393 9/2/2015
0.8.4 1,827 8/12/2015
0.8.3 1,542 8/10/2015
0.8.2 1,598 8/9/2015
0.8.1 1,678 8/9/2015
0.8.0 1,612 8/8/2015
0.7.4 1,492 7/21/2015
0.7.3 1,256 7/8/2015
0.7.2 1,209 7/8/2015
0.7.1 1,261 7/8/2015
0.7.0 1,878 7/7/2015
0.6.9 1,357 7/6/2015
0.6.8 1,317 7/1/2015
0.6.7 1,292 6/30/2015
0.6.6 1,272 6/29/2015
0.6.5 1,239 6/29/2015
0.6.4 1,255 6/25/2015
0.6.3 1,252 6/24/2015
0.6.2 1,221 6/24/2015
0.6.1 1,310 6/24/2015
0.6.0 1,264 6/23/2015
0.5.0 1,275 6/19/2015
0.4.0 1,278 6/17/2015
0.3.1 1,295 6/15/2015
0.3.0 1,298 6/11/2015
0.2.0 1,277 6/11/2015
0.1.0 1,294 6/9/2015
0.0.2 1,271 6/9/2015
0.0.1 1,288 6/8/2015

[EventStore][New] EventJournal support reader streams.
[WAZ.Storage][New] CloudQueue getting messages operation accept visibility timeout parameter.
[WAZ.Storage][New] CloudQueue getting messages operation accept message count parameter.
[WAZ.Storage][New] CloudTable expose and accept table continuation token.
[EventStore][Improvment] Consumer can start reading from the end of streams.
[EventStore][Improvment] Retry notification delivery timeout.
[EventStore][Improvment] Journal commit reader version methods skip update when version are equal.
[EventStore][Breaking] Notification listener starts reading stream from the end.
[EventStore][Breaking] EventJournal.ReadStreamReaderPositionAsync throw exception, if reader is not registered.
[EventStore][Breaking] Consumer creations methods with EventStreamConsumerId parameter were removed.
[EventStore][Breaking] Notifications address by listener type instead of consumer identifier.
[EventStore][Breaking] Journal commit reader version method throws when passed version is less then existing.
[EventStore][BugFix] Consumer initialize reader only in leader state.