From c8f578791d55bc38392632feea579f2c0b865efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 08:40:58 -0700 Subject: [PATCH] Bump csharpier from 0.28.0 to 0.28.1 (#235) Bumps [csharpier](https://github.com/belav/csharpier) from 0.28.0 to 0.28.1. - [Release notes](https://github.com/belav/csharpier/releases) - [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md) - [Commits](https://github.com/belav/csharpier/compare/0.28.0...0.28.1) --- updated-dependencies: - dependency-name: csharpier dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index a13daa3..00b1a06 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "csharpier": { - "version": "0.28.0", + "version": "0.28.1", "commands": [ "dotnet-csharpier" ]