Skip to content

Commit a6b39ee

Browse files
committed
changelog for v0.76.1-beta001
1 parent 2891f51 commit a6b39ee

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,11 @@ jobs:
1616
- uses: actions/checkout@v3
1717

1818
- name: Setup .NET Core
19-
uses: actions/setup-dotnet@v2
19+
uses: actions/setup-dotnet@v4
2020
with:
2121
dotnet-version: |
2222
8.0.x
2323
9.0.x
24-
include-prerelease: true
25-
26-
- name: remove global.json so that 7.0 builds
27-
run: rm global.json
2824
2925
- name: Restore tools
3026
run: dotnet tool restore

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.76.0] - 2025-02-09
3+
## [0.76.1] - 2025-02-09
44

55
### Added
66

0 commit comments

Comments
 (0)