Skip to content

Commit

Permalink
Bump to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp committed Apr 27, 2021
1 parent 8668bf8 commit a19ad3d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#### 4.1.0 - Unreleased
#### 4.1.1 - March 27 2021
* [set sourcelink to be a private asset so that it doesn't get added to package dependencies](https://github.com/fsprojects/FSharp.Data/pull/1377)

#### 4.1.0 - March 14 2021
* [Fix internet cache invalidation](https://github.com/fsprojects/FSharp.Data/pull/1365)
* Build against .NET 5

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.1.0.0")>]
[<assembly: AssemblyFileVersionAttribute("4.1.0.0")>]
[<assembly: AssemblyVersionAttribute("4.1.1.0")>]
[<assembly: AssemblyFileVersionAttribute("4.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 = "4.1.0.0"
let [<Literal>] AssemblyFileVersion = "4.1.0.0"
let [<Literal>] AssemblyVersion = "4.1.1.0"
let [<Literal>] AssemblyFileVersion = "4.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("4.1.0.0")>]
[<assembly: AssemblyFileVersionAttribute("4.1.0.0")>]
[<assembly: AssemblyVersionAttribute("4.1.1.0")>]
[<assembly: AssemblyFileVersionAttribute("4.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 = "4.1.0.0"
let [<Literal>] AssemblyFileVersion = "4.1.0.0"
let [<Literal>] AssemblyVersion = "4.1.1.0"
let [<Literal>] AssemblyFileVersion = "4.1.1.0"

0 comments on commit a19ad3d

Please sign in to comment.