File tree Expand file tree Collapse file tree 4 files changed +18
-16
lines changed
Expand file tree Collapse file tree 4 files changed +18
-16
lines changed Original file line number Diff line number Diff line change 44 <DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
55 <OutputType >Exe</OutputType >
66 <TargetFramework >net8.0</TargetFramework >
7- <Version >4.24.0 </Version >
7+ <Version >5.0.0-alpha.1 </Version >
88 <PackageReleaseNotes >## Added
99
10- - [JS/TS] Added missing `ResizeArray.CopyTo` replacements (by @ncave)
11- - [JS/TS] Added missing `Dictionary` constructors from enumerable (by @ncave)
10+ - [All] Add `--legacyCracker` as a fallback
1211
13- ## Fixed
12+ ## Changed
1413
15- - [Rust] Fixed import path rewrite (by @ncave)
16- - [Rust] Updated derived interfaces (by @ncave)
17- - [Rust] Updated string comparisons (by @ncave)
18- - [Rust] Fixed derived traits mapping (by @ncave)
19- - [JS/TS] Added missing `ICollection` helpers (#3914) (by @ncave)
20- - [JS/TS] Added missing `IReadOnlyCollection` helpers (by @ncave)
14+ - [All] Make MSBuildCracker the default
15+ - [All] Replace `FABLE_COMPILER_4` with `FABLE_COMPILER_5` as the compiler directive
16+ - [All] Move TargetFramework to `net8.0`
2117
2218</PackageReleaseNotes >
2319 <!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
Original file line number Diff line number Diff line change 66 <DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
77 <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
88 <RootNamespace >Fable.Compiler</RootNamespace >
9- <Version >4 .0.0-alpha-016 </Version >
10- <PackageReleaseNotes >## Changed
9+ <Version >5 .0.0-alpha.1 </Version >
10+ <PackageReleaseNotes >## Added
1111
12- - Fable 4.24.0
12+ - [All] Add `--legacyCracker` as a fallback
13+
14+ ## Changed
15+
16+ - [All] Make MSBuildCracker the default
17+ - [All] Replace `FABLE_COMPILER_4` with `FABLE_COMPILER_5` as the compiler directive
18+ - [All] Move TargetFramework to `net8.0`
1319
1420</PackageReleaseNotes >
1521 <DebugType >embedded</DebugType >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ namespace Fable
22
33module Literals =
44 [<Literal>]
5- let VERSION = " 4.24.0 "
5+ let VERSION = " 5.0.0-alpha.1 "
66
77 [<Literal>]
88 let JS_LIBRARY_VERSION = " 1.7.0"
You can’t perform that action at this time.
0 commit comments