File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/ )
Original file line number Diff line number Diff 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 " ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 1.12.0 "
12+ let [<Literal>] Version = " 1.12.1 "
You can’t perform that action at this time.
0 commit comments