File tree Expand file tree Collapse file tree
FSharp.Data.Runtime.Utilities Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ### 6.0 .1-beta002 - Jan 6 2023
1+ ## 6.1 .1-beta - Apr 12 2023
22
3- * Change the namespace of the ` InferenceMode ` enum from ` FSharp.Data.Runtime.StructuralInference ` to ` FSharp.Data ` .
4- * Move common runtime utilities out of ` FSharp.Data.Http ` and into a new ` FSharp.Data.Runtime.Utilities ` assembly.
5- * Add ` aria-label ` to the list of html attributes used to infer names of types provided by the HtmlProvider.
6- * Enable TLS 1.2 when requesting http(s) samples from the type providers.
7- * Fix generated code of the json provider with ` PreferDictionaries ` when values are arrays.
3+ - Publish FSharp.Data.RuntimeUtilities
4+ - Update annoying assemblyinfo stuff because fake
5+ - Roll forward the SDK so that you can use project in codespaces
86
97## 6.1.0-beta - Apr 4 2023
108
2826- Re-add solution level items missing or with broken paths | [ Melvyn Laïly] ( https://github.com/ )
2927- Remove explicit PackageReference in projects + include paket.references | [ Melvyn Laïly] ( https://github.com/ )
3028
29+ ### 6.0.1-beta002 - Jan 6 2023
30+
31+ * Change the namespace of the ` InferenceMode ` enum from ` FSharp.Data.Runtime.StructuralInference ` to ` FSharp.Data ` .
32+ * Move common runtime utilities out of ` FSharp.Data.Http ` and into a new ` FSharp.Data.Runtime.Utilities ` assembly.
33+ * Add ` aria-label ` to the list of html attributes used to infer names of types provided by the HtmlProvider.
34+ * Enable TLS 1.2 when requesting http(s) samples from the type providers.
35+ * Fix generated code of the json provider with ` PreferDictionaries ` when values are arrays.
36+
3137### 6.0.1-beta001 - Aug 18 2022
3238
3339* There are now multiple packages
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
33 "version" : " 6.0.203" ,
4- "rollForward" : " minor "
4+ "rollForward" : " major "
55 }
66}
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " FSharp.Data.Csv.Core" ) >]
66[<assembly: AssemblyProductAttribute( " FSharp.Data" ) >]
77[<assembly: AssemblyDescriptionAttribute( " Library of F# type providers and data access tools" ) >]
8- [<assembly: AssemblyVersionAttribute( " 6.0 .1.0" ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 6.0 .1.0" ) >]
8+ [<assembly: AssemblyVersionAttribute( " 6.1 .1.0" ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 6.1 .1.0" ) >]
1010do ()
1111
1212module internal AssemblyVersionInformation =
1313 let [<Literal>] AssemblyTitle = " FSharp.Data.Csv.Core"
1414 let [<Literal>] AssemblyProduct = " FSharp.Data"
1515 let [<Literal>] AssemblyDescription = " Library of F# type providers and data access tools"
16- let [<Literal>] AssemblyVersion = " 6.0 .1.0"
17- let [<Literal>] AssemblyFileVersion = " 6.0 .1.0"
16+ let [<Literal>] AssemblyVersion = " 6.1 .1.0"
17+ let [<Literal>] AssemblyFileVersion = " 6.1 .1.0"
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " FSharp.Data.DesignTime" ) >]
66[<assembly: AssemblyProductAttribute( " FSharp.Data" ) >]
77[<assembly: AssemblyDescriptionAttribute( " Library of F# type providers and data access tools" ) >]
8- [<assembly: AssemblyVersionAttribute( " 6.0 .1.0" ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 6.0 .1.0" ) >]
8+ [<assembly: AssemblyVersionAttribute( " 6.1 .1.0" ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 6.1 .1.0" ) >]
1010do ()
1111
1212module internal AssemblyVersionInformation =
1313 let [<Literal>] AssemblyTitle = " FSharp.Data.DesignTime"
1414 let [<Literal>] AssemblyProduct = " FSharp.Data"
1515 let [<Literal>] AssemblyDescription = " Library of F# type providers and data access tools"
16- let [<Literal>] AssemblyVersion = " 6.0 .1.0"
17- let [<Literal>] AssemblyFileVersion = " 6.0 .1.0"
16+ let [<Literal>] AssemblyVersion = " 6.1 .1.0"
17+ let [<Literal>] AssemblyFileVersion = " 6.1 .1.0"
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " FSharp.Data.Html.Core" ) >]
66[<assembly: AssemblyProductAttribute( " FSharp.Data" ) >]
77[<assembly: AssemblyDescriptionAttribute( " Library of F# type providers and data access tools" ) >]
8- [<assembly: AssemblyVersionAttribute( " 6.0 .1.0" ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 6.0 .1.0" ) >]
8+ [<assembly: AssemblyVersionAttribute( " 6.1 .1.0" ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 6.1 .1.0" ) >]
1010do ()
1111
1212module internal AssemblyVersionInformation =
1313 let [<Literal>] AssemblyTitle = " FSharp.Data.Html.Core"
1414 let [<Literal>] AssemblyProduct = " FSharp.Data"
1515 let [<Literal>] AssemblyDescription = " Library of F# type providers and data access tools"
16- let [<Literal>] AssemblyVersion = " 6.0 .1.0"
17- let [<Literal>] AssemblyFileVersion = " 6.0 .1.0"
16+ let [<Literal>] AssemblyVersion = " 6.1 .1.0"
17+ let [<Literal>] AssemblyFileVersion = " 6.1 .1.0"
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " FSharp.Data.Http" ) >]
66[<assembly: AssemblyProductAttribute( " FSharp.Data" ) >]
77[<assembly: AssemblyDescriptionAttribute( " Library of F# type providers and data access tools" ) >]
8- [<assembly: AssemblyVersionAttribute( " 6.0 .1.0" ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 6.0 .1.0" ) >]
8+ [<assembly: AssemblyVersionAttribute( " 6.1 .1.0" ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 6.1 .1.0" ) >]
1010do ()
1111
1212module internal AssemblyVersionInformation =
1313 let [<Literal>] AssemblyTitle = " FSharp.Data.Http"
1414 let [<Literal>] AssemblyProduct = " FSharp.Data"
1515 let [<Literal>] AssemblyDescription = " Library of F# type providers and data access tools"
16- let [<Literal>] AssemblyVersion = " 6.0 .1.0"
17- let [<Literal>] AssemblyFileVersion = " 6.0 .1.0"
16+ let [<Literal>] AssemblyVersion = " 6.1 .1.0"
17+ let [<Literal>] AssemblyFileVersion = " 6.1 .1.0"
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " FSharp.Data.Json.Core" ) >]
66[<assembly: AssemblyProductAttribute( " FSharp.Data" ) >]
77[<assembly: AssemblyDescriptionAttribute( " Library of F# type providers and data access tools" ) >]
8- [<assembly: AssemblyVersionAttribute( " 6.0 .1.0" ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 6.0 .1.0" ) >]
8+ [<assembly: AssemblyVersionAttribute( " 6.1 .1.0" ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 6.1 .1.0" ) >]
1010do ()
1111
1212module internal AssemblyVersionInformation =
1313 let [<Literal>] AssemblyTitle = " FSharp.Data.Json.Core"
1414 let [<Literal>] AssemblyProduct = " FSharp.Data"
1515 let [<Literal>] AssemblyDescription = " Library of F# type providers and data access tools"
16- let [<Literal>] AssemblyVersion = " 6.0 .1.0"
17- let [<Literal>] AssemblyFileVersion = " 6.0 .1.0"
16+ let [<Literal>] AssemblyVersion = " 6.1 .1.0"
17+ let [<Literal>] AssemblyFileVersion = " 6.1 .1.0"
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " FSharp.Data.Runtime.Utilities" ) >]
66[<assembly: AssemblyProductAttribute( " FSharp.Data" ) >]
77[<assembly: AssemblyDescriptionAttribute( " Library of F# type providers and data access tools" ) >]
8- [<assembly: AssemblyVersionAttribute( " 6.0 .1.0" ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 6.0 .1.0" ) >]
8+ [<assembly: AssemblyVersionAttribute( " 6.1 .1.0" ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 6.1 .1.0" ) >]
1010do ()
1111
1212module internal AssemblyVersionInformation =
1313 let [<Literal>] AssemblyTitle = " FSharp.Data.Runtime.Utilities"
1414 let [<Literal>] AssemblyProduct = " FSharp.Data"
1515 let [<Literal>] AssemblyDescription = " Library of F# type providers and data access tools"
16- let [<Literal>] AssemblyVersion = " 6.0 .1.0"
17- let [<Literal>] AssemblyFileVersion = " 6.0 .1.0"
16+ let [<Literal>] AssemblyVersion = " 6.1 .1.0"
17+ let [<Literal>] AssemblyFileVersion = " 6.1 .1.0"
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " FSharp.Data.WorldBank.Core" ) >]
66[<assembly: AssemblyProductAttribute( " FSharp.Data" ) >]
77[<assembly: AssemblyDescriptionAttribute( " Library of F# type providers and data access tools" ) >]
8- [<assembly: AssemblyVersionAttribute( " 6.0 .1.0" ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 6.0 .1.0" ) >]
8+ [<assembly: AssemblyVersionAttribute( " 6.1 .1.0" ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 6.1 .1.0" ) >]
1010do ()
1111
1212module internal AssemblyVersionInformation =
1313 let [<Literal>] AssemblyTitle = " FSharp.Data.WorldBank.Core"
1414 let [<Literal>] AssemblyProduct = " FSharp.Data"
1515 let [<Literal>] AssemblyDescription = " Library of F# type providers and data access tools"
16- let [<Literal>] AssemblyVersion = " 6.0 .1.0"
17- let [<Literal>] AssemblyFileVersion = " 6.0 .1.0"
16+ let [<Literal>] AssemblyVersion = " 6.1 .1.0"
17+ let [<Literal>] AssemblyFileVersion = " 6.1 .1.0"
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " FSharp.Data.Xml.Core" ) >]
66[<assembly: AssemblyProductAttribute( " FSharp.Data" ) >]
77[<assembly: AssemblyDescriptionAttribute( " Library of F# type providers and data access tools" ) >]
8- [<assembly: AssemblyVersionAttribute( " 6.0 .1.0" ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 6.0 .1.0" ) >]
8+ [<assembly: AssemblyVersionAttribute( " 6.1 .1.0" ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 6.1 .1.0" ) >]
1010do ()
1111
1212module internal AssemblyVersionInformation =
1313 let [<Literal>] AssemblyTitle = " FSharp.Data.Xml.Core"
1414 let [<Literal>] AssemblyProduct = " FSharp.Data"
1515 let [<Literal>] AssemblyDescription = " Library of F# type providers and data access tools"
16- let [<Literal>] AssemblyVersion = " 6.0 .1.0"
17- let [<Literal>] AssemblyFileVersion = " 6.0 .1.0"
16+ let [<Literal>] AssemblyVersion = " 6.1 .1.0"
17+ let [<Literal>] AssemblyFileVersion = " 6.1 .1.0"
You can’t perform that action at this time.
0 commit comments