From 6e131d402e52c59fdef8ac7711c5206d0afe3f20 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Thu, 19 Feb 2026 14:20:45 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20upgrade=20ACadSharp=203.1.32=20=E2=86=92?= =?UTF-8?q?=203.4.9=20to=20fix=20missing=20OBJECTS=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The DxfWriter in 3.1.32 wrote root dictionary entries referencing child dictionary objects (ACAD_GROUP, ACAD_LAYOUT, etc.) but never serialized the actual objects. This caused AutoCAD to report "GroupTable dictionary was not defined in NamedObject dictionary". Version 3.4.9 includes the root dictionary fix from PR #957. Co-Authored-By: Claude Opus 4.6 --- EtchBendLines/EtchBendLines.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EtchBendLines/EtchBendLines.csproj b/EtchBendLines/EtchBendLines.csproj index 8549a56..6958b8d 100644 --- a/EtchBendLines/EtchBendLines.csproj +++ b/EtchBendLines/EtchBendLines.csproj @@ -11,7 +11,7 @@ - +