Skip to content

Commit e9e05ba

Browse files
author
Jimmy Byrd
committed
Bump version to 1.3.0-beta004
1 parent d4d7c0b commit e9e05ba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### 1.3.0-beta003 - May 12, 2020
1+
#### 1.3.0-beta004 - May 12, 2020
22

33
- Adds Applicative Support for FSharp 5.0. Credits [Jimmy Byrd](https://github.com/TheAngryByrd) - (https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/75)
44

build.fsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Target.create "NuGet" (fun _ ->
131131
DotNet.pack(fun p ->
132132
{ p with
133133
// ./bin from the solution root matching the "PublishNuget" target WorkingDir
134-
OutputPath = Some "../../bin"
134+
OutputPath = Some "./bin"
135135
Configuration = DotNet.BuildConfiguration.Release
136136
MSBuildParams = {MSBuild.CliArguments.Create() with
137137
// "/p" (property) arguments to MSBuild.exe
@@ -142,6 +142,7 @@ Target.create "NuGet" (fun _ ->
142142
Target.create "PublishNuget" (fun _ ->
143143
Paket.push(fun p ->
144144
{ p with
145+
ToolType = ToolType.CreateLocalTool()
145146
PublishUrl = "https://www.nuget.org"
146147
WorkingDir = "bin" })
147148
)

0 commit comments

Comments
 (0)