From 01c159e0dfe0d7fb3251cb6835cc3febb3c8189f Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Tue, 9 Nov 2021 19:48:40 -0500 Subject: [PATCH] Bump version to 2.9.0-beta001 - [Adds ValueOption CE](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/131) Credits [@TheAngryByrd](https://github.com/TheAngryByrd) --- 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 b9b0aa55..957bf719 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,5 @@ +### 2.9.0-beta001 - November 09, 2021 +- [Adds ValueOption CE](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/131) Credits [@TheAngryByrd](https://github.com/TheAngryByrd) ### 2.8.1 - November 07, 2021 - [Adds README to nuget package](https://github.com/demystifyfp/FsToolkit.ErrorHandling/commit/966b0b60fa6e95dcc196a51531f981cf905555e6) Credits [@TheAngryByrd](https://github.com/TheAngryByrd) ### 2.8.0 - November 07, 2021 diff --git a/src/FsToolkit.ErrorHandling.JobResult/AssemblyInfo.fs b/src/FsToolkit.ErrorHandling.JobResult/AssemblyInfo.fs index a0297bdc..55aade05 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.8.1" - let [] AssemblyFileVersion = "2.8.1" + let [] AssemblyVersion = "2.9.0" + let [] AssemblyFileVersion = "2.9.0" let [] AssemblyConfiguration = "Release" diff --git a/src/FsToolkit.ErrorHandling.TaskResult/AssemblyInfo.fs b/src/FsToolkit.ErrorHandling.TaskResult/AssemblyInfo.fs index 81082872..02a7e6c9 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.8.1" - let [] AssemblyFileVersion = "2.8.1" + let [] AssemblyVersion = "2.9.0" + let [] AssemblyFileVersion = "2.9.0" let [] AssemblyConfiguration = "Release" diff --git a/src/FsToolkit.ErrorHandling/AssemblyInfo.fs b/src/FsToolkit.ErrorHandling/AssemblyInfo.fs index ea6b47dc..3ce0c52c 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.8.1" - let [] AssemblyFileVersion = "2.8.1" + let [] AssemblyVersion = "2.9.0" + let [] AssemblyFileVersion = "2.9.0" let [] AssemblyConfiguration = "Release"