We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210d4fe commit 5c70b34Copy full SHA for 5c70b34
2 files changed
RELEASE_NOTES.md
@@ -1,4 +1,4 @@
1
-### 1.9.9 - 23.02.2015
+### 1.9.10 - 25.02.2015
2
* BUGFIX: AsyncSeq.skipWhile skips an extra item - https://github.com/fsprojects/FSharpx.Async/pull/2
3
4
### 1.9.9 - 23.02.2015
build.fsx
@@ -42,7 +42,7 @@ let description = "Async extensions for F#"
42
let authors = [ "Thomas Petricek"; "David Thomas"; "Ryan Riley"; "Steffen Forkmann" ]
43
44
// Tags for your project (for NuGet package)
45
-let tags = "F#, async, fsharp"
+let tags = "F#, async, fsharpx"
46
47
// File system information
48
let solutionFile = "FSharpx.Async.sln"
0 commit comments