Skip to content

Commit 199e671

Browse files
Release 3.0.0-nagareyama-beta-005
1 parent 957c757 commit 199e671

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

src/Fable.Cli/Fable.Cli.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<Version>3.0.0</Version>
7-
<PackageVersion>3.0.0-nagareyama-beta-004</PackageVersion>
7+
<PackageVersion>3.0.0-nagareyama-beta-005</PackageVersion>
88
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
99
<RollForward>Major</RollForward>
1010
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>

src/Fable.Cli/RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 3.0.0-nagareyama-beta-005
2+
3+
* Fix #2238: Normalize paths on Windows
4+
* Fix #2212 (3rd attempt): Killing subprocess on Windows
5+
16
### 3.0.0-nagareyama-beta-004
27

38
* Typescript-related updates @ncave

src/Fable.Cli/Util.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ open System
44

55
module Literals =
66

7-
let [<Literal>] VERSION = "3.0.0-nagareyama-beta-004"
7+
let [<Literal>] VERSION = "3.0.0-nagareyama-beta-005"
88
let [<Literal>] CORE_VERSION = "2.1.0"
99

1010
type RunProcess(exeFile: string, args: string list, ?watch: bool, ?fast: bool) =

0 commit comments

Comments
 (0)