Skip to content

Commit dd362f2

Browse files
committed
update proj file
1 parent a29d0c5 commit dd362f2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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

src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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>

0 commit comments

Comments
 (0)