File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >netcoreapp3.1</TargetFramework >
6
- <Version >3.0.5 </Version >
7
- <PackageVersion >3.0.5 </PackageVersion >
6
+ <Version >3.1.0 </Version >
7
+ <PackageVersion >3.1.0-beta-001 </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.1.0-beta-001
2
+
3
+ * Source map support @delneg
4
+ * Fix #2332 : watch broken for certain directory structures @jwosty
5
+
1
6
### 3.0.5
2
7
3
8
* Fixed compiler option parsing @ncave
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.0.5 "
4
+ let [<Literal>] VERSION = " 3.1.0-beta-001 "
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