Skip to content

Commit

Permalink
Bump version to 3.0.0-beta001
Browse files Browse the repository at this point in the history
- [Moves many functions to inline with InlineIfLambda for performance](#166) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
  • Loading branch information
TheAngryByrd committed Feb 21, 2022
1 parent 69b0019 commit 098f50a
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 32 deletions.
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 3.0.0-beta001 - February 21, 2022
- [Moves many functions to inline with InlineIfLambda for performance](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/166) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
### 2.13.0 - January 11, 2022
- [Option/ValueOption.ofNull and bindNull](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/164) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)

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

0 comments on commit 098f50a

Please sign in to comment.