From 09e4463ebf0c42a5b6271b48440f55bd4cce68a9 Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Tue, 19 Oct 2021 16:04:04 -0400 Subject: [PATCH] Bump version to 2.7.1-beta001 - [Canonicalize option type annotations](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/140) Credits [@cmeeren](https://github.com/cmeeren) --- RELEASE_NOTES.md | 2 ++ src/FsToolkit.ErrorHandling.JobResult/AssemblyInfo.fs | 8 ++++---- src/FsToolkit.ErrorHandling.TaskResult/AssemblyInfo.fs | 8 ++++---- src/FsToolkit.ErrorHandling/AssemblyInfo.fs | 8 ++++---- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1b381381..762ae979 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,5 @@ +### 2.7.1-beta001 - October 19, 2021 +- [Canonicalize option type annotations](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/140) Credits [@cmeeren](https://github.com/cmeeren) ### 2.7.0 - August 02, 2021 - [Extra Task, ValueTask, Ply CE sources](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/135) Credits [@kerams](https://github.com/kerams) diff --git a/src/FsToolkit.ErrorHandling.JobResult/AssemblyInfo.fs b/src/FsToolkit.ErrorHandling.JobResult/AssemblyInfo.fs index 38a25eba..7f21e167 100644 --- a/src/FsToolkit.ErrorHandling.JobResult/AssemblyInfo.fs +++ b/src/FsToolkit.ErrorHandling.JobResult/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.JobResult" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "2.7.0" - let [] AssemblyFileVersion = "2.7.0" + let [] AssemblyVersion = "2.7.1" + let [] AssemblyFileVersion = "2.7.1" let [] AssemblyConfiguration = "Release" diff --git a/src/FsToolkit.ErrorHandling.TaskResult/AssemblyInfo.fs b/src/FsToolkit.ErrorHandling.TaskResult/AssemblyInfo.fs index dc5ec045..52fac483 100644 --- a/src/FsToolkit.ErrorHandling.TaskResult/AssemblyInfo.fs +++ b/src/FsToolkit.ErrorHandling.TaskResult/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.TaskResult" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "2.7.0" - let [] AssemblyFileVersion = "2.7.0" + let [] AssemblyVersion = "2.7.1" + let [] AssemblyFileVersion = "2.7.1" let [] AssemblyConfiguration = "Release" diff --git a/src/FsToolkit.ErrorHandling/AssemblyInfo.fs b/src/FsToolkit.ErrorHandling/AssemblyInfo.fs index 52997753..b8e23ce7 100644 --- a/src/FsToolkit.ErrorHandling/AssemblyInfo.fs +++ b/src/FsToolkit.ErrorHandling/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "2.7.0" - let [] AssemblyFileVersion = "2.7.0" + let [] AssemblyVersion = "2.7.1" + let [] AssemblyFileVersion = "2.7.1" let [] AssemblyConfiguration = "Release"