From 6b1d230901e5a4d78036a154aca7ad881ace1e92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 20:21:48 +0000 Subject: [PATCH] chore(.config): update dependency csharpier to 0.30.5 --- .../veristand/VeriStandZeroMQBridge/.config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware-in-the-loop/national-instruments/veristand/VeriStandZeroMQBridge/.config/dotnet-tools.json b/hardware-in-the-loop/national-instruments/veristand/VeriStandZeroMQBridge/.config/dotnet-tools.json index af57921aa5..53a33864d5 100644 --- a/hardware-in-the-loop/national-instruments/veristand/VeriStandZeroMQBridge/.config/dotnet-tools.json +++ b/hardware-in-the-loop/national-instruments/veristand/VeriStandZeroMQBridge/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "csharpier": { - "version": "0.30.4", + "version": "0.30.5", "commands": [ "dotnet-csharpier" ],