Skip to content

Commit 879a5f4

Browse files
committed
AppVeyor badge
1 parent af6c6d8 commit 879a5f4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Issue Stats](http://issuestats.com/github/fsprojects/AsyncSeq/badge/issue)](http://issuestats.com/github/fsprojects/AsyncSeq)
22
[![Issue Stats](http://issuestats.com/github/fsprojects/AsyncSeq/badge/pr)](http://issuestats.com/github/fsprojects/AsyncSeq)
3-
[![Build status](https://ci.appveyor.com/api/projects/status/g2w1vk0s1lwa3xq8/branch/master?svg=true)](https://ci.appveyor.com/project/SteffenForkmann/async/branch/master)
3+
[![Build status](https://ci.appveyor.com/api/projects/status/k7lyn5rqeuqagyi2/branch/master?svg=true)](https://ci.appveyor.com/project/SteffenForkmann/asyncseq/branch/master)
44
[![Build status](https://travis-ci.org/fsprojects/AsyncSeq.svg?branch=master)](https://travis-ci.org/fsprojects/AsyncSeq)
55

66
# AsyncSeq [![NuGet Status](http://img.shields.io/nuget/v/AsyncSeq.svg?style=flat)](https://www.nuget.org/packages/AsyncSeq/)

src/AsyncSeq/AssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("AsyncSeq")>]
55
[<assembly: AssemblyProductAttribute("AsyncSeq")>]
66
[<assembly: AssemblyDescriptionAttribute("Asynchronous sequences for F#")>]
7-
[<assembly: AssemblyVersionAttribute("1.12.0")>]
8-
[<assembly: AssemblyFileVersionAttribute("1.12.0")>]
7+
[<assembly: AssemblyVersionAttribute("1.12.1")>]
8+
[<assembly: AssemblyFileVersionAttribute("1.12.1")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "1.12.0"
12+
let [<Literal>] Version = "1.12.1"

0 commit comments

Comments
 (0)