File tree Expand file tree Collapse file tree
src/FSharp.Control.AsyncSeq Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -183,3 +183,4 @@ paket-files
183183.paket /paket.exe
184184docs /content /license.md
185185docs /content /release-notes.md
186+ .fake
Original file line number Diff line number Diff line change 1- ### 2.0.7 - 15.12.2015
1+ ### 2.0.8 - 29.03.2016
22* Add portable7 profile
33
44### 2.0.3 - 03.12.2015
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ Target "NuGet" (fun _ ->
153153Target " PublishNuget" ( fun _ ->
154154 Paket.Push( fun p ->
155155 { p with
156- WorkingDir = " bin " })
156+ WorkingDir = " temp " })
157157)
158158
159159// --------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ open System.Reflection
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 2.0.7"
12+ let [<Literal>] Version = " 2.0.7"
You can’t perform that action at this time.
0 commit comments