Skip to content

Commit 0bae599

Browse files
committed
update assembly version
1 parent 4181738 commit 0bae599

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/FSharp.Control.AsyncSeq.Profile7/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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")>]
99
do ()
1010

1111
module 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"

src/FSharp.Control.AsyncSeq/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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")>]
99
do ()
1010

1111
module 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"

0 commit comments

Comments
 (0)