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