morelinq by MoreLINQ Developers.

<PackageReference Include="morelinq" Version="2.0.0-beta05" />

 morelinq 2.0.0-beta05

This project enhances LINQ to Objects with the following methods: Acquire, Assert, AssertCount, Batch, Cartesian, Concat, Consume, DistinctBy, EquiZip, ExceptBy, Exclude, Fold, ForEach, Generate, GenerateByIndex, GroupAdjacent, Incremental, Index, Interleave, Lag, Lead, MaxBy, MinBy, NestedLoops, OrderBy, OrderedMerge, Pad, Pairwise, PartialSort, PartialSortBy, Partition, Permutations, Pipe, Prepend, PreScan, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, RunLengthEncode, Scan, Segment, SingleOrFallback, SkipUntil, Slice, SortedMerge, Split, Subsets, TagFirstLast, TakeEvery, TakeLast, TakeUntil, ThenBy, ToDataTable, ToDelimitedString, ToHashSet, Trace, TraverseBreadthFirst, TraverseDepthFirst, Windowed, ZipLongest, ZipShortest

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>morelinq</id>
    <version>2.0.0-beta05</version>
    <title>MoreLINQ</title>
    <authors>MoreLINQ Developers.</authors>
    <owners>Jon Skeet,Atif Aziz</owners>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
    <projectUrl>https://morelinq.github.io/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>This project enhances LINQ to Objects with the following methods: Acquire, Assert, AssertCount, Batch, Cartesian, Concat, Consume, DistinctBy, EquiZip, ExceptBy, Exclude, Fold, ForEach, Generate, GenerateByIndex, GroupAdjacent, Incremental, Index, Interleave, Lag, Lead, MaxBy, MinBy, NestedLoops, OrderBy, OrderedMerge, Pad, Pairwise, PartialSort, PartialSortBy, Partition, Permutations, Pipe, Prepend, PreScan, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, RunLengthEncode, Scan, Segment, SingleOrFallback, SkipUntil, Slice, SortedMerge, Split, Subsets, TagFirstLast, TakeEvery, TakeLast, TakeUntil, ThenBy, ToDataTable, ToDelimitedString, ToHashSet, Trace, TraverseBreadthFirst, TraverseDepthFirst, Windowed, ZipLongest, ZipShortest</description>
    <summary>This project enhances LINQ to Objects with extra methods, in a manner which keeps to the spirit of LINQ.</summary>
    <releaseNotes>Adds new operators: Assert, AtLeast, Cartesian, EndsWith, EquiZip, Exclude, FallbackIfEmpty, FullGroupJoin, GroupAdjacent, Incremental, Interleave, Lag, Lead, NestedLoops, OrderBy, PartialSort, PartialSortBy, Partition, Permutations, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, RunLengthEncode, Segment, Slice, SortedMerge, StartsWith, Subsets, TagFirstLast, ThenBy, TraverseBreadthFirst, TraverseDepthFirst, Windowed, ZipShortest. See also https://github.com/morelinq/MoreLINQ/wiki/API-Changes.</releaseNotes>
    <copyright>© 2008 Jonathan Skeet. Portions © 2009 Atif Aziz, Chris Ammerman, Konrad Rudolph. Portions © 2010 Johannes Rudolph, Leopold Bushkin. Portions © 2015 Felipe Sateler, “sholland”. Portions © Microsoft. All rights reserved.</copyright>
    <language>en-US</language>
    <tags>linq,extensions</tags>
    <dependencies>
      <group targetFramework=".NETFramework3.5" />
      <group targetFramework=".NETPortable4.0-Profile328" />
      <group targetFramework=".NETStandard1.6">
        <dependency id="NETStandard.Library" version="[1.6.0, )" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Data.DataSetExtensions" targetFramework=".NETFramework3.5" />
      <frameworkAssembly assemblyName="System.Data" targetFramework=".NETFramework3.5" />
      <frameworkAssembly assemblyName="System.Xml" targetFramework=".NETFramework3.5" />
      <frameworkAssembly assemblyName="mscorlib" targetFramework=".NETPortable4.0-Profile328" />
      <frameworkAssembly assemblyName="System" targetFramework=".NETPortable4.0-Profile328" />
      <frameworkAssembly assemblyName="System.Core" targetFramework=".NETPortable4.0-Profile328" />
    </frameworkAssemblies>
  </metadata>
</package>