Skip to content

Commit

Permalink
changelog for v0.76.1-beta001
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Feb 9, 2025
1 parent 2891f51 commit a6b39ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@ jobs:
- uses: actions/checkout@v3

- name: Setup .NET Core
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
9.0.x
include-prerelease: true

- name: remove global.json so that 7.0 builds
run: rm global.json
- name: Restore tools
run: dotnet tool restore
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.76.0] - 2025-02-09
## [0.76.1] - 2025-02-09

### Added

Expand Down

0 comments on commit a6b39ee

Please sign in to comment.