From 496d4f2ba48e116b802765acafb99969c362d3a1 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 22 Nov 2024 19:02:25 +0000 Subject: [PATCH] chore(deps): update dependency csharpier to 0.30.2 --- .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 6a5e5bb..87bc06a 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "csharpier": { - "version": "0.30.1", + "version": "0.30.2", "commands": [ "dotnet-csharpier" ],