Skip to content

Commit

Permalink
Release 3.0.0-nagareyama-beta-005
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Oct 31, 2020
1 parent 957c757 commit 199e671
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Fable.Cli/Fable.Cli.fsproj
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>3.0.0</Version>
<PackageVersion>3.0.0-nagareyama-beta-004</PackageVersion>
<PackageVersion>3.0.0-nagareyama-beta-005</PackageVersion>
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
<RollForward>Major</RollForward>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
Expand Down
5 changes: 5 additions & 0 deletions src/Fable.Cli/RELEASE_NOTES.md
@@ -1,3 +1,8 @@
### 3.0.0-nagareyama-beta-005

* Fix #2238: Normalize paths on Windows
* Fix #2212 (3rd attempt): Killing subprocess on Windows

### 3.0.0-nagareyama-beta-004

* Typescript-related updates @ncave
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Cli/Util.fs
Expand Up @@ -4,7 +4,7 @@ open System

module Literals =

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

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

0 comments on commit 199e671

Please sign in to comment.