Skip to content

Commit b0a610f

Browse files
Release 3.7.11
1 parent 7c6b52f commit b0a610f

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

src/Fable.Cli/Fable.Cli.fsproj

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@
44
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>net5.0</TargetFramework>
7-
<Version>3.7.10</Version>
8-
<PackageVersion>3.7.10</PackageVersion>
9-
<PackageReleaseNotes>* Fix #2864: Interface names don't conflict in JS
10-
* Fix #2855: duplicate idents from witness in inline expr
11-
* Fix #2868: don't write empty files
12-
* Add warning when duplicated generic params are detected</PackageReleaseNotes>
7+
<Version>3.7.11</Version>
8+
<PackageVersion>3.7.11</PackageVersion>
9+
<PackageReleaseNotes>* Fix generic param user/compiler generated name conflicts</PackageReleaseNotes>
1310
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
1411
<RollForward>Major</RollForward>
1512
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>

src/Fable.Cli/RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 3.7.11
2+
3+
* Fix generic param user/compiler generated name conflicts
4+
15
### 3.7.10
26

37
* Fix #2864: Interface names don't conflict in JS

src/Fable.Transforms/Global/Compiler.fs

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

33
module Literals =
4-
let [<Literal>] VERSION = "3.7.10"
4+
let [<Literal>] VERSION = "3.7.11"
55

66
type CompilerOptionsHelper =
77
static member DefaultExtension = ".fs.js"

0 commit comments

Comments
 (0)