From c9c79d83f8118ef274e96c3d71210b5b40068b2f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 8 Jun 2024 05:52:16 +0000 Subject: [PATCH] chore(release): cut the 0.41.4 release [skip ci] --- .github/workflows/composite/net/action.yml | 4 ++++ Directory.Build.props | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/composite/net/action.yml b/.github/workflows/composite/net/action.yml index 2f71582..cf7dc26 100644 --- a/.github/workflows/composite/net/action.yml +++ b/.github/workflows/composite/net/action.yml @@ -18,6 +18,10 @@ runs: with: dotnet-version: 6.x.x + - name: Install dotnet-format + if: runner.os == 'Windows' + run: dotnet tool install -g dotnet-format + - name: Dependency Caching uses: actions/cache@v3 with: diff --git a/Directory.Build.props b/Directory.Build.props index 0688ac4..f8fd86c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@  - 0.41.3 + 0.41.4 10 enable