Skip to content

Commit

Permalink
Bump version to 4.15.2-beta001
Browse files Browse the repository at this point in the history
- [Fix AsyncValidationCE binding against asyncResult](#260) Credits @1eyewonder
  • Loading branch information
TheAngryByrd committed May 2, 2024
1 parent 8f2f654 commit adf9549
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 40 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 4.15.2-beta001 - May 05, 2024
- [Fix AsyncValidationCE binding against asyncResult](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/260) Credits @1eyewonder

### 4.15.1 - January 15, 2024
- [Doc updates](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/247) Credits @1eyewonder

Expand Down
8 changes: 4 additions & 4 deletions src/FsToolkit.ErrorHandling.AsyncSeq/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsToolkit.ErrorHandling.AsyncSeq")>]
[<assembly: AssemblyProductAttribute("FsToolkit.ErrorHandling")>]
[<assembly: AssemblyDescriptionAttribute("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.")>]
[<assembly: AssemblyVersionAttribute("4.15.1")>]
[<assembly: AssemblyFileVersionAttribute("4.15.1")>]
[<assembly: AssemblyVersionAttribute("4.15.2")>]
[<assembly: AssemblyFileVersionAttribute("4.15.2")>]
[<assembly: AssemblyConfigurationAttribute("Release")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FsToolkit.ErrorHandling.AsyncSeq"
let [<Literal>] AssemblyProduct = "FsToolkit.ErrorHandling"
let [<Literal>] 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 [<Literal>] AssemblyVersion = "4.15.1"
let [<Literal>] AssemblyFileVersion = "4.15.1"
let [<Literal>] AssemblyVersion = "4.15.2"
let [<Literal>] AssemblyFileVersion = "4.15.2"
let [<Literal>] AssemblyConfiguration = "Release"
8 changes: 4 additions & 4 deletions src/FsToolkit.ErrorHandling.IcedTasks/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsToolkit.ErrorHandling.IcedTasks")>]
[<assembly: AssemblyProductAttribute("FsToolkit.ErrorHandling")>]
[<assembly: AssemblyDescriptionAttribute("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.")>]
[<assembly: AssemblyVersionAttribute("4.15.1")>]
[<assembly: AssemblyFileVersionAttribute("4.15.1")>]
[<assembly: AssemblyVersionAttribute("4.15.2")>]
[<assembly: AssemblyFileVersionAttribute("4.15.2")>]
[<assembly: AssemblyConfigurationAttribute("Release")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FsToolkit.ErrorHandling.IcedTasks"
let [<Literal>] AssemblyProduct = "FsToolkit.ErrorHandling"
let [<Literal>] 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 [<Literal>] AssemblyVersion = "4.15.1"
let [<Literal>] AssemblyFileVersion = "4.15.1"
let [<Literal>] AssemblyVersion = "4.15.2"
let [<Literal>] AssemblyFileVersion = "4.15.2"
let [<Literal>] AssemblyConfiguration = "Release"
8 changes: 4 additions & 4 deletions src/FsToolkit.ErrorHandling.JobResult/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsToolkit.ErrorHandling.JobResult")>]
[<assembly: AssemblyProductAttribute("FsToolkit.ErrorHandling")>]
[<assembly: AssemblyDescriptionAttribute("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.")>]
[<assembly: AssemblyVersionAttribute("4.15.1")>]
[<assembly: AssemblyFileVersionAttribute("4.15.1")>]
[<assembly: AssemblyVersionAttribute("4.15.2")>]
[<assembly: AssemblyFileVersionAttribute("4.15.2")>]
[<assembly: AssemblyConfigurationAttribute("Release")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FsToolkit.ErrorHandling.JobResult"
let [<Literal>] AssemblyProduct = "FsToolkit.ErrorHandling"
let [<Literal>] 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 [<Literal>] AssemblyVersion = "4.15.1"
let [<Literal>] AssemblyFileVersion = "4.15.1"
let [<Literal>] AssemblyVersion = "4.15.2"
let [<Literal>] AssemblyFileVersion = "4.15.2"
let [<Literal>] AssemblyConfiguration = "Release"
8 changes: 4 additions & 4 deletions src/FsToolkit.ErrorHandling.TaskResult/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsToolkit.ErrorHandling.TaskResult")>]
[<assembly: AssemblyProductAttribute("FsToolkit.ErrorHandling")>]
[<assembly: AssemblyDescriptionAttribute("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.")>]
[<assembly: AssemblyVersionAttribute("4.15.1")>]
[<assembly: AssemblyFileVersionAttribute("4.15.1")>]
[<assembly: AssemblyVersionAttribute("4.15.2")>]
[<assembly: AssemblyFileVersionAttribute("4.15.2")>]
[<assembly: AssemblyConfigurationAttribute("Release")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FsToolkit.ErrorHandling.TaskResult"
let [<Literal>] AssemblyProduct = "FsToolkit.ErrorHandling"
let [<Literal>] 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 [<Literal>] AssemblyVersion = "4.15.1"
let [<Literal>] AssemblyFileVersion = "4.15.1"
let [<Literal>] AssemblyVersion = "4.15.2"
let [<Literal>] AssemblyFileVersion = "4.15.2"
let [<Literal>] AssemblyConfiguration = "Release"
8 changes: 4 additions & 4 deletions src/FsToolkit.ErrorHandling/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsToolkit.ErrorHandling")>]
[<assembly: AssemblyProductAttribute("FsToolkit.ErrorHandling")>]
[<assembly: AssemblyDescriptionAttribute("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.")>]
[<assembly: AssemblyVersionAttribute("4.15.1")>]
[<assembly: AssemblyFileVersionAttribute("4.15.1")>]
[<assembly: AssemblyVersionAttribute("4.15.2")>]
[<assembly: AssemblyFileVersionAttribute("4.15.2")>]
[<assembly: AssemblyConfigurationAttribute("Release")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FsToolkit.ErrorHandling"
let [<Literal>] AssemblyProduct = "FsToolkit.ErrorHandling"
let [<Literal>] 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 [<Literal>] AssemblyVersion = "4.15.1"
let [<Literal>] AssemblyFileVersion = "4.15.1"
let [<Literal>] AssemblyVersion = "4.15.2"
let [<Literal>] AssemblyFileVersion = "4.15.2"
let [<Literal>] AssemblyConfiguration = "Release"
8 changes: 4 additions & 4 deletions tests/FsToolkit.ErrorHandling.AsyncSeq.Tests/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsToolkit.ErrorHandling.AsyncSeq.Tests")>]
[<assembly: AssemblyProductAttribute("FsToolkit.ErrorHandling")>]
[<assembly: AssemblyDescriptionAttribute("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.")>]
[<assembly: AssemblyVersionAttribute("4.15.1")>]
[<assembly: AssemblyFileVersionAttribute("4.15.1")>]
[<assembly: AssemblyVersionAttribute("4.15.2")>]
[<assembly: AssemblyFileVersionAttribute("4.15.2")>]
[<assembly: AssemblyConfigurationAttribute("Release")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FsToolkit.ErrorHandling.AsyncSeq.Tests"
let [<Literal>] AssemblyProduct = "FsToolkit.ErrorHandling"
let [<Literal>] 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 [<Literal>] AssemblyVersion = "4.15.1"
let [<Literal>] AssemblyFileVersion = "4.15.1"
let [<Literal>] AssemblyVersion = "4.15.2"
let [<Literal>] AssemblyFileVersion = "4.15.2"
let [<Literal>] AssemblyConfiguration = "Release"
8 changes: 4 additions & 4 deletions tests/FsToolkit.ErrorHandling.IcedTasks.Tests/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsToolkit.ErrorHandling.IcedTasks.Tests")>]
[<assembly: AssemblyProductAttribute("FsToolkit.ErrorHandling")>]
[<assembly: AssemblyDescriptionAttribute("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.")>]
[<assembly: AssemblyVersionAttribute("4.15.1")>]
[<assembly: AssemblyFileVersionAttribute("4.15.1")>]
[<assembly: AssemblyVersionAttribute("4.15.2")>]
[<assembly: AssemblyFileVersionAttribute("4.15.2")>]
[<assembly: AssemblyConfigurationAttribute("Release")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FsToolkit.ErrorHandling.IcedTasks.Tests"
let [<Literal>] AssemblyProduct = "FsToolkit.ErrorHandling"
let [<Literal>] 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 [<Literal>] AssemblyVersion = "4.15.1"
let [<Literal>] AssemblyFileVersion = "4.15.1"
let [<Literal>] AssemblyVersion = "4.15.2"
let [<Literal>] AssemblyFileVersion = "4.15.2"
let [<Literal>] AssemblyConfiguration = "Release"
8 changes: 4 additions & 4 deletions tests/FsToolkit.ErrorHandling.JobResult.Tests/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsToolkit.ErrorHandling.JobResult.Tests")>]
[<assembly: AssemblyProductAttribute("FsToolkit.ErrorHandling")>]
[<assembly: AssemblyDescriptionAttribute("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.")>]
[<assembly: AssemblyVersionAttribute("4.15.1")>]
[<assembly: AssemblyFileVersionAttribute("4.15.1")>]
[<assembly: AssemblyVersionAttribute("4.15.2")>]
[<assembly: AssemblyFileVersionAttribute("4.15.2")>]
[<assembly: AssemblyConfigurationAttribute("Release")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FsToolkit.ErrorHandling.JobResult.Tests"
let [<Literal>] AssemblyProduct = "FsToolkit.ErrorHandling"
let [<Literal>] 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 [<Literal>] AssemblyVersion = "4.15.1"
let [<Literal>] AssemblyFileVersion = "4.15.1"
let [<Literal>] AssemblyVersion = "4.15.2"
let [<Literal>] AssemblyFileVersion = "4.15.2"
let [<Literal>] AssemblyConfiguration = "Release"
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsToolkit.ErrorHandling.TaskResult.Tests")>]
[<assembly: AssemblyProductAttribute("FsToolkit.ErrorHandling")>]
[<assembly: AssemblyDescriptionAttribute("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.")>]
[<assembly: AssemblyVersionAttribute("4.15.1")>]
[<assembly: AssemblyFileVersionAttribute("4.15.1")>]
[<assembly: AssemblyVersionAttribute("4.15.2")>]
[<assembly: AssemblyFileVersionAttribute("4.15.2")>]
[<assembly: AssemblyConfigurationAttribute("Release")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FsToolkit.ErrorHandling.TaskResult.Tests"
let [<Literal>] AssemblyProduct = "FsToolkit.ErrorHandling"
let [<Literal>] 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 [<Literal>] AssemblyVersion = "4.15.1"
let [<Literal>] AssemblyFileVersion = "4.15.1"
let [<Literal>] AssemblyVersion = "4.15.2"
let [<Literal>] AssemblyFileVersion = "4.15.2"
let [<Literal>] AssemblyConfiguration = "Release"
8 changes: 4 additions & 4 deletions tests/FsToolkit.ErrorHandling.Tests/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsToolkit.ErrorHandling.Tests")>]
[<assembly: AssemblyProductAttribute("FsToolkit.ErrorHandling")>]
[<assembly: AssemblyDescriptionAttribute("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.")>]
[<assembly: AssemblyVersionAttribute("4.15.1")>]
[<assembly: AssemblyFileVersionAttribute("4.15.1")>]
[<assembly: AssemblyVersionAttribute("4.15.2")>]
[<assembly: AssemblyFileVersionAttribute("4.15.2")>]
[<assembly: AssemblyConfigurationAttribute("Release")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FsToolkit.ErrorHandling.Tests"
let [<Literal>] AssemblyProduct = "FsToolkit.ErrorHandling"
let [<Literal>] 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 [<Literal>] AssemblyVersion = "4.15.1"
let [<Literal>] AssemblyFileVersion = "4.15.1"
let [<Literal>] AssemblyVersion = "4.15.2"
let [<Literal>] AssemblyFileVersion = "4.15.2"
let [<Literal>] AssemblyConfiguration = "Release"

0 comments on commit adf9549

Please sign in to comment.