Metadata >> NuGet >> Deque

Deque

Metadata

Authors Tom Jacques
Copyrights Copyright 2013
Description Binaries for the Deque library. Visit https://github.com/tejacques/Deque for an overview and usage examples.
LicenseUrl https://github.com/tejacques/Deque/blob/master/LICENSE
Owners Tom Jacques
ProjectUrl https://github.com/tejacques/Deque/
ReleaseNotes 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
RequireLicenseAcceptance False
Summary An open source helper library for generic Deques.
Tags Deque Dequeue Push Pop Stack Queue Double-Ended-Queue
Title Deque
PackageSize 22563
PackageHashAlgorithm SHA512
PackageHash vywnSzk9G8dhR1j59F2z6H+EOyL4bzxJyQC/00IHdnTW2yAqqBcG6nCURREI+Jyjnl+DFpfyDrxPBXa7U66DQQ==
DownloadCount 000000
CreatedDate 2014-10-07T01:53:59

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Deque -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Deque -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Deque
Installing the package (HTTP Basic authentication):
Install-Package Deque -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Deque -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Deque

OpenWrap

Installing the package:
o add-wrap Deque
Uninstalling the package:
o remove-wrap Deque

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.1
1.0.0
0.1.1
0.1.0
0.0.1
0.0.0