File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 " ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 1.9.6 "
12+ let [<Literal>] Version = " 1.9.7 "
You can’t perform that action at this time.
0 commit comments