Skip to content

Commit ef2eda4

Browse files
committed
6.1.1-beta
1 parent 2b17bea commit ef2eda4

12 files changed

Lines changed: 49 additions & 44 deletions

RELEASE_NOTES.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
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

@@ -28,6 +26,14 @@
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

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
33
"version": "6.0.203",
4-
"rollForward": "minor"
4+
"rollForward": "major"
55
}
66
}

src/AssemblyInfo.Csv.Core.fs

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

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

src/AssemblyInfo.DesignTime.fs

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

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

src/AssemblyInfo.Html.Core.fs

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

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

src/AssemblyInfo.Http.fs

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

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

src/AssemblyInfo.Json.Core.fs

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

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

src/AssemblyInfo.Runtime.Utilities.fs

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

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

src/AssemblyInfo.WorldBank.Core.fs

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

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

src/AssemblyInfo.Xml.Core.fs

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

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

0 commit comments

Comments
 (0)