Skip to content

Commit 5524f23

Browse files
committed
Finish out cancellableTaskResult
1 parent d382452 commit 5524f23

File tree

5 files changed

+1404
-1027
lines changed

5 files changed

+1404
-1027
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
// Auto-Generated by FAKE; do not edit
2+
namespace System
3+
open System.Reflection
4+
5+
[<assembly: AssemblyTitleAttribute("FsToolkit.ErrorHandling.IcedTasks")>]
6+
[<assembly: AssemblyProductAttribute("FsToolkit.ErrorHandling")>]
7+
[<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("3.0.0")>]
9+
[<assembly: AssemblyFileVersionAttribute("3.0.0")>]
10+
[<assembly: AssemblyConfigurationAttribute("Release")>]
11+
do ()
12+
13+
module internal AssemblyVersionInformation =
14+
let [<Literal>] AssemblyTitle = "FsToolkit.ErrorHandling.IcedTasks"
15+
let [<Literal>] AssemblyProduct = "FsToolkit.ErrorHandling"
16+
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 = "3.0.0"
18+
let [<Literal>] AssemblyFileVersion = "3.0.0"
19+
let [<Literal>] AssemblyConfiguration = "Release"

0 commit comments

Comments
 (0)