TS.Utils by Tristyn Stimpson

<PackageReference Include="TS.Utils" Version="1.1.0" />

 TS.Utils 1.1.0

A library for object and collection pooling and various other things. Documentation is found on the project site.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>TS.Utils</id>
    <version>1.1.0.0</version>
    <title>TS.Utils</title>
    <authors>Tristyn Stimpson</authors>
    <owners>Tristyn Stimpson</owners>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
    <projectUrl>https://github.com/Tristyn/TS.Utils</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A library for object and collection pooling and various other things. Documentation is found on the project site.</description>
    <releaseNotes>Added Tether for synchronizing ObservableCollections</releaseNotes>
    <copyright>Copyright Tristyn Stimpson 2014</copyright>
    <tags>pools threadpool thread pool array list wpf mvvm ObservableCollection observable collection Sync Tether</tags>
    <dependencies>
      <dependency id="JetBrains.Annotations" version="7.0" />
    </dependencies>
  </metadata>
</package>