File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11namespace Fable
22
33module Literals =
4- let [<Literal>] VERSION = " 3.7.10 "
4+ let [<Literal>] VERSION = " 3.7.11 "
55
66type CompilerOptionsHelper =
77 static member DefaultExtension = " .fs.js"
You can’t perform that action at this time.
0 commit comments