From cd408d3976e8637da50bb47d1b427345d1b825a5 Mon Sep 17 00:00:00 2001 From: Alexander Nachtmann Date: Mon, 6 Jul 2026 05:15:05 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20bump=20ANcpLua.Roslyn.Utilities?= =?UTF-8?q?=202.2.30=20=E2=86=92=202.2.32?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pulls in TypeDeclarationInfo.GetHintName (deterministic AddSource hint names with arity disambiguation) and the ToDiagnostic cref docs fix. Co-Authored-By: Claude Fable 5 --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 1fa48767f..4d571bc0e 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "ANcpLua.NET.Sdk": "3.4.42", "ANcpLua.NET.Sdk.Web": "3.4.42", "ANcpLua.NET.Sdk.Test": "3.4.42", - "ANcpLua.Roslyn.Utilities.Testing": "2.2.30", - "ANcpLua.Roslyn.Utilities": "2.2.30" + "ANcpLua.Roslyn.Utilities.Testing": "2.2.32", + "ANcpLua.Roslyn.Utilities": "2.2.32" }, "test": { "runner": "Microsoft.Testing.Platform"