File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" ) >]
1212do ()
1313
1414module 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"
You can’t perform that action at this time.
0 commit comments