File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >netcoreapp3.1</TargetFramework >
6- <Version >3.1.0 </Version >
7- <PackageVersion >3.1.0 </PackageVersion >
6+ <Version >3.1.1 </Version >
7+ <PackageVersion >3.1.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.1.1
2+
3+ * Fix #2343 : Remove conflicting export default
4+ * Fix #2336 : Parameretized padding
5+ * Fix reflection for int64/decimal with units of measure
6+
17### 3.1.0
28
39* Source map support @delneg
Original file line number Diff line number Diff line change 11namespace Fable
22
33module Literals =
4- let [<Literal>] VERSION = " 3.1.0 "
4+ let [<Literal>] VERSION = " 3.1.1 "
55
66type CompilerOptionsHelper =
77 static member DefaultExtension = " .fs.js"
You can’t perform that action at this time.
0 commit comments