Skip to content

Commit

Permalink
Bump version to 2.11.1-beta001
Browse files Browse the repository at this point in the history
- [Seq.sequenceResultM returns seq instead of list](#159) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
  • Loading branch information
TheAngryByrd committed Dec 1, 2021
1 parent 4576079 commit 10fa4fd
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 2.11.1-beta001 - December 01, 2021
- [Seq.sequenceResultM returns seq instead of list](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/159) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
### 2.11.0 - November 24, 2021
- [integrates FsToolkit.ErrorHandling.AsyncSeq into main repository](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/155#issuecomment-978469011) Credits [@njlr](https://github.com/njlr)

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("2.11.0")>]
[<assembly: AssemblyFileVersionAttribute("2.11.0")>]
[<assembly: AssemblyVersionAttribute("2.11.1")>]
[<assembly: AssemblyFileVersionAttribute("2.11.1")>]
[<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 = "2.11.0"
let [<Literal>] AssemblyFileVersion = "2.11.0"
let [<Literal>] AssemblyVersion = "2.11.1"
let [<Literal>] AssemblyFileVersion = "2.11.1"
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("2.11.0")>]
[<assembly: AssemblyFileVersionAttribute("2.11.0")>]
[<assembly: AssemblyVersionAttribute("2.11.1")>]
[<assembly: AssemblyFileVersionAttribute("2.11.1")>]
[<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 = "2.11.0"
let [<Literal>] AssemblyFileVersion = "2.11.0"
let [<Literal>] AssemblyVersion = "2.11.1"
let [<Literal>] AssemblyFileVersion = "2.11.1"
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("2.11.0")>]
[<assembly: AssemblyFileVersionAttribute("2.11.0")>]
[<assembly: AssemblyVersionAttribute("2.11.1")>]
[<assembly: AssemblyFileVersionAttribute("2.11.1")>]
[<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 = "2.11.0"
let [<Literal>] AssemblyFileVersion = "2.11.0"
let [<Literal>] AssemblyVersion = "2.11.1"
let [<Literal>] AssemblyFileVersion = "2.11.1"
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("2.11.0")>]
[<assembly: AssemblyFileVersionAttribute("2.11.0")>]
[<assembly: AssemblyVersionAttribute("2.11.1")>]
[<assembly: AssemblyFileVersionAttribute("2.11.1")>]
[<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 = "2.11.0"
let [<Literal>] AssemblyFileVersion = "2.11.0"
let [<Literal>] AssemblyVersion = "2.11.1"
let [<Literal>] AssemblyFileVersion = "2.11.1"
let [<Literal>] AssemblyConfiguration = "Release"

0 comments on commit 10fa4fd

Please sign in to comment.