Skip to content

Commit fb8706f

Browse files
bump version to 1.8.6
1 parent e013f79 commit fb8706f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 1.8.6 - June 2, 2018
2+
* Issue #303 Enable typed data table constructor to initialize an empty datatable with the expected columns
3+
14
#### 1.8.5 - May 20, 2018
25
* Issue #278 Add TempTableDefinitions and TableVarMapping
36

src/SqlClient/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ open System.Runtime.CompilerServices
66
[<assembly: AssemblyTitleAttribute("SqlClient")>]
77
[<assembly: AssemblyProductAttribute("FSharp.Data.SqlClient")>]
88
[<assembly: AssemblyDescriptionAttribute("SqlClient F# type providers")>]
9-
[<assembly: AssemblyVersionAttribute("1.8.4")>]
10-
[<assembly: AssemblyFileVersionAttribute("1.8.4")>]
9+
[<assembly: AssemblyVersionAttribute("1.8.6")>]
10+
[<assembly: AssemblyFileVersionAttribute("1.8.6")>]
1111
[<assembly: InternalsVisibleToAttribute("SqlClient.Tests")>]
1212
do ()
1313

1414
module internal AssemblyVersionInformation =
1515
let [<Literal>] AssemblyTitle = "SqlClient"
1616
let [<Literal>] AssemblyProduct = "FSharp.Data.SqlClient"
1717
let [<Literal>] AssemblyDescription = "SqlClient F# type providers"
18-
let [<Literal>] AssemblyVersion = "1.8.4"
19-
let [<Literal>] AssemblyFileVersion = "1.8.4"
18+
let [<Literal>] AssemblyVersion = "1.8.6"
19+
let [<Literal>] AssemblyFileVersion = "1.8.6"
2020
let [<Literal>] InternalsVisibleTo = "SqlClient.Tests"

0 commit comments

Comments
 (0)