diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 057ffc10f..3132bb332 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: # https://github.com/rasmus/Bake - name: Install Bake - run: dotnet tool install -g --version 0.23.36-beta Bake + run: dotnet tool install -g --version 0.30.43-beta Bake - name: Run Bake run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 100d176d2..92aa93fb6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: # https://github.com/rasmus/Bake - name: Install Bake - run: dotnet tool install -g --version 0.23.36-beta Bake + run: dotnet tool install -g --version 0.30.43-beta Bake - name: Run Bake run: | diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a9a8c69cf..e579b6e75 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -### New in 1.0-alpha (not properly released yet) +### New in 1.0 (not properly released yet) Read the complete migration guide to get the full list of changes as well as recommendations on how to do the migration.