From 52b66e3eafff7a762de594a7259a1b8f9009632e Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Sun, 5 May 2024 12:03:46 -0500 Subject: [PATCH] package the tool for .NET 8 as well (#1281) --- .github/workflows/release.yml | 3 ++- CHANGELOG.md | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24794d043..14cc54943 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index ffbb4edb9..c7ce6bfb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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