RevitAPI2025 1.0.5

dotnet add package RevitAPI2025 --version 1.0.5
                    
NuGet\Install-Package RevitAPI2025 -Version 1.0.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RevitAPI2025" Version="1.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RevitAPI2025" Version="1.0.5" />
                    
Directory.Packages.props
<PackageReference Include="RevitAPI2025" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RevitAPI2025 --version 1.0.5
                    
#r "nuget: RevitAPI2025, 1.0.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package RevitAPI2025@1.0.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=RevitAPI2025&version=1.0.5
                    
Install as a Cake Addin
#tool nuget:?package=RevitAPI2025&version=1.0.5
                    
Install as a Cake Tool

RevitAPI2025 NuGet Package

Overview

This NuGet package provides the necessary assemblies for developing applications using the Revit API 2025. It includes streamlined access to Revit API functionalities, specifically designed for easy integration and high performance in Revit-related software projects.

Contents

The package contains the following assemblies:

  • AdWindows: Essential windows components for the application's user interface.
  • RevitAPI: Core functionalities to interact with Revit software.
  • RevitAPIUI: User interface utilities and extensions for the Revit API.
  • UIFramework: Framework components for developing robust UIs in Revit extensions.

These libraries are crucial for developers looking to build extensions or applications that integrate deeply with Autodesk Revit 2025.

Getting Started

To use this package, ensure you have Visual Studio 2019 or later and Autodesk Revit 2025 installed on your development machine. Follow these steps to get started:

  1. Open your solution in Visual Studio.
  2. Navigate to Tools > NuGet Package Manager > Manage NuGet Packages for Solution.
  3. Search for RevitAPI2025 and install it in your project.

Usage

Refer to the following namespaces in your project to utilize the provided functionalities:

using AdWindows;
using RevitAPI;
using RevitAPIUI;
using UIFramework;
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.5 150 7/9/2024
1.0.4 91 7/8/2024
1.0.3 92 7/4/2024
1.0.2 85 7/4/2024
1.0.1 78 7/4/2024
1.0.0 78 7/4/2024

Test for creating Nuget Packages