ScriptProPlus has been migrated from .NET Framework 4.8 to .NET 8.0.
The application now supports AutoCAD 2025 and later with no changes required to existing scripts or workflows.
- Target framework updated to .NET 8.0
- Projects converted to SDK-style format
- Compatible with AutoCAD 2025+ (64-bit)
- Existing functionality and COM automation preserved
- DrawingListUC – Windows Forms control library (.NET 8)
- ScriptUI – WPF application (.NET 8)
- ScriptProSetup – WiX-based installer (updated)
dotnet build ScriptProPlus.sln -c Release -p:Platform=x64
You can also build the solution using Visual Studio 2022 or later.
- Windows 10 or 11
- Visual Studio 2022+
- .NET 8 SDK
- WiX Toolset 3.11 or later
- Windows 10 or 11 (64-bit)
- .NET 8 Desktop Runtime (not required for self-contained builds)
- AutoCAD 2025 or later
- COM automation behavior remains the same
- Existing scripts, project files, and settings continue to work
- x64 builds are recommended due to AutoCAD requirements
This project is licensed under the MIT License.
Maintained by Madhukar.
Open to the community. Contributions, issues, and suggestions are welcome.
Please follow CONTRIBUTING.md, including required PR test evidence from TestFiles\TEST_CASE.md.