VDS.Common 1.5.0

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

// Install VDS.Common as a Cake Tool
#tool nuget:?package=VDS.Common&version=1.5.0

A library containing useful data structures like Trees, Tries, Sparse Arrays, Bloom Filters and indexing tailored dictionaries.

Product Compatible and additional computed target framework versions.
.NET Framework net35-client is compatible.  net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on VDS.Common:

Repository Stars
BrightstarDB/BrightstarDB
This is the core development repository for BrightstarDB.
ark-mod/ArkBot
ARK Survival Evolved application that monitors and extracts data from local ARK servers and exposes this data through a Web App, Web API and Discord Bot. Provides important functions to players: dino listings, food-status, breeding info, statistics; and server admins: rcon-commands, server managing etc.
Version Downloads Last updated
1.5.0 3,069 2/18/2015
1.4.0 1,667 9/5/2014
1.3.0 1,865 4/15/2014
1.2.0 585 2/22/2013
1.1.3 43 2/7/2013
1.1.2 182 1/15/2013
1.1.1 48 12/5/2012
1.1.0 68 11/29/2012
1.0.2 44 11/26/2012
1.0.1 43 11/26/2012
1.0.0 43 11/21/2012
0.9.0 44 11/13/2012

- Performance improvements to Bloom Filters
- Updated PCL build to Profile 328 to support a wider range of targets