DTDucasRevitAPI 2022.0.0
See the version list below for details.
dotnet add package DTDucasRevitAPI --version 2022.0.0
NuGet\Install-Package DTDucasRevitAPI -Version 2022.0.0
<PackageReference Include="DTDucasRevitAPI" Version="2022.0.0" />
paket add DTDucasRevitAPI --version 2022.0.0
#r "nuget: DTDucasRevitAPI, 2022.0.0"
// Install DTDucasRevitAPI as a Cake Addin #addin nuget:?package=DTDucasRevitAPI&version=2022.0.0 // Install DTDucasRevitAPI as a Cake Tool #tool nuget:?package=DTDucasRevitAPI&version=2022.0.0
DTDucasRevitAPI
A comprehensive library for Autodesk Revit API development, providing common utilities and helper classes to streamline Revit add-in development.
Installation
NuGet Package
Install-Package DTDucasRevitAPI
Supported Revit Versions
- Revit 2021 (R21)
- Revit 2022 (R22)
- Revit 2023 (R23)
- Revit 2024 (R24)
- Revit 2025 (R25)
Dependencies
- .NET Framework 4.8
- .NET 8 for Revit 25
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
Tran Quang Duong - DTDucas Contributor Team
Contributing
If you would like to contribute to this project, please contact us via email: baymax.contact@gmail.com
Version History
- 1.0.0
- Initial release
- Basic external event handling
- Application context management
- Warning suppression system
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Revit_All_Main_Versions_API_x64 (>= 2021.1.4 && <= 2025.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 1.0.0:
- Initial release
- External event handling system
- Application context management
- Warning suppression system
- Multi-version Revit support (2021-2025)