Skip to content

Commit

Permalink
6.1.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp committed Apr 12, 2023
1 parent 2b17bea commit ef2eda4
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 44 deletions.
18 changes: 12 additions & 6 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
### 6.0.1-beta002 - Jan 6 2023
## 6.1.1-beta - Apr 12 2023

* Change the namespace of the `InferenceMode` enum from `FSharp.Data.Runtime.StructuralInference` to `FSharp.Data`.
* Move common runtime utilities out of `FSharp.Data.Http` and into a new `FSharp.Data.Runtime.Utilities` assembly.
* Add `aria-label` to the list of html attributes used to infer names of types provided by the HtmlProvider.
* Enable TLS 1.2 when requesting http(s) samples from the type providers.
* Fix generated code of the json provider with `PreferDictionaries` when values are arrays.
- Publish FSharp.Data.RuntimeUtilities
- Update annoying assemblyinfo stuff because fake
- Roll forward the SDK so that you can use project in codespaces

## 6.1.0-beta - Apr 4 2023

Expand All @@ -28,6 +26,14 @@
- Re-add solution level items missing or with broken paths | [Melvyn Laïly](https://github.com/)
- Remove explicit PackageReference in projects + include paket.references | [Melvyn Laïly](https://github.com/)

### 6.0.1-beta002 - Jan 6 2023

* Change the namespace of the `InferenceMode` enum from `FSharp.Data.Runtime.StructuralInference` to `FSharp.Data`.
* Move common runtime utilities out of `FSharp.Data.Http` and into a new `FSharp.Data.Runtime.Utilities` assembly.
* Add `aria-label` to the list of html attributes used to infer names of types provided by the HtmlProvider.
* Enable TLS 1.2 when requesting http(s) samples from the type providers.
* Fix generated code of the json provider with `PreferDictionaries` when values are arrays.

### 6.0.1-beta001 - Aug 18 2022

* There are now multiple packages
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.203",
"rollForward": "minor"
"rollForward": "major"
}
}
8 changes: 4 additions & 4 deletions src/AssemblyInfo.Csv.Core.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Data.Csv.Core")>]
[<assembly: AssemblyProductAttribute("FSharp.Data")>]
[<assembly: AssemblyDescriptionAttribute("Library of F# type providers and data access tools")>]
[<assembly: AssemblyVersionAttribute("6.0.1.0")>]
[<assembly: AssemblyFileVersionAttribute("6.0.1.0")>]
[<assembly: AssemblyVersionAttribute("6.1.1.0")>]
[<assembly: AssemblyFileVersionAttribute("6.1.1.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FSharp.Data.Csv.Core"
let [<Literal>] AssemblyProduct = "FSharp.Data"
let [<Literal>] AssemblyDescription = "Library of F# type providers and data access tools"
let [<Literal>] AssemblyVersion = "6.0.1.0"
let [<Literal>] AssemblyFileVersion = "6.0.1.0"
let [<Literal>] AssemblyVersion = "6.1.1.0"
let [<Literal>] AssemblyFileVersion = "6.1.1.0"
8 changes: 4 additions & 4 deletions src/AssemblyInfo.DesignTime.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Data.DesignTime")>]
[<assembly: AssemblyProductAttribute("FSharp.Data")>]
[<assembly: AssemblyDescriptionAttribute("Library of F# type providers and data access tools")>]
[<assembly: AssemblyVersionAttribute("6.0.1.0")>]
[<assembly: AssemblyFileVersionAttribute("6.0.1.0")>]
[<assembly: AssemblyVersionAttribute("6.1.1.0")>]
[<assembly: AssemblyFileVersionAttribute("6.1.1.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FSharp.Data.DesignTime"
let [<Literal>] AssemblyProduct = "FSharp.Data"
let [<Literal>] AssemblyDescription = "Library of F# type providers and data access tools"
let [<Literal>] AssemblyVersion = "6.0.1.0"
let [<Literal>] AssemblyFileVersion = "6.0.1.0"
let [<Literal>] AssemblyVersion = "6.1.1.0"
let [<Literal>] AssemblyFileVersion = "6.1.1.0"
8 changes: 4 additions & 4 deletions src/AssemblyInfo.Html.Core.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Data.Html.Core")>]
[<assembly: AssemblyProductAttribute("FSharp.Data")>]
[<assembly: AssemblyDescriptionAttribute("Library of F# type providers and data access tools")>]
[<assembly: AssemblyVersionAttribute("6.0.1.0")>]
[<assembly: AssemblyFileVersionAttribute("6.0.1.0")>]
[<assembly: AssemblyVersionAttribute("6.1.1.0")>]
[<assembly: AssemblyFileVersionAttribute("6.1.1.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FSharp.Data.Html.Core"
let [<Literal>] AssemblyProduct = "FSharp.Data"
let [<Literal>] AssemblyDescription = "Library of F# type providers and data access tools"
let [<Literal>] AssemblyVersion = "6.0.1.0"
let [<Literal>] AssemblyFileVersion = "6.0.1.0"
let [<Literal>] AssemblyVersion = "6.1.1.0"
let [<Literal>] AssemblyFileVersion = "6.1.1.0"
8 changes: 4 additions & 4 deletions src/AssemblyInfo.Http.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Data.Http")>]
[<assembly: AssemblyProductAttribute("FSharp.Data")>]
[<assembly: AssemblyDescriptionAttribute("Library of F# type providers and data access tools")>]
[<assembly: AssemblyVersionAttribute("6.0.1.0")>]
[<assembly: AssemblyFileVersionAttribute("6.0.1.0")>]
[<assembly: AssemblyVersionAttribute("6.1.1.0")>]
[<assembly: AssemblyFileVersionAttribute("6.1.1.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FSharp.Data.Http"
let [<Literal>] AssemblyProduct = "FSharp.Data"
let [<Literal>] AssemblyDescription = "Library of F# type providers and data access tools"
let [<Literal>] AssemblyVersion = "6.0.1.0"
let [<Literal>] AssemblyFileVersion = "6.0.1.0"
let [<Literal>] AssemblyVersion = "6.1.1.0"
let [<Literal>] AssemblyFileVersion = "6.1.1.0"
8 changes: 4 additions & 4 deletions src/AssemblyInfo.Json.Core.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Data.Json.Core")>]
[<assembly: AssemblyProductAttribute("FSharp.Data")>]
[<assembly: AssemblyDescriptionAttribute("Library of F# type providers and data access tools")>]
[<assembly: AssemblyVersionAttribute("6.0.1.0")>]
[<assembly: AssemblyFileVersionAttribute("6.0.1.0")>]
[<assembly: AssemblyVersionAttribute("6.1.1.0")>]
[<assembly: AssemblyFileVersionAttribute("6.1.1.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FSharp.Data.Json.Core"
let [<Literal>] AssemblyProduct = "FSharp.Data"
let [<Literal>] AssemblyDescription = "Library of F# type providers and data access tools"
let [<Literal>] AssemblyVersion = "6.0.1.0"
let [<Literal>] AssemblyFileVersion = "6.0.1.0"
let [<Literal>] AssemblyVersion = "6.1.1.0"
let [<Literal>] AssemblyFileVersion = "6.1.1.0"
8 changes: 4 additions & 4 deletions src/AssemblyInfo.Runtime.Utilities.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Data.Runtime.Utilities")>]
[<assembly: AssemblyProductAttribute("FSharp.Data")>]
[<assembly: AssemblyDescriptionAttribute("Library of F# type providers and data access tools")>]
[<assembly: AssemblyVersionAttribute("6.0.1.0")>]
[<assembly: AssemblyFileVersionAttribute("6.0.1.0")>]
[<assembly: AssemblyVersionAttribute("6.1.1.0")>]
[<assembly: AssemblyFileVersionAttribute("6.1.1.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FSharp.Data.Runtime.Utilities"
let [<Literal>] AssemblyProduct = "FSharp.Data"
let [<Literal>] AssemblyDescription = "Library of F# type providers and data access tools"
let [<Literal>] AssemblyVersion = "6.0.1.0"
let [<Literal>] AssemblyFileVersion = "6.0.1.0"
let [<Literal>] AssemblyVersion = "6.1.1.0"
let [<Literal>] AssemblyFileVersion = "6.1.1.0"
8 changes: 4 additions & 4 deletions src/AssemblyInfo.WorldBank.Core.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Data.WorldBank.Core")>]
[<assembly: AssemblyProductAttribute("FSharp.Data")>]
[<assembly: AssemblyDescriptionAttribute("Library of F# type providers and data access tools")>]
[<assembly: AssemblyVersionAttribute("6.0.1.0")>]
[<assembly: AssemblyFileVersionAttribute("6.0.1.0")>]
[<assembly: AssemblyVersionAttribute("6.1.1.0")>]
[<assembly: AssemblyFileVersionAttribute("6.1.1.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FSharp.Data.WorldBank.Core"
let [<Literal>] AssemblyProduct = "FSharp.Data"
let [<Literal>] AssemblyDescription = "Library of F# type providers and data access tools"
let [<Literal>] AssemblyVersion = "6.0.1.0"
let [<Literal>] AssemblyFileVersion = "6.0.1.0"
let [<Literal>] AssemblyVersion = "6.1.1.0"
let [<Literal>] AssemblyFileVersion = "6.1.1.0"
8 changes: 4 additions & 4 deletions src/AssemblyInfo.Xml.Core.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Data.Xml.Core")>]
[<assembly: AssemblyProductAttribute("FSharp.Data")>]
[<assembly: AssemblyDescriptionAttribute("Library of F# type providers and data access tools")>]
[<assembly: AssemblyVersionAttribute("6.0.1.0")>]
[<assembly: AssemblyFileVersionAttribute("6.0.1.0")>]
[<assembly: AssemblyVersionAttribute("6.1.1.0")>]
[<assembly: AssemblyFileVersionAttribute("6.1.1.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FSharp.Data.Xml.Core"
let [<Literal>] AssemblyProduct = "FSharp.Data"
let [<Literal>] AssemblyDescription = "Library of F# type providers and data access tools"
let [<Literal>] AssemblyVersion = "6.0.1.0"
let [<Literal>] AssemblyFileVersion = "6.0.1.0"
let [<Literal>] AssemblyVersion = "6.1.1.0"
let [<Literal>] AssemblyFileVersion = "6.1.1.0"
8 changes: 4 additions & 4 deletions src/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Data")>]
[<assembly: AssemblyProductAttribute("FSharp.Data")>]
[<assembly: AssemblyDescriptionAttribute("Library of F# type providers and data access tools")>]
[<assembly: AssemblyVersionAttribute("6.0.1.0")>]
[<assembly: AssemblyFileVersionAttribute("6.0.1.0")>]
[<assembly: AssemblyVersionAttribute("6.1.1.0")>]
[<assembly: AssemblyFileVersionAttribute("6.1.1.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FSharp.Data"
let [<Literal>] AssemblyProduct = "FSharp.Data"
let [<Literal>] AssemblyDescription = "Library of F# type providers and data access tools"
let [<Literal>] AssemblyVersion = "6.0.1.0"
let [<Literal>] AssemblyFileVersion = "6.0.1.0"
let [<Literal>] AssemblyVersion = "6.1.1.0"
let [<Literal>] AssemblyFileVersion = "6.1.1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<IsPackable>false</IsPackable>
<TargetFramework>netstandard2.0</TargetFramework>
<OtherFlags>$(OtherFlags) --warnon:1182 --nowarn:10001 --nowarn:44</OtherFlags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit ef2eda4

Please sign in to comment.