RingBuffer 1.5.1

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

// Install RingBuffer as a Cake Tool
#tool nuget:?package=RingBuffer&version=1.5.1

High performance classic ring/circular buffer (with optional .NET BCL System.IO.Stream interface) for byte data.
Packaged as a portable class library (PCL).

Asynchronous I/O from streams is supported to boost performance.

Supports concurrent reading and writing, and overwriting (optional).

There are no supported framework assets in this 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
1.5.1 37,226 10/17/2014
1.4.0 1,324 9/4/2014

Hotfix.