File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 11# RevitAPI-Nuget
22RevitAPI Framework Support Full Version
3+
4+ ### NuGet packages
5+
6+ ```
7+ Install-Package Chuongmep.RevitAPI -Version 1.0.0
8+ ```
9+
10+ ### .NET CLI
11+
12+ ```
13+ dotnet add package Chuongmep.RevitAPI --version 1.0.0
14+ ```
15+ ### PackageReference
16+
17+ For projects that support PackageReference, copy this XML node into the project file to reference the package.
18+
19+ ```
20+ <PackageReference Include="Chuongmep.RevitAPI" Version="1.0.0" />
21+ ```
22+
23+ ### Paket CLI
24+
25+ ```
26+ paket add Chuongmep.RevitAPI --version 1.0.0
27+ ```
28+
29+ The NuGet Team does not provide support for this client. Please contact its maintainers for support.
30+
31+ ### F# Interactive
32+
33+ ```
34+ #r "nuget: Chuongmep.RevitAPI, 1.0.0"
35+ ```
You can’t perform that action at this time.
0 commit comments