We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2891f51 commit a6b39eeCopy full SHA for a6b39ee
.github/workflows/release.yml
@@ -16,15 +16,11 @@ jobs:
16
- uses: actions/checkout@v3
17
18
- name: Setup .NET Core
19
- uses: actions/setup-dotnet@v2
+ uses: actions/setup-dotnet@v4
20
with:
21
dotnet-version: |
22
8.0.x
23
9.0.x
24
- include-prerelease: true
25
-
26
- - name: remove global.json so that 7.0 builds
27
- run: rm global.json
28
29
- name: Restore tools
30
run: dotnet tool restore
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [0.76.0] - 2025-02-09
+## [0.76.1] - 2025-02-09
4
5
### Added
6
0 commit comments