Skip to content

Commit 898b532

Browse files
Publish nagareyama-alpha-004
1 parent 6f5ad39 commit 898b532

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-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-alpha-003</PackageVersion>
7+
<PackageVersion>3.0.0-nagareyama-alpha-004</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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 3.0.0-nagareyama-alpha-004
2+
3+
* Improve CLI and other fixes
4+
15
### 3.0.0-nagareyama-alpha-003
26

37
* Fix: Add names with $reflection suffix to root scope

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.IO
44

55
module Literals =
66

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

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

0 commit comments

Comments
 (0)