From af2a0ebff515d27a049ccc1a4d33688da065b15f Mon Sep 17 00:00:00 2001 From: Atif Aziz Date: Wed, 7 Mar 2018 19:37:42 +0100 Subject: [PATCH] Bump packages versions for patch release --- ...eLinq.Source.MoreEnumerable.Acquire.nuspec | 4 +- ...q.Source.MoreEnumerable.AssertCount.nuspec | 4 +- ...oreLinq.Source.MoreEnumerable.Batch.nuspec | 4 +- ...reLinq.Source.MoreEnumerable.Concat.nuspec | 4 +- ...eLinq.Source.MoreEnumerable.Consume.nuspec | 4 +- ...nq.Source.MoreEnumerable.DistinctBy.nuspec | 4 +- ...eLinq.Source.MoreEnumerable.EquiZip.nuspec | 4 +- ...Linq.Source.MoreEnumerable.ExceptBy.nuspec | 3 +- ...MoreLinq.Source.MoreEnumerable.Fold.nuspec | 4 +- ...eLinq.Source.MoreEnumerable.ForEach.nuspec | 4 +- ...Linq.Source.MoreEnumerable.Generate.nuspec | 4 +- ...urce.MoreEnumerable.GenerateByIndex.nuspec | 4 +- ...Source.MoreEnumerable.GroupAdjacent.nuspec | 4 +- ...oreLinq.Source.MoreEnumerable.Index.nuspec | 4 +- ...oreLinq.Source.MoreEnumerable.MaxBy.nuspec | 4 +- ...oreLinq.Source.MoreEnumerable.MinBy.nuspec | 4 +- ....Source.MoreEnumerable.OrderedMerge.nuspec | 3 +- pkg/MoreLinq.Source.MoreEnumerable.Pad.nuspec | 4 +- ...Linq.Source.MoreEnumerable.Pairwise.nuspec | 4 +- ...MoreLinq.Source.MoreEnumerable.Pipe.nuspec | 4 +- ...eLinq.Source.MoreEnumerable.PreScan.nuspec | 4 +- ...eLinq.Source.MoreEnumerable.Prepend.nuspec | 4 +- ...MoreLinq.Source.MoreEnumerable.Scan.nuspec | 4 +- ...rce.MoreEnumerable.SingleOrFallback.nuspec | 4 +- ...inq.Source.MoreEnumerable.SkipUntil.nuspec | 4 +- ...oreLinq.Source.MoreEnumerable.Split.nuspec | 4 +- ...inq.Source.MoreEnumerable.TakeEvery.nuspec | 4 +- ...Linq.Source.MoreEnumerable.TakeLast.nuspec | 4 +- ...inq.Source.MoreEnumerable.TakeUntil.nuspec | 4 +- ...q.Source.MoreEnumerable.ToDataTable.nuspec | 4 +- ...ce.MoreEnumerable.ToDelimitedString.nuspec | 4 +- ...inq.Source.MoreEnumerable.ToHashSet.nuspec | 3 +- ...oreLinq.Source.MoreEnumerable.Trace.nuspec | 4 +- pkg/MoreLinq.Source.MoreEnumerable.Zip.nuspec | 4 +- ...nq.Source.MoreEnumerable.ZipLongest.nuspec | 4 +- pkg/MoreLinq.Source.MoreEnumerable.nuspec | 124 +++++++++--------- 36 files changed, 132 insertions(+), 129 deletions(-) diff --git a/pkg/MoreLinq.Source.MoreEnumerable.Acquire.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.Acquire.nuspec index 719e47d..b5d8291 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.Acquire.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.Acquire.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.Acquire - 1.0.1 + 1.0.2 MoreLINQ's Acquire for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method Acquire. Ensures that a source sequence of objects are all acquired successfully. If the acquisition of any one fails then those successfully acquired till that point are disposed. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.AssertCount.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.AssertCount.nuspec index 3334203..25e5a35 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.AssertCount.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.AssertCount.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.AssertCount - 1.0.1 + 1.0.2 MoreLINQ's AssertCount for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method AssertCount. Asserts that a source sequence contains a given count of elements. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.Batch.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.Batch.nuspec index 586f2d4..4987dd4 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.Batch.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.Batch.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.Batch - 1.0.1 + 1.0.2 MoreLINQ's Batch for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method Batch. Batches the source sequence into sized buckets. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.Concat.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.Concat.nuspec index a128bc8..49dde4c 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.Concat.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.Concat.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.Concat - 1.0.2 + 1.0.3 MoreLINQ's Concat for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method Concat. Returns a sequence consisting of the head element and the given tail elements. en-US linq extensions - Dependency version update + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.Consume.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.Consume.nuspec index 820c606..f0f83f4 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.Consume.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.Consume.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.Consume - 1.0.1 + 1.0.2 MoreLINQ's Consume for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method Consume. Completely consumes the given sequence. This method uses immediate execution, and doesn't store any data during execution. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.DistinctBy.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.DistinctBy.nuspec index f6a18f3..3fd3fd0 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.DistinctBy.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.DistinctBy.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.DistinctBy - 1.0.1 + 1.0.2 MoreLINQ's DistinctBy for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method DistinctBy. Returns all distinct elements of the given source, where "distinctness" is determined via a projection and the default eqaulity comparer for the projected type. en-US linq extensions - Documentation typo + This release marks just the package as being a development dependency. true diff --git a/pkg/MoreLinq.Source.MoreEnumerable.EquiZip.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.EquiZip.nuspec index c84fd3f..0a4696d 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.EquiZip.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.EquiZip.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.EquiZip - 1.0.1 + 1.0.2 MoreLINQ's EquiZip for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method EquiZip. Returns a projection of tuples, where each tuple contains the N-th element from each of the argument sequences. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.ExceptBy.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.ExceptBy.nuspec index 8b7351d..d75043c 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.ExceptBy.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.ExceptBy.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.ExceptBy - 1.0.0 + 1.0.1 MoreLINQ's ExceptBy for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,6 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method ExceptBy. Returns the set of elements in the first sequence which aren't in the second sequence, according to a given key selector. en-US linq extensions + This release marks just the package as being a development dependency. true diff --git a/pkg/MoreLinq.Source.MoreEnumerable.Fold.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.Fold.nuspec index 16bf226..04bbe6b 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.Fold.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.Fold.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.Fold - 1.1.2 + 1.1.3 MoreLINQ's Fold for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method Fold. Returns the result of applying a function to items of a fixed-size sequence. en-US linq extensions - Dependency version update + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.ForEach.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.ForEach.nuspec index 1f38068..9a98b28 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.ForEach.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.ForEach.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.ForEach - 1.0.1 + 1.0.2 MoreLINQ's ForEach for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method ForEach. Immediately executes the given action on each element in the source sequence. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.Generate.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.Generate.nuspec index e569938..6061227 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.Generate.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.Generate.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.Generate - 1.0.2 + 1.0.3 MoreLINQ's Generate for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method Generate. Returns a sequence of values based on indexes. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.GenerateByIndex.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.GenerateByIndex.nuspec index 6cf51ae..b9549e0 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.GenerateByIndex.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.GenerateByIndex.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.GenerateByIndex - 1.0.1 + 1.0.2 MoreLINQ's GenerateByIndex for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method GenerateByIndex. Returns a sequence of values based on indexes. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.GroupAdjacent.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.GroupAdjacent.nuspec index cf2fe0f..19346f4 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.GroupAdjacent.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.GroupAdjacent.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.GroupAdjacent - 1.0.1 + 1.0.2 MoreLINQ's GroupAdjacent for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method GroupAdjacent. Groups the adjacent elements of a sequence according to a specified key selector function. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.Index.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.Index.nuspec index 3e8142d..ac443ca 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.Index.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.Index.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.Index - 1.0.1 + 1.0.2 MoreLINQ's Index for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method Index. Returns a sequence of where the key is the zero-based index of the value in the source sequence. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.MaxBy.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.MaxBy.nuspec index cfd0f33..b61f5c3 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.MaxBy.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.MaxBy.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.MaxBy - 1.0.1 + 1.0.2 MoreLINQ's MaxBy for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method MaxBy. Returns the maximal element of the given sequence, based on the given projection. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.MinBy.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.MinBy.nuspec index 0a11a26..5aab835 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.MinBy.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.MinBy.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.MinBy - 1.0.1 + 1.0.2 MoreLINQ's MinBy for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method MinBy. Returns the minimal element of the given sequence, based on the given projection. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.OrderedMerge.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.OrderedMerge.nuspec index 1bc9882..20a6c36 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.OrderedMerge.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.OrderedMerge.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.OrderedMerge - 1.0.0 + 1.0.1 MoreLINQ's OrderedMerge for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -15,6 +15,7 @@ en-US linq extensions + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.Pad.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.Pad.nuspec index 440504c..98081c2 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.Pad.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.Pad.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.Pad - 1.0.1 + 1.0.2 MoreLINQ's Pad for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method Pad. Pads a sequence with default values if it is narrower (shorter in length) than a given width. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.Pairwise.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.Pairwise.nuspec index 078834c..a20639e 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.Pairwise.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.Pairwise.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.Pairwise - 1.0.1 + 1.0.2 MoreLINQ's Pairwise for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method Pairwise. Returns a sequence resulting from applying a function to each element in the source sequence and its predecessor, with the exception of the first element which is only returned as the predecessor of the second element. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.Pipe.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.Pipe.nuspec index b4260e6..bcad426 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.Pipe.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.Pipe.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.Pipe - 1.0.1 + 1.0.2 MoreLINQ's Pipe for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method Pipe. Executes the given action on each element in the source sequence and yields it. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.PreScan.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.PreScan.nuspec index f4427aa..7c116ca 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.PreScan.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.PreScan.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.PreScan - 1.0.1 + 1.0.2 MoreLINQ's PreScan for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method PreScan. Performs a pre-scan (exclusive prefix sum) on a sequence of elements. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.Prepend.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.Prepend.nuspec index e072132..6ff59dd 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.Prepend.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.Prepend.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.Prepend - 1.0.1 + 1.0.2 MoreLINQ's Prepend for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method Prepend. Prepends a single value to a sequence. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.Scan.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.Scan.nuspec index ce472f5..3c03caa 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.Scan.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.Scan.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.Scan - 1.1.0 + 1.1.1 MoreLINQ's Scan for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method Scan. Peforms a scan (inclusive prefix sum) on a sequence of elements. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.SingleOrFallback.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.SingleOrFallback.nuspec index 6801e10..34d5af3 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.SingleOrFallback.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.SingleOrFallback.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.SingleOrFallback - 1.0.1 + 1.0.2 MoreLINQ's SingleOrFallback for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method SingleOrFallback. Returns the single element in the given sequence, or the result of executing a fallback delegate if the sequence is empty. This method throws an exception if there is more than one element in the sequence. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.SkipUntil.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.SkipUntil.nuspec index 98c7b63..73adc2d 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.SkipUntil.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.SkipUntil.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.SkipUntil - 1.0.1 + 1.0.2 MoreLINQ's SkipUntil for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method SkipUntil. Skips items from the input sequence until the given predicate returns true when applied to the current source item; that item will be the last skipped. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.Split.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.Split.nuspec index ac641e1..408b1de 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.Split.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.Split.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.Split - 1.0.1 + 1.0.2 MoreLINQ's Split for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method Split. Splits the source sequence by a separator. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.TakeEvery.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.TakeEvery.nuspec index a65ae41..c8d88d0 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.TakeEvery.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.TakeEvery.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.TakeEvery - 1.0.1 + 1.0.2 MoreLINQ's TakeEvery for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method TakeEvery. Returns every N-th element of a source sequence. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.TakeLast.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.TakeLast.nuspec index 37949e8..637e791 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.TakeLast.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.TakeLast.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.TakeLast - 1.0.3 + 1.0.4 MoreLINQ's TakeLast for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method TakeLast. Returns a specified number of contiguous elements from the end of a sequence. en-US linq extensions - Documentation fix + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.TakeUntil.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.TakeUntil.nuspec index 113b8bb..f21ba27 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.TakeUntil.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.TakeUntil.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.TakeUntil - 1.0.1 + 1.0.2 MoreLINQ's TakeUntil for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method TakeUntil. Returns items from the input sequence until the given predicate returns true when applied to the current source item; that item will be the last returned. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.ToDataTable.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.ToDataTable.nuspec index 6c83ca9..e4a466c 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.ToDataTable.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.ToDataTable.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.ToDataTable - 1.0.1 + 1.0.2 MoreLINQ's ToDataTable for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method ToDataTable. Appends elements in the sequence as rows of a given object with a set of lambda expressions specifying which members (property or field) of each element in the sequence will supply the column values. en-US linq extensions - Fixes issue where static members of a type would be included in the default scenario. + This release marks just the package as being a development dependency. true diff --git a/pkg/MoreLinq.Source.MoreEnumerable.ToDelimitedString.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.ToDelimitedString.nuspec index db37108..5a9a64d 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.ToDelimitedString.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.ToDelimitedString.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.ToDelimitedString - 1.1.1 + 1.1.2 MoreLINQ's ToDelimitedString for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method ToDelimitedString. Creates a delimited string from a sequence of values. The delimiter used depends on the current culture of the executing thread. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.ToHashSet.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.ToHashSet.nuspec index e8462b6..02e46ba 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.ToHashSet.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.ToHashSet.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.ToHashSet - 1.0.0 + 1.0.1 MoreLINQ's ToHashSet for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,6 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method ToHashSet. Returns a of the source items using the default equality comparer for the type. en-US linq extensions + This release marks just the package as being a development dependency. true diff --git a/pkg/MoreLinq.Source.MoreEnumerable.Trace.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.Trace.nuspec index d32da8c..9e18961 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.Trace.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.Trace.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.Trace - 1.0.2 + 1.0.3 MoreLINQ's Trace for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method Trace. Traces the elements of a source sequence for diagnostics. en-US linq extensions - Dependency version update + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.Zip.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.Zip.nuspec index 9346c33..f0f1d5b 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.Zip.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.Zip.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.Zip - 1.0.1 + 1.0.2 MoreLINQ's Zip for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method Zip. Returns a projection of tuples, where each tuple contains the N-th element from each of the argument sequences. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.ZipLongest.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.ZipLongest.nuspec index 444b2b6..6a037cd 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.ZipLongest.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.ZipLongest.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable.ZipLongest - 1.0.1 + 1.0.2 MoreLINQ's ZipLongest for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,7 +13,7 @@ C# source implementation that enhances LINQ to Objects with the method ZipLongest. Returns a projection of tuples, where each tuple contains the N-th element from each of the argument sequences. en-US linq extensions - Microsoft .NET Framework 2.0 support via LINQBridge + This release marks just the package as being a development dependency. diff --git a/pkg/MoreLinq.Source.MoreEnumerable.nuspec b/pkg/MoreLinq.Source.MoreEnumerable.nuspec index 85a8950..a671c2d 100644 --- a/pkg/MoreLinq.Source.MoreEnumerable.nuspec +++ b/pkg/MoreLinq.Source.MoreEnumerable.nuspec @@ -2,7 +2,7 @@ MoreLinq.Source.MoreEnumerable - 2.0.0 + 2.0.1 MoreLINQ for C# Sequences (Source) MoreLINQ Developers Jon Skeet, Atif Aziz @@ -13,85 +13,85 @@ C# source implementation that enhances LINQ to Objects with the following methods: Acquire, AssertCount, Batch, Concat, Consume, DistinctBy, EquiZip, ExceptBy, Fold, ForEach, Generate, GenerateByIndex, GroupAdjacent, Index, MaxBy, MinBy, Pad, Pairwise, Pipe, Prepend, PreScan, Scan, SingleOrFallback, SkipUntil, Split, TakeEvery, TakeLast, TakeUntil, ToDataTable, ToDelimitedString, ToHashSet, Trace, Zip, ZipLongest en-US linq extensions - Fixes issue with ToDataTable where static members of a type would be included in the default scenario. + This release marks just the package as being a development dependency. - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - - - + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - + + + + + - + - - - - - - - - + + + + + + + + - - - - - + + + + + - - - - - - + + + + + + - + - - - + + + true