Skip to content

Commit 23c6a1d

Browse files
Merge pull request #84 from eiriktsarpalis/fix-packaging
Fix nuget upload bug in build.fsx; Bump release version
2 parents aa589cf + f61a268 commit 23c6a1d

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

RELEASE_NOTES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 2.0.21-alpha02 - 28.12.2017
2+
* Fix packaging issues
3+
* Reference FSharp.Core 4.3 for nestandard builds
4+
5+
### 2.0.21-alpha01 - 28.12.2017
6+
* Fix packaging issues
7+
* Reference FSharp.Core 4.3 for nestandard builds
8+
9+
### 2.0.20 - 16.12.2017
10+
* Target .NET Standard
11+
112
### 2.0.19-alpha01 - 22.12.2017
213
* Target .NET Standard
314

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Target "NuGet" (fun _ ->
9191
Target "PublishNuget" (fun _ ->
9292
Paket.Push(fun p ->
9393
{ p with
94-
WorkingDir = "temp" })
94+
WorkingDir = buildDir })
9595
)
9696

9797
// --------------------------------------------------------------------------------------

src/FSharp.Control.AsyncSeq/paket.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ description
2121
Asynchronous sequences for F#
2222
dependencies
2323
framework: net452
24-
FSharp.Core >= LOCKEDVERSION
24+
FSharp.Core >= LOCKEDVERSION-Legacy
2525
framework: netstandard2.0
26-
FSharp.Core >= LOCKEDVERSION-Legacy
26+
FSharp.Core >= LOCKEDVERSION
2727
files
2828
bin/Release/net452/FSharp.Control.AsyncSeq.dll ==> lib/net452
2929
bin/Release/net452/FSharp.Control.AsyncSeq.pdb ==> lib/net452

0 commit comments

Comments
 (0)