Skip to content

Commit

Permalink
Release Fable.React 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Mangel committed Oct 1, 2018
1 parent 9d3dcff commit 34a367f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let packages =
"src/Fable.Recharts/Fable.Recharts.fsproj"
]

let dotnetcliVersion = "2.1.4"
let dotnetcliVersion = "2.1.402"
let mutable dotnetExePath = environVarOrDefault "DOTNET" "dotnet"

// Clean and install dotnet SDK
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "2.1.4"
"version": "2.1.402"
}
}
}
2 changes: 1 addition & 1 deletion src/Fable.React/Fable.React.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>4.0.0-alpha-001</Version>
<Version>4.0.0</Version>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
Expand Down
5 changes: 5 additions & 0 deletions src/Fable.React/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 4.0.0

* Release stable version
* Make `Data` type consistent across compiler directive

### 4.0.0-alpha-001

Alpha version for Fable 2
Expand Down

0 comments on commit 34a367f

Please sign in to comment.