We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd2152 commit 84433e2Copy full SHA for 84433e2
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup .NET
13
uses: actions/setup-dotnet@v1
14
with:
15
- dotnet-version: '6.0.x'
+ dotnet-version: '9.0.x'
16
- name: Setup Node.js
17
uses: actions/setup-node@v2
18
RELEASE_NOTES.md
@@ -1,4 +1,4 @@
1
-## 5.0.0-beta-1
+## 5.0.0-beta-2
2
* Breaking: Remove support for React 17 (#99), thanks @kerams
3
4
## 4.0.0
0 commit comments