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 1- open Octokit
21// include Fake libs
32#r " ./packages/build/FAKE/tools/FakeLib.dll"
43#r " System.IO.Compression.FileSystem"
@@ -7,6 +6,7 @@ open Octokit
76
87open Fake
98open Fable.FakeHelpers
9+ open Octokit
1010
1111#if MONO
1212// prevent incorrect output encoding (e.g. https://github.com/fsharp/FAKE/issues/1196)
@@ -16,7 +16,7 @@ System.Console.OutputEncoding <- System.Text.Encoding.UTF8
1616let project = " fable-react"
1717let gitOwner = " fable-compiler"
1818
19- let dotnetcliVersion = " 2.0 .3"
19+ let dotnetcliVersion = " 2.1 .3"
2020let mutable dotnetExePath = environVarOrDefault " DOTNET" " dotnet"
2121
2222// Clean and install dotnet SDK
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
4- <Version >2.0.0-beta-001 </Version >
4+ <Version >2.0.0-beta-002 </Version >
55 <TargetFramework >netstandard1.6</TargetFramework >
66 </PropertyGroup >
77 <ItemGroup >
Original file line number Diff line number Diff line change 1+ ### 2.0.0-beta-002
2+
3+ * Add BoxShadow CSSProp (@worldbeater )
4+ * Add Class as alias of ClassName
5+
16### 2.0.0-beta-001
27
38* Add ` reactiveCom ` helper (stateful mini-Elmish component)
You can’t perform that action at this time.
0 commit comments