File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ open System.IO
44
55module 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
1010type RunArgs ( exeFile : string , args : string list , ? watch : bool ) =
You can’t perform that action at this time.
0 commit comments