From 311fa4bfce64dc4616813c8842c4d46f96802f08 Mon Sep 17 00:00:00 2001 From: cartermp Date: Wed, 14 Apr 2021 11:28:00 -0700 Subject: [PATCH] Update for 4.1.0 --- RELEASE_NOTES.md | 5 +++++ src/AssemblyInfo.DesignTime.fs | 8 ++++---- src/AssemblyInfo.fs | 8 ++++---- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f072c9366..2fe181ab5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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`. diff --git a/src/AssemblyInfo.DesignTime.fs b/src/AssemblyInfo.DesignTime.fs index c82364b62..0bac9a6e4 100644 --- a/src/AssemblyInfo.DesignTime.fs +++ b/src/AssemblyInfo.DesignTime.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "FSharp.Data.DesignTime" let [] AssemblyProduct = "FSharp.Data" let [] AssemblyDescription = "Library of F# type providers and data access tools" - let [] AssemblyVersion = "4.0.1.0" - let [] AssemblyFileVersion = "4.0.1.0" + let [] AssemblyVersion = "4.1.0.0" + let [] AssemblyFileVersion = "4.1.0.0" diff --git a/src/AssemblyInfo.fs b/src/AssemblyInfo.fs index 1305773d1..a855f254c 100644 --- a/src/AssemblyInfo.fs +++ b/src/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "FSharp.Data" let [] AssemblyProduct = "FSharp.Data" let [] AssemblyDescription = "Library of F# type providers and data access tools" - let [] AssemblyVersion = "4.0.1.0" - let [] AssemblyFileVersion = "4.0.1.0" + let [] AssemblyVersion = "4.1.0.0" + let [] AssemblyFileVersion = "4.1.0.0"