Skip to content

Commit 5c70b34

Browse files
committed
fix tags
1 parent 210d4fe commit 5c70b34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 1.9.9 - 23.02.2015
1+
### 1.9.10 - 25.02.2015
22
* BUGFIX: AsyncSeq.skipWhile skips an extra item - https://github.com/fsprojects/FSharpx.Async/pull/2
33

44
### 1.9.9 - 23.02.2015

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ let description = "Async extensions for F#"
4242
let authors = [ "Thomas Petricek"; "David Thomas"; "Ryan Riley"; "Steffen Forkmann" ]
4343

4444
// Tags for your project (for NuGet package)
45-
let tags = "F#, async, fsharp"
45+
let tags = "F#, async, fsharpx"
4646

4747
// File system information
4848
let solutionFile = "FSharpx.Async.sln"

0 commit comments

Comments
 (0)