LinqExtLibrary by Amir Liberman

<PackageReference Include="LinqExtLibrary" Version="1.0.2.5" />

 LinqExtLibrary 1.0.2.5

The LINQ extension library is a collection of extensions written in C# that help in common programming tasks related to arrays, collections and any other type of enumerable.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <version>1.0.2.5</version>
    <authors>Amir Liberman</authors>
    <owners>Amir Liberman</owners>
    <licenseUrl>http://linqlib.codeplex.com/license</licenseUrl>
    <projectUrl>http://linqlib.codeplex.com/</projectUrl>
    <id>LinqExtLibrary</id>
    <title>LINQ Extensions Library</title>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>The LINQ extension library is a collection of extensions written in C# that help in common programming tasks related to arrays, collections and any other type of enumerable.</description>
    <summary>A library of useful LINQ extensions allowing for arithmetic manipulation of sequences, statistical analysis, sequence generation, sequence manipulation, pattern detection and more.</summary>
    <language />
    <tags>LINQ analysis Arithmetic Expression lambda Sequence generator Statistics Pivot</tags>
  </metadata>
</package>