Skip to content

Commit 97631c9

Browse files
committed
Release 5.0.0-alpha.7
1 parent 016e1c3 commit 97631c9

File tree

3 files changed

+7
-27
lines changed

3 files changed

+7
-27
lines changed

src/Fable.Cli/Fable.Cli.fsproj

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,10 @@
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 -->

src/Fable.Compiler/Fable.Compiler.fsproj

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,10 @@
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>

src/Fable.Transforms/Global/Compiler.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace Fable
22

33
module 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"

0 commit comments

Comments
 (0)