Capgemini.Cauldron.Collections by Alexander Schunk, Capgemini Deutschland GmbH

<PackageReference Include="Capgemini.Cauldron.Collections" Version="3.2.0" />

 Capgemini.Cauldron.Collections 3.2.0

Contains specialized Dictionary implementations, that are 4x faster than the .NET default Dictionary. Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Capgemini.Cauldron.Collections</id>
    <version>3.2.0</version>
    <authors>Alexander Schunk, Capgemini Deutschland GmbH</authors>
    <owners>Alexander Schunk, Capgemini Deutschland GmbH</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/Capgemini/Cauldron/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/Capgemini/Cauldron</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/Capgemini/Cauldron/master/cauldron.png</iconUrl>
    <description>Contains specialized Dictionary implementations, that are 4x faster than the .NET default Dictionary.
      Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information.</description>
    <releaseNotes>2018.09.27 - [B] Bugs in TryGetValue in all collection type fixed
      2018.08.05 - [C] All dependencies removed.
      2018.07.01 - [C] Now signed
      2018.06.25 - [C] FastDictionary added.
      2018.06.25 - [C] FastObservableCollection added.
      2018.06.25 - [C] ConcurrentList removed and replaced by ConcurrentCollection.
      2018.06.25 - [C] KeyedCollectionEx removed and replaced by FastKeyedCollection.
      2018.06.25 - [C] Extension ToKeyedCollection removed and replaced by ToFastKeyedCollection.
      2018.06.25 - [C] ConcurrentKeyedCollection removed with no replacement, because it is better to use ConcurrentDictionary.
      2018.05.04 - [C] Assemblies for Net45, Net451, Net452, Net46, Net461 and Net462 added</releaseNotes>
    <copyright>Copyright (c) 2016 Capgemini Deutschland GmbH</copyright>
    <tags>Toolkit Capgemini Collections Dictionary</tags>
  </metadata>
</package>