File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >net5.0</TargetFramework >
6- <Version >3.2.0 </Version >
7- <PackageVersion >3.2.0 </PackageVersion >
6+ <Version >3.2.1 </Version >
7+ <PackageVersion >3.2.1 </PackageVersion >
88 <!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
99 <RollForward >Major</RollForward >
1010 <DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
Original file line number Diff line number Diff line change 1- ### 3.2.0
1+ ### 3.2.1
22
3- * Update to net5.0 and FCS, @ncave
43* Fix Event issues and and implement FSharpEvent`2 @chkn
54* Fix #2451 : throw exception when sequence is empty @MNie
65* Fix #2445 : Improve error message when fable doesn't implement an API
76
7+ ### 3.2.0
8+
9+ * Update to net5.0 and FCS, @ncave
10+
811### 3.1.16
912
1013* Publish with icon and symbols @cartermp
Original file line number Diff line number Diff line change 11namespace Fable
22
33module Literals =
4- let [<Literal>] VERSION = " 3.2.0 "
4+ let [<Literal>] VERSION = " 3.2.1 "
55
66type CompilerOptionsHelper =
77 static member DefaultExtension = " .fs.js"
You can’t perform that action at this time.
0 commit comments