File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <!-- updating this version will trigger a publish after merge to 'main' -->
4- <Version >0.6 .0</Version >
4+ <Version >1.0 .0</Version >
55 </PropertyGroup >
66</Project >
Original file line number Diff line number Diff line change 11
22Release notes:
33
4+ 1.0.0
5+ - adds TaskSeq.withCancellation, #167
6+
470.7.0
58 - performance: TaskSeq.exists, existsAsync, contains no longer allocate an intermediate Option value
69 - test: adds 67 tests for TaskSeq.lengthOrMax (previously untested)
@@ -10,7 +13,6 @@ Release notes:
1013 - adds TaskSeq.unfold and TaskSeq.unfoldAsync, #289
1114 - adds TaskSeq.chunkBySize (closes #258) and TaskSeq.windowed, #289
1215 - fixes: CancellationToken passed to GetAsyncEnumerator is now honored in MoveNextAsync, #179
13- - adds TaskSeq.withCancellation, #167
1416
15170.6.0
1618 - fixes: async { for item in taskSeq do ... } no longer wraps exceptions in AggregateException, #129
You can’t perform that action at this time.
0 commit comments