-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,35 @@ | ||
# RevitAPI-Nuget | ||
RevitAPI Framework Support Full Version | ||
|
||
### NuGet packages | ||
|
||
``` | ||
Install-Package Chuongmep.RevitAPI -Version 1.0.0 | ||
``` | ||
|
||
### .NET CLI | ||
|
||
``` | ||
dotnet add package Chuongmep.RevitAPI --version 1.0.0 | ||
``` | ||
### PackageReference | ||
|
||
For projects that support PackageReference, copy this XML node into the project file to reference the package. | ||
|
||
``` | ||
<PackageReference Include="Chuongmep.RevitAPI" Version="1.0.0" /> | ||
``` | ||
|
||
### Paket CLI | ||
|
||
``` | ||
paket add Chuongmep.RevitAPI --version 1.0.0 | ||
``` | ||
|
||
The NuGet Team does not provide support for this client. Please contact its maintainers for support. | ||
|
||
### F# Interactive | ||
|
||
``` | ||
#r "nuget: Chuongmep.RevitAPI, 1.0.0" | ||
``` |