Deque 1.0.1

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

// Install Deque as a Cake Tool
#tool nuget:?package=Deque&version=1.0.1

Binaries for the Deque library.
       Visit https://github.com/tejacques/Deque for an overview and usage examples.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  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.

This package has no dependencies.

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.0.1 4,889 10/7/2014
1.0.0 1,277 3/30/2014
0.1.1 1,181 12/11/2013

Version Release Notes:

       Version 1.0.1:
        - Fix a bug with AddBack where removeFront/AddFront

       Version 1.0.0:
        - Stable release
        - Fixed several bugs with inserting in bulk and iterating through the Deque

       Version 0.1.1:
        - Fix bug with inserting to a specific index.

       Version 0.1.0:
        - Changed target platform from .NET 3.5 to .NET 2.0
        - Added various runtime optimizations
        - Fixed several bugs
        - Added more test cases

       Version 0.0.1:
        - A lot of bug fixes
        - Added some basic test cases
        - Still not fully documented/tested -- Use at your own risk

       Version 0.0.0:
        - Basic structure and support
        - Not fully documented or tested