We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b872e04 commit 3e5a328Copy full SHA for 3e5a328
src/Fable.React/Fable.React.fsproj
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project Sdk="Microsoft.NET.Sdk">
3
<PropertyGroup>
4
- <Version>2.1.0</Version>
+ <Version>3.0.0-alpha-001</Version>
5
<TargetFramework>netstandard1.6</TargetFramework>
6
</PropertyGroup>
7
<ItemGroup>
src/Fable.React/RELEASE_NOTES.md
@@ -1,3 +1,7 @@
+### 3.0.0-alpha-001
+
+* Alpha release of next major version
### 2.1.0
* Add React PureComponent and Fragment (@vbfox)
0 commit comments