Skip to content

Commit

Permalink
Publish nagareyama-alpha-004
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Sep 28, 2020
1 parent 6f5ad39 commit 898b532
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Fable.Cli/Fable.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>3.0.0</Version>
<PackageVersion>3.0.0-nagareyama-alpha-003</PackageVersion>
<PackageVersion>3.0.0-nagareyama-alpha-004</PackageVersion>
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
<RollForward>Major</RollForward>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
Expand Down
4 changes: 4 additions & 0 deletions src/Fable.Cli/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.0.0-nagareyama-alpha-004

* Improve CLI and other fixes

### 3.0.0-nagareyama-alpha-003

* Fix: Add names with $reflection suffix to root scope
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Cli/Util.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ open System.IO

module Literals =

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

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

0 comments on commit 898b532

Please sign in to comment.