Skip to content

Commit

Permalink
Update for 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp committed Apr 14, 2021
1 parent 2f3e813 commit 311fa4b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 4.1.0 - Unreleased
* [Fix internet cache invalidation](https://github.com/fsprojects/FSharp.Data/pull/1365)
* Build against .NET 5


#### 4.0.1 - Unreleased
* Move `cssSelect` to `HtmlNode`.

Expand Down
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("4.0.1.0")>]
[<assembly: AssemblyFileVersionAttribute("4.0.1.0")>]
[<assembly: AssemblyVersionAttribute("4.1.0.0")>]
[<assembly: AssemblyFileVersionAttribute("4.1.0.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 = "4.0.1.0"
let [<Literal>] AssemblyFileVersion = "4.0.1.0"
let [<Literal>] AssemblyVersion = "4.1.0.0"
let [<Literal>] AssemblyFileVersion = "4.1.0.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("4.0.1.0")>]
[<assembly: AssemblyFileVersionAttribute("4.0.1.0")>]
[<assembly: AssemblyVersionAttribute("4.1.0.0")>]
[<assembly: AssemblyFileVersionAttribute("4.1.0.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 = "4.0.1.0"
let [<Literal>] AssemblyFileVersion = "4.0.1.0"
let [<Literal>] AssemblyVersion = "4.1.0.0"
let [<Literal>] AssemblyFileVersion = "4.1.0.0"

0 comments on commit 311fa4b

Please sign in to comment.