Skip to content

Commit c3eed11

Browse files
authored
Merge pull request #1060 from eventflow/prepare-v1
Prepare v1 release
2 parents 73a9b46 + 76e1772 commit c3eed11

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
# https://github.com/rasmus/Bake
7878
- name: Install Bake
79-
run: dotnet tool install -g --version 0.23.36-beta Bake
79+
run: dotnet tool install -g --version 0.30.43-beta Bake
8080

8181
- name: Run Bake
8282
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
# https://github.com/rasmus/Bake
8282
- name: Install Bake
83-
run: dotnet tool install -g --version 0.23.36-beta Bake
83+
run: dotnet tool install -g --version 0.30.43-beta Bake
8484

8585
- name: Run Bake
8686
run: |

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### New in 1.0-alpha (not properly released yet)
1+
### New in 1.0 (not properly released yet)
22

33
Read the complete migration guide to get the full list of changes as well as recommendations
44
on how to do the migration.

0 commit comments

Comments
 (0)