Skip to content

Commit

Permalink
Release 3.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Mar 16, 2022
1 parent 1fc728e commit 6e92580
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Fable.Cli/Fable.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Version>3.7.5</Version>
<PackageVersion>3.7.5</PackageVersion>
<PackageReleaseNotes>* Prevent combining absolute paths</PackageReleaseNotes>
<Version>3.7.6</Version>
<PackageVersion>3.7.6</PackageVersion>
<PackageReleaseNotes>* Type.IsInstanceOfType works for interfaces decorated with Global/Import @chkn</PackageReleaseNotes>
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
<RollForward>Major</RollForward>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
4 changes: 4 additions & 0 deletions src/Fable.Cli/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.7.6

* Type.IsInstanceOfType works for interfaces decorated with Global/Import @chkn

### 3.7.5

* Prevent combining absolute paths
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Transforms/Global/Compiler.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace Fable

module Literals =
let [<Literal>] VERSION = "3.7.5"
let [<Literal>] VERSION = "3.7.6"

type CompilerOptionsHelper =
static member DefaultExtension = ".fs.js"
Expand Down

0 comments on commit 6e92580

Please sign in to comment.