From fce747f93c589f87876cafa5e643d8fc2032ebe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 20:14:27 +0000 Subject: [PATCH] Bump csharpier from 0.30.3 to 0.30.5 Bumps [csharpier](https://github.com/belav/csharpier) from 0.30.3 to 0.30.5. - [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.30.3...0.30.5) --- updated-dependencies: - dependency-name: csharpier dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 94b63e2..f219db9 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "csharpier": { - "version": "0.30.3", + "version": "0.30.5", "commands": [ "dotnet-csharpier" ]