Skip to content

Commit af73613

Browse files
committed
Don't source link for now
1 parent 2ce2a6e commit af73613

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

build.fsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,10 @@ Target "All" DoNothing
330330
=?> ("ReleaseDocs",isLocalBuild)
331331

332332
"All"
333-
#if MONO
334-
#else
335-
=?> ("SourceLink", Pdbstr.tryFind().IsSome )
336-
#endif
333+
//#if MONO
334+
//#else
335+
// =?> ("SourceLink", Pdbstr.tryFind().IsSome )
336+
//#endif
337337
==> "NuGet"
338338
==> "BuildPackage"
339339

src/FSharpx.Async/AssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("FSharpx.Async")>]
55
[<assembly: AssemblyProductAttribute("FSharpx.Async")>]
66
[<assembly: AssemblyDescriptionAttribute("Async extensions for F#")>]
7-
[<assembly: AssemblyVersionAttribute("1.9.6")>]
8-
[<assembly: AssemblyFileVersionAttribute("1.9.6")>]
7+
[<assembly: AssemblyVersionAttribute("1.9.7")>]
8+
[<assembly: AssemblyFileVersionAttribute("1.9.7")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "1.9.6"
12+
let [<Literal>] Version = "1.9.7"

0 commit comments

Comments
 (0)