Skip to content

Commit 6299be2

Browse files
committed
Bump version to 2.7.0-beta001
- [Extra Task, ValueTask, Ply CE sources](#135) Credits [@kerams](https://github.com/kerams)
1 parent 490f82d commit 6299be2

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2.7.0-beta001 - August 02, 2021
2+
- [Extra Task, ValueTask, Ply CE sources](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/135) Credits [@kerams](https://github.com/kerams)
3+
14
### 2.6.0 - July 07, 2021
25
- [Implements orElse and orElseWith](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/133) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
36

src/FsToolkit.ErrorHandling.JobResult/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ open System.Reflection
55
[<assembly: AssemblyTitleAttribute("FsToolkit.ErrorHandling.JobResult")>]
66
[<assembly: AssemblyProductAttribute("FsToolkit.ErrorHandling")>]
77
[<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.")>]
8-
[<assembly: AssemblyVersionAttribute("2.6.0")>]
9-
[<assembly: AssemblyFileVersionAttribute("2.6.0")>]
8+
[<assembly: AssemblyVersionAttribute("2.7.0")>]
9+
[<assembly: AssemblyFileVersionAttribute("2.7.0")>]
1010
[<assembly: AssemblyConfigurationAttribute("Release")>]
1111
do ()
1212

1313
module internal AssemblyVersionInformation =
1414
let [<Literal>] AssemblyTitle = "FsToolkit.ErrorHandling.JobResult"
1515
let [<Literal>] AssemblyProduct = "FsToolkit.ErrorHandling"
1616
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."
17-
let [<Literal>] AssemblyVersion = "2.6.0"
18-
let [<Literal>] AssemblyFileVersion = "2.6.0"
17+
let [<Literal>] AssemblyVersion = "2.7.0"
18+
let [<Literal>] AssemblyFileVersion = "2.7.0"
1919
let [<Literal>] AssemblyConfiguration = "Release"

src/FsToolkit.ErrorHandling.TaskResult/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ open System.Reflection
55
[<assembly: AssemblyTitleAttribute("FsToolkit.ErrorHandling.TaskResult")>]
66
[<assembly: AssemblyProductAttribute("FsToolkit.ErrorHandling")>]
77
[<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.")>]
8-
[<assembly: AssemblyVersionAttribute("2.6.0")>]
9-
[<assembly: AssemblyFileVersionAttribute("2.6.0")>]
8+
[<assembly: AssemblyVersionAttribute("2.7.0")>]
9+
[<assembly: AssemblyFileVersionAttribute("2.7.0")>]
1010
[<assembly: AssemblyConfigurationAttribute("Release")>]
1111
do ()
1212

1313
module internal AssemblyVersionInformation =
1414
let [<Literal>] AssemblyTitle = "FsToolkit.ErrorHandling.TaskResult"
1515
let [<Literal>] AssemblyProduct = "FsToolkit.ErrorHandling"
1616
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."
17-
let [<Literal>] AssemblyVersion = "2.6.0"
18-
let [<Literal>] AssemblyFileVersion = "2.6.0"
17+
let [<Literal>] AssemblyVersion = "2.7.0"
18+
let [<Literal>] AssemblyFileVersion = "2.7.0"
1919
let [<Literal>] AssemblyConfiguration = "Release"

src/FsToolkit.ErrorHandling/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ open System.Reflection
55
[<assembly: AssemblyTitleAttribute("FsToolkit.ErrorHandling")>]
66
[<assembly: AssemblyProductAttribute("FsToolkit.ErrorHandling")>]
77
[<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.")>]
8-
[<assembly: AssemblyVersionAttribute("2.6.0")>]
9-
[<assembly: AssemblyFileVersionAttribute("2.6.0")>]
8+
[<assembly: AssemblyVersionAttribute("2.7.0")>]
9+
[<assembly: AssemblyFileVersionAttribute("2.7.0")>]
1010
[<assembly: AssemblyConfigurationAttribute("Release")>]
1111
do ()
1212

1313
module internal AssemblyVersionInformation =
1414
let [<Literal>] AssemblyTitle = "FsToolkit.ErrorHandling"
1515
let [<Literal>] AssemblyProduct = "FsToolkit.ErrorHandling"
1616
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."
17-
let [<Literal>] AssemblyVersion = "2.6.0"
18-
let [<Literal>] AssemblyFileVersion = "2.6.0"
17+
let [<Literal>] AssemblyVersion = "2.7.0"
18+
let [<Literal>] AssemblyFileVersion = "2.7.0"
1919
let [<Literal>] AssemblyConfiguration = "Release"

0 commit comments

Comments
 (0)