File tree Expand file tree Collapse file tree 3 files changed +7
-27
lines changed
Expand file tree Collapse file tree 3 files changed +7
-27
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 >5.0.0-alpha.6 </Version >
8- <PackageReleaseNotes >## Added
7+ <Version >5.0.0-alpha.7 </Version >
8+ <PackageReleaseNotes >## Fixed
99
10- - [All] Add `StringBuiler.Append(c: char, repeatCount: int)` overload (by @roboz0r)
11- - [All] Added primitive types equality and comparison (by @ncave)
12- - [All] Updated FCS to latest F# 9.0 (by @ncave)
13- - [All] Updated Fable-FCS to latest F# 9.0 (by @ncave)
14- - [All] Updated metadata to latest .NET 9.0 (by @ncave)
15- - [All] Updated FCS type constraints (by @ncave)
16-
17- ## Fixed
18-
19- - [Py] Add missing unicode categories in python library (by @joprice)
20- - [All] Log JSON output if we fail to parse MSBuild result (by @MangelMaxime)
10+ - [All] Disable .NET Welcome message when cracking project (#4014) (by @MangelMaxime)
2111
2212</PackageReleaseNotes >
2313 <!-- 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 >5.0.0-alpha.6 </Version >
10- <PackageReleaseNotes >## Added
9+ <Version >5.0.0-alpha.7 </Version >
10+ <PackageReleaseNotes >## Fixed
1111
12- - [All] Add `StringBuiler.Append(c: char, repeatCount: int)` overload (by @roboz0r)
13- - [All] Added primitive types equality and comparison (by @ncave)
14- - [All] Updated FCS to latest F# 9.0 (by @ncave)
15- - [All] Updated Fable-FCS to latest F# 9.0 (by @ncave)
16- - [All] Updated metadata to latest .NET 9.0 (by @ncave)
17- - [All] Updated FCS type constraints (by @ncave)
18-
19- ## Fixed
20-
21- - [Py] Add missing unicode categories in python library (by @joprice)
22- - [All] Log JSON output if we fail to parse MSBuild result (by @MangelMaxime)
12+ - [All] Disable .NET Welcome message when cracking project (#4014) (by @MangelMaxime)
2313
2414</PackageReleaseNotes >
2515 <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 = " 5.0.0-alpha.6 "
5+ let VERSION = " 5.0.0-alpha.7 "
66
77 [<Literal>]
88 let JS_LIBRARY_VERSION = " 1.10.0"
You can’t perform that action at this time.
0 commit comments