File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
FSharp.Control.AsyncSeq.Profile7 Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ open System.Reflection
44[<assembly: AssemblyTitleAttribute( " FSharp.Control.AsyncSeq.Profile7" ) >]
55[<assembly: AssemblyProductAttribute( " FSharp.Control.AsyncSeq" ) >]
66[<assembly: AssemblyDescriptionAttribute( " Asynchronous sequences for F#" ) >]
7- [<assembly: AssemblyVersionAttribute( " 2.0.16 " ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 2.0.16 " ) >]
7+ [<assembly: AssemblyVersionAttribute( " 2.0.17 " ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 2.0.17 " ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 2.0.16 "
13- let [<Literal>] InformationalVersion = " 2.0.16 "
12+ let [<Literal>] Version = " 2.0.17 "
13+ let [<Literal>] InformationalVersion = " 2.0.17 "
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ open System.Reflection
44[<assembly: AssemblyTitleAttribute( " FSharp.Control.AsyncSeq" ) >]
55[<assembly: AssemblyProductAttribute( " FSharp.Control.AsyncSeq" ) >]
66[<assembly: AssemblyDescriptionAttribute( " Asynchronous sequences for F#" ) >]
7- [<assembly: AssemblyVersionAttribute( " 2.0.16 " ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 2.0.16 " ) >]
7+ [<assembly: AssemblyVersionAttribute( " 2.0.17 " ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 2.0.17 " ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 2.0.16 "
13- let [<Literal>] InformationalVersion = " 2.0.16 "
12+ let [<Literal>] Version = " 2.0.17 "
13+ let [<Literal>] InformationalVersion = " 2.0.17 "
You can’t perform that action at this time.
0 commit comments