Skip to content

Commit fb05729

Browse files
committed
Add ReadMe, NuGet
1 parent 43aa7cc commit fb05729

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
21 MB
Binary file not shown.

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,35 @@
11
# RevitAPI-Nuget
22
RevitAPI 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+
```

0 commit comments

Comments
 (0)