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.
<PackageVersion Include="VDS.Common" Version="1.5.0" />
                    
Directory.Packages.props
<PackageReference Include="VDS.Common" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package VDS.Common@1.5.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=VDS.Common&version=1.5.0
                    
Install as a Cake Addin
#tool nuget:?package=VDS.Common&version=1.5.0
                    
Install as a Cake Tool

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 (3)

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

Repository Stars
BrightstarDB/BrightstarDB
This is the core development repository for BrightstarDB.
dotnetrdf/dotnetrdf
dotNetRDF is a powerful and flexible API for working with RDF and SPARQL in .NET environments
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,071 2/18/2015
1.4.0 1,668 9/5/2014
1.3.0 1,866 4/15/2014
1.2.0 586 2/22/2013
1.1.3 44 2/7/2013
1.1.2 184 1/15/2013
1.1.1 49 12/5/2012
1.1.0 70 11/29/2012
1.0.2 45 11/26/2012
1.0.1 44 11/26/2012
1.0.0 45 11/21/2012
0.9.0 45 11/13/2012

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