Skip to content

Commit

Permalink
package the tool for .NET 8 as well (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel authored May 5, 2024
1 parent b2827ed commit 52b66e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
8.0.x
7.0.x
6.0.x
include-prerelease: true
Expand All @@ -29,7 +30,7 @@ jobs:
- name: Run Build
run: dotnet pack -c Release -o ./bin
env:
BuildNet7: true
BuildNet8: true

- name: Get Changelog Entry
id: changelog_reader
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.72.3] - 2024-05-05

### Added

* FSAC publishes a net8.0 TFM version of the tool as well, to prevent issues when running across TargetFrameworks

## [0.72.2] - 2024-04-30

### Fixed
Expand Down

0 comments on commit 52b66e3

Please sign in to comment.