File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/FSharp.Control.AsyncSeq Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ ### 2.0.19-alpha01 - 22.12.2017
2+ * Target .NET Standard
3+
14### 2.0.18 - 14.12.2017
25* AsyncSeq.mergeAll min-max fairness
36
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >netstandard2.0;net452</TargetFrameworks >
4- <Authors >Tomasz Petricek;David Thomas;Ryan Riley;Steffen Forkmann </Authors >
4+ <Authors >Tomas Petricek;Don Syme;Lev Gorodinski </Authors >
55 <Summary >Asynchronous sequences for F#</Summary >
66 <Description >Asynchronous sequences for F#</Description >
77 <Copyright >Copyright 2017</Copyright >
88 <PackageLicenseUrl >http://fsprojects.github.io/FSharp.Control.AsyncSeq/license.html</PackageLicenseUrl >
99 <PackageProjectUrl >http://fsprojects.github.io/FSharp.Control.AsyncSeq/</PackageProjectUrl >
1010 <PackageIconUrl >http://fsprojects.github.io/FSharp.Control.AsyncSeq/img/logo.png</PackageIconUrl >
11- <PackageTags >F#;async;fsharpx </PackageTags >
11+ <PackageTags >F#;async;fsharp;streaming </PackageTags >
1212 <IncludeSymbols >true</IncludeSymbols >
1313 <RepositoryUrl >https://github.com/fsprojects/FSharp.Control.AsyncSeq</RepositoryUrl >
1414 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments